Hi Luckfox,
Which sample would be the best starting point for implementing a pipeline that would grab the image from camera and present a ready-to-transmit JPEG frame in the shortest possible time. NN and drawing over the image is not top important. Currently the best I could observe in the existing samples was about 130ms latency, which is like 3-4 frames. Looks like frames are buffered somewhere. Is it possible to get the JPEG just a few ms after it was scanned from the camera?
Regards,
Tomek
Latency in encoding
Hello,<luckfox-pico SDK>/media/samples/simple_test/simple_vi_bind_venc_jpeg. c, may be the example you need, directly bind VI to VENC without other operations, the corresponding example program can be directly used in buildroot, executable programs can be run directly or run under/oem/usr/bin