That is good, and I always worked with libcamera-vid tools only (or legacy raspiraw).So I achieved synchronized camera capture, but only using libcamera-vid.
Not for picamera/picamera2 — but surely other users and/or Raspberry engineers can help on that.Do you have any suggestions on how I can achieve this while keeping the cameras synchronized?
(I like picamera2 for ease of adding effects like overlays, but never saw Python based camera software able to correctly deal with high framerate video correctly I am interested in)
I wanted to do same in past but without Python/picamera(2), so I created my own yuv-pipe based solution:For my application I need to capture frames from both cameras in real-time and perform preprocessing tasks like mixing or subtracting images.
https://github.com/Hermann-SW2/userland ... i420toh264
Long ago that I used it, but it should work with current OS and cameras as well.
It provides live video modification capabilities: or
![Image](http://github.com/Hermann-SW2/userland/raw/master/host_applications/linux/apps/hello_pi/i420toh264/steppers.P.simple.anim.gif)
Statistics: Posted by HermannSW — Sun Mar 24, 2024 8:51 pm