We don't know what were doing and need some serious help. For our project, we have a motion sensor that is hooked up to the Arduino, when it detects motion, it is suppose to turn the camera on, record as long as there is still motion, after recording video with the Arducam that then stores the video on an SD card.
The motion sensor works properly, but we are in the dark about the camera and the SD card.
hardware:
Arduino uno
Arduncam mini modular OV2640
SMAKM SD card reader
The Uno can control a camera and a video recorder, but can not process video data. If you want the Uno to store images from the ArduCam, it will take about 10-20s to store every single picture on a SD card.
What you need is a video recorder, that connects to the camera and includes a storage device. Or a module that transfers the video stream to a server, using WLAN, Bluetooth or some other fast network.
Or an action cam, that can send live video data to a server.
What about the Mega 2560?