Mini USB Camera SKU:408731

From Geekworm Wiki
Jump to navigation Jump to search

Mini USB Camera sku:408731

Overview

No Drive Mini USB Camera for Raspberry Pi - Black

Features

usb Interface Camera, supports all revisions of the Pi Focusing range:20MM(MAX) Video resolution:640*480 Size: 3.8cm*1.5cm*3cm,line scalable ,The longest is 65cm

Learn how to use theCamera

1. focusing control

   On a computer using a USB camera, focusing in to the best display effect; File:Win7-USB-camera-software.zip

2. Shoot video

   Shoot video:
   sudo apt-get update
   sudo apt-get install ffmpeg
   avconv -f video4linux2 -r 7 -s 640x480 -i /dev/video0 video0.avi
   play video:
   omxplayer -o hdmi video0.avi

3. take a picture

   Install the software:
   sudo apt-get install fswebcam
   Capture images:
   fswebcam -r 640x480 image.jpg

Package List

  • 1 x Raspberry Pi usb Camera

Document

Add your comment
Geekworm Wiki welcomes all comments. If you do not want to be anonymous, register or log in. It is free.