Download Print this page
SeeedStudio Grove-Mini Camera Quick Start Manual

SeeedStudio Grove-Mini Camera Quick Start Manual

Advertisement

Quick Links

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.
Features
Standard USB Interface and Grove Interface
High resolution
Tiny size and light weight
For all Grove users (especially beginners), we provide you guidance PDF documents. Please download and
read through
Preface - Getting Started
Specification
Video Resolution
Video Frame Rate
Image Resolution
Data Communication Interface
Storage Medium
Grove - Mini Camera
and
Item
CPU
Video Decode
Video Format
Video Encode
Run Software
Photo Format
Charge mode
Introduction to Grove
Performance Parameter
support AVI Player
Micro SD (Max 32G)
before your using of the product.
ARM9
H.263 Accele
AVI
MPEG4
640*480
30FPS
JPEG
1280*720
DC5V
8Pin USB

Advertisement

loading
Need help?

Need help?

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.