I’m using the ScopedCudaEGLStreamFrameAcquire class from the syncSensor sample and was wandering if it is possible to get the timestamp from a CUeglFrame.
If so, how do I go about it?
I have a CUeglStreamConnection and get the frame through cuEGLStreamConsumerAcquireFrame and cuGraphicsResourceGetMappedEglFrame
Hi,
Since timestamp is no defined in CUEglFrame, this is impossible. There is a similar topic:
[url]https://devtalk.nvidia.com/default/topic/1042097/jetson-tx2/creating-a-working-nveglstreamsrc-gt-omxh264enc-gstreamer-pipeline/post/5287243/#5287243[/url]
You may refer to yuvJpeg sample to get timestamps from metadata.