We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73d420 commit e67802aCopy full SHA for e67802a
example/CustomCam/cus_cam.cpp
@@ -23,7 +23,7 @@ void CustomCam::Stop() {
23
}
24
void CustomCam::Receive(void *handle, const std::string &name) {
25
while (is_running_) {
26
- // 这里的time_stamp_us是相机触发时间,需要加上曝光时间的一半,以获得相机拍摄的时间
+ CamData cam_data;
27
if (params_.find(name) == params_.end()) {
28
LOG(ERROR) << "cam " << name << " not found!";
29
0 commit comments