Hi,
I'm new here and this thread is a bit old so maybe this can help you if you are sill looking for answer (its part of script from my NAS)
I'm new here and this thread is a bit old so maybe this can help you if you are sill looking for answer (its part of script from my NAS)
Code:
mknod /dev/video0 c 81 0
chmod 666 /dev/video0
insmod driver/./v4l1-compat.ko
insmod driver/./videodev.ko
insmod driver/./v4l2-common.ko
insmod driver/./v4l2-int-device.ko
insmod driver/./videobuf-core.ko
insmod driver/./uvcvideo.ko
uvccapture -b -v -d/dev/video0 -x640 -y480 -q90 -w -psnap.jpg -t1
Statistics: Posted by VBMek — Tue Sep 01, 2015 1:14 am — Replies 27 — Views 4421