Skip to content

Commit da8a079

Browse files
committed
Customize the camera type
1 parent 41efdd2 commit da8a079

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example/CustomCam/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ int main() {
1717
// 3.开启同步
1818
synchronizer.Start();
1919

20-
// 4.接受数据
20+
// 4.接收数据
2121
Synchronizer::PrintSummary();
2222
zmq::context_t context(1);
2323
zmq::socket_t subscriber(context, zmq::socket_type::sub);

example/GigeCam/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ int main() {
1414
// 3.开启同步
1515
synchronizer.Start();
1616

17-
// 4.接受数据
17+
// 4.接收数据
1818
Synchronizer::PrintSummary();
1919
zmq::context_t context(1);
2020
zmq::socket_t subscriber(context, zmq::socket_type::sub);

0 commit comments

Comments
 (0)