Hi there,
I’m developing my camera app on Genio 1200 EVK. The v4l2 buffer I got has a timestamp. What time point does this timestamp refer to? I guess it could be SOF (start of frame), EOF (end of frame), or a software timestamp?
Thanks
Hi there,
I’m developing my camera app on Genio 1200 EVK. The v4l2 buffer I got has a timestamp. What time point does this timestamp refer to? I guess it could be SOF (start of frame), EOF (end of frame), or a software timestamp?
Thanks
On MediaTek Genio 510/700/1200 platforms utilizing the MediaTek Imgsensor Architecture, the timestamp returned by the V4L2 driver corresponds to SOE (Start Of Exposure). This means the timestamp marks the moment when the image sensor actually begins exposing for each frame.
A few clarifications: