Record Video from USB Webcam- How to ? - Raspberry Pi Forums
hello all.,
received raspberry pi yesterday. , playing , doing tests.
using usb webcam rpi camera board out of stock , waiting eagerly buy it.
question :
how can record video on raspberry pi's sd card usb webcam ?
have attached usb web-camera rpi , pi can detect it, tried installing motion , pi can stream using mjpeg firefox too.
couldn't find command record video webcam on sd card .
possible ?
using iball web camera c 8.0 .
pi can detect "bus 001 device 012: id 0c45:6340 microdia"
trying record clip , upload using ftp/samba.
time , input.
update:
tried avconv , gave errors. added usb power hub power webcam , fired same command
, worked., voila.....recorded video in 640x480 30 fps.
received raspberry pi yesterday. , playing , doing tests.
using usb webcam rpi camera board out of stock , waiting eagerly buy it.
question :
how can record video on raspberry pi's sd card usb webcam ?
have attached usb web-camera rpi , pi can detect it, tried installing motion , pi can stream using mjpeg firefox too.
couldn't find command record video webcam on sd card .
possible ?
using iball web camera c 8.0 .
pi can detect "bus 001 device 012: id 0c45:6340 microdia"
trying record clip , upload using ftp/samba.
time , input.
update:
tried avconv , gave errors. added usb power hub power webcam , fired same command
code: select all
avconv -f video4linux2 -i /dev/video0 video0.avi
you can use ffmpeg record file.
code: select all
ffmpeg -f v4l2 -r 25 -s 640x480 -i /dev/video0 out.avi
raspberrypi
Comments
Post a Comment