Grove Mini Camera
Last updated
Last updated
If you are searching a small size camera, perhaps, Grove-Mini Camera would be your best choice. It’s a mini camera which can be controlled by Arduino. It has integrated image processing to generate 1280*720 JPEG image. The captured pictures are stored in SD card and you can read SD card information via Mini 8Pin USB interface.
Standard USB Interface and Grove Interface
High resolution
Tiny size and light weight
!!!Tip More details about Grove modules please refer to Grove System
Different from general camera, Grove - Mini Camera can be controlled by Arduino/Seeeduino.
Now let us use the Grove - Mini camera to achieve this function: shoot a picture every time when someone approaches.
To do it, we need a Grove - PIR Motion sensor which can spot any motion within a certain scope.
Let us start to make it:
Plug SD card into SD card socket, SD card is not included in this Grove and its size can't be larger than 32G.
Connect Grove - Mini Camera to D2 port of Grove - Base Shield, and Grove - PIR Motion Sensor to D5 port.
Plug Grove - Base Shield into Arduino/Seeeduino, then connect Arduino/Seeeduino to PC using a USB cable.
Open Arduino IDE, copy and paste the code below to a new sketch:
Upload the code.
Now there should be a video in the SD card because we call the function once during Setup(). To play the video, you can either directly connect the camera to PC via USB cable or use a reader to read it. And if somebody approaches when it's working, you should also find some pictures in the SD cards also.
Here is the state description of this mini camera. There are 5 working states.
1. Standby: Set key as high level for 2 seconds when in the power off state, Red LED will come on. Mini camera enters Standby state.
2. Power off: Set key as high level for 5 seconds, camera enter Power off state, Red LED will fade out.
3. Take pictures: Set key as high level for about 1000ms when in the power on state, camera can take a picture. Red LED will blink once to tell you that one picture has been taken. Afterwards, it automatically enters standby state.
4. Video: Set key as high level for 2 seconds when in the standby state, Camera will enter video state and red LED blinks continuously. To stop it, set key as high level for about 1000ms, camera will enter to standby state.
5. Files storage: Connect camera to pc using USB cable, you can open image file and VIDEO file. You can also access the files in the SD card by a SD card reader.
Item
Performance Parameter
CPU
ARM9
Video Decode
H.263 Accele
Video Format
AVI
Video Encode
MPEG4
Video Resolution
640*480
Video Frame Rate
30FPS
Run Software
support AVI Player
Photo Format
JPEG
Image Resolution
1280*720
Charge mode
DC5V
Data Communication Interface
Mini 8Pin USB
Storage Medium
Micro SD (Max 32G)