Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frame count from camera #69

Open
mzahana opened this issue Oct 7, 2018 · 1 comment
Open

Frame count from camera #69

mzahana opened this issue Oct 7, 2018 · 1 comment

Comments

@mzahana
Copy link

mzahana commented Oct 7, 2018

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.

@snakehaihai
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants