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

code: select all

avconv -f video4linux2 -i /dev/video0 video0.avi
, worked., voila.....recorded video in 640x480 30 fps.

you can use ffmpeg record file.

code: select all

ffmpeg -f v4l2 -r 25 -s 640x480 -i /dev/video0 out.avi 


raspberrypi



Comments

Popular posts from this blog

Thread: PKI Client 5.00 install (for eToken Pro)

ATmega2560-Arduino Pin Mapping

Crossfader Arduino Tutorial