I am creating system using camera v2 and Pi zero W. When using PiCamera2, I am trying to achieve recording video while saving same to SD card (need to save each 1-2 sec because there can be powerloss at any time and I want to preserve as much footage as possible), issue is Pi is slow with my Python code and it is dropping many frames (same code which makes 2min video with RPi 4 B+ creating fast forwarded video of 52 sec on RPi Zero W).
Should I write some custom solution in C++? (Raspicam doesn't work anymore) Or my Python implementation is not good enough?
I can share code if needed.
Should I write some custom solution in C++? (Raspicam doesn't work anymore) Or my Python implementation is not good enough?
I can share code if needed.
Statistics: Posted by Siddharth1India — Thu Sep 19, 2024 4:27 am