Skip to content

Commit 3494799

Browse files
committed
Add some notes
1 parent aa39a9f commit 3494799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/ZMQ/zmq_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ int main() {
99
// 使用USB连接
1010
synchronizer.SetSerialLink("/dev/ttyACM0", 460800);
1111
/*
12-
使用工业相机系列
12+
如使用工业相机, 需要指定 相机名称 和 同步板的触发端口
1313
std::map<std::string, TriggerDevice> params;
1414
params["camera_1"] = TriggerDevice::CAM_1; //camera_1:表示设备的名称,TriggerDevice::CAM_1:使用同步板CAM_1端口触发
1515
synchronizer.UseMvCam(params);

0 commit comments

Comments
 (0)