pointgrey_camera_driver
pointgrey_camera_driver copied to clipboard
How to show the Frame Counter embedded information?
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!!
Did you enabled embedded infos in FlyCapture program? It is disenabled as default.