Advertisement
evilqubit

raspberry pi cmd cam

Apr 5th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. sudo raspi-config open configuration
  2.  
  3. raspistill -o image.jpg -w -h
  4. raspivid -o video.h264 -t 10000
  5.  
  6. from usb cam
  7. fswebcam -d /dev/video0 -r 640x480 test.jpeg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement