Do you have a question about the Grove-Mini Camera and is the answer not in the manual?
Questions and answers
Summary of Contents for SeeedStudio Grove-Mini Camera
Page 1
Grove - Mini Camera 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 USB interface.
Page 2
Demonstration Different from general camera, Grove - Mini Camera can be controlled by Arduino/Seeeduino. Now let's 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.
Page 3
void takePicture(void) digitalWrite(KEY,HIGH); delay(1000); digitalWrite(KEY,LOW); delay(1000); void enterStandbyMode(void) //set the key pin as high level for 2s,enter the standby state digitalWrite(KEY,HIGH); delay(2000); digitalWrite(KEY,LOW); delay(1000); void makeVideo(long int videoTime) //set the key pin as high level for 2s again, from the standby state to video state digitalWrite(KEY,HIGH);...
Page 4
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.
Need help?
Do you have a question about the Grove-Mini Camera and is the answer not in the manual?
Questions and answers