Image capture_timestamp everytime 0

Hello,

I have a problem with Sphinx. When I read the value in frameInfo.raw.info.capture_timestamp its everytime 0. frameInfo is the structure pdraw_video_frame.

I haven’t this issue with a drone.

With this this issue I can’t simulate ma programme like real.

Thanks to fix it.

I add some context.

I use PDraw to read Anafi Stream and my code is based on this code → pdraw/pdraw_vsink_test.c at master · Parrot-Developers/pdraw · GitHub

I use Sphinx 2.11.

Hello,

The video recording and streaming features in the simulator are simplified on multiple aspects. For example the resolution is always 720p, the encoding parameters are not the same, etc.

The capture_timestamp is not guaranteed to be available because it depends if it is serialized by the drone in the video. However other timestamps are available in the pdraw_video_frame structure.

Ok thank you, I take ntp_raw_timestamp for my simulation version.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.