Is it possible to use the internal sd card as a video buffer storage where I can save the video with timestamps. As I am currently running into bus speed bottlenecks with 6 devices trying to stream video via eth to my laptop.
However I still want to be able to sync all of the videos together to have a mosaic of all the different cameras.
Would this be possible as this should in theory reduce the load on the host device for data storage (R/W) and only need to then download at the end of the recording since I would only store about 60GB of video on each camera 📷 and would have 256gb scard or higher per device.
Idealy 60FPS or higher would be great for the RGB. Is there a chance of getting higher FPS aswell?
Im coding in python
Any help would be appreciated.