Hi all, I am newbie in the world of Arduino. I know basic programming for microcontroller.
I need your guidance for a project.
I want to build a system in which 5 cameras will capture video at the same time and then store those videos on a single SD card. Is this possible ?If yes, then which board is suitable for this ? Also the camera module.
After storing the video files on a SD card I want to access them using smartphone.
The basic idea of a camera module is a powerful processor and enough RAM for video stream handling. For a module with a SD card it should be possible to record one or both streams in real time.
But such modules don't help when a small controller should read their video data streams and write to another SD card - such an approach may lead to less than 1 frame per second throughput. Simply calculate the bytes per frame, and multiply by the number of frames per second, and the number of cameras, then compare against the achievable data rates of an Ardunio or a single SD card.