pointgrey_camera_driver icon indicating copy to clipboard operation
pointgrey_camera_driver copied to clipboard

How to show the Frame Counter embedded information?

Open efimiap opened this issue 7 years ago • 1 comments

Hello,

I am using Blackfly USB 3.0 cameras and I need to access the embedded information of their frame counter. Can someone please tell me what changes I need to do and where, so that they give me the frame counter? I am launching the stereo.launch which uses the package nodelet. I added at the PointGreyCamera.h and at the PointGreyCamera.cpp to return the metadata_.embeddedFrameCounter , but when i do std::cout<<metadata_.embeddedFrameCounter << std::endl; it doesn't print anything. Does the stereo.launch even use the PointGreyCamera.cpp ??

Thank you!!

efimiap avatar Jun 09 '17 13:06 efimiap

Did you enabled embedded infos in FlyCapture program? It is disenabled as default.

gqphd avatar Dec 02 '17 16:12 gqphd