Skip to content

Commit e67802a

Browse files
committed
add cus cam
1 parent c73d420 commit e67802a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/CustomCam/cus_cam.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ void CustomCam::Stop() {
2323
}
2424
void CustomCam::Receive(void *handle, const std::string &name) {
2525
while (is_running_) {
26-
// 这里的time_stamp_us是相机触发时间,需要加上曝光时间的一半,以获得相机拍摄的时间
26+
CamData cam_data;
2727
if (params_.find(name) == params_.end()) {
2828
LOG(ERROR) << "cam " << name << " not found!";
2929
}

0 commit comments

Comments
 (0)