I am new to arduino and I am trying to build a project with it so I need some help plz.
The idea of my project is to build a mobile security system with an android application that can detect any move or attempt to steal a car by recording a live video from the inside of the car during the attempt ,moreover it will locate the location of the car and where it is going by GPS.
Likewise here are the required components to build the projects are as follows:
-3MP OV3640 Camera module to record a live video.
PIR motion sensor to detect .
GPRS/GSM shield for Arduino to send the live video and the location of the car.
SD Card Module Slot Socket Reader.
the GPS module.
And here are my questions :
What is the best type of arduino that can implement my project perfectly,the UNO OR MEGA?
How many pins I will need to use in the project ( an estimation at least )?
How many pins do I have to use with the 3MP OV3640 Camera module and GPRS/GSM shield?
If it is passing through the arduino, your frame rate will be measured in seconds per frame, not frames per second. Arduino is not even close to fast enough, I think this calls for a pi
allawi_90:
you can check this website, and see how Camera Modules can be built in the Arduino.
OK, I can see the basis for confusion.
The device in question is not an "add-on" to an Arduino. They have incorporated an "Arduino" design to permit it to use Arduino facilities, but the actual "smarts" are in other chipsets.
So it is not in any way "Camera Modules can be built in the Arduino", it is the reverse, an Arduino built into a camera and wireless system merely to switch it on and control it.
If you want to use it, yes, go buy one of them and figure it all out. But since it is not simply an Arduino, there is little point in discussing it here in relation to the "base" Arduinos and you will need to work with whatever support is provided via that site.