ueye_cam
ueye_cam copied to clipboard
Frame count from camera
Hi @anqixu
I would like to ask if it's possible to get the frame count from the camera side.
To clarify more on my setup, I have a 1226 ueye cam that is externally triggered. Now, when I run the ROS driver, does it publish the frame count since the camera was first triggered, or since the ROS driver was started?
I need to get the frame count since the camera was first triggered, but I am not sure if this supported.
Thanks.
possible. Just add it in the driver publisher code below this
}
993 | } 994 | img_msg_ptr->header.stamp = cam_info_msg_ptr->header.stamp = getImageTickTimestamp();
img_msg_ptr->header.frameid = urframecount