ラベル UVC の投稿を表示しています。 すべての投稿を表示
ラベル UVC の投稿を表示しています。 すべての投稿を表示

2011/09/01

【motion install】

-->Repository

# yum -y --enablerepo=dag motion
# vi /etc/motion/motion.conf


# /etc/init.d/motion start



起動していないなともったらログにエラーが出てる...
kernel: usb 1-3: new high speed USB device using ehci_hcd and address 3
kernel: usb 1-3: configuration #1 chosen from 1 choice
kernel: uvcvideo: Found UVC 1.00 device (046d:0821)
kernel: input: UVC Camera (046d:0821) as /class/input/input4
motion: [0] Processing thread 0 - config file /etc/motion/motion.conf
motion: [0] Created process id file /var/run/motion.pid. Process ID is 5801
motion: [0] Motion running as daemon process
motion: [0] Thread 1 is from /etc/motion/motion.conf
motion: [1] ioctl(VIDIOCGMBUF) - Error device does not support memory map
motion: [1] V4L capturing using read is deprecated!
motion: [1] Motion only supports mmap.
motion: [1] Capture error calling vid_start
motion: [1] Removed process id file (pid file).

2011/08/31

【UVC Install】


参考URL:http://www.ideasonboard.org/uvc/

# git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git uvcvideo
# cd uvcvideo
# git remote add uvcvideo git://linuxtv.org/pinchartl/uvcvideo.git
# git remote update
# git checkout -b uvcvideo-master uvcvideo/uvcvideo-next

# modprobe uvcvideo
# lsmod | grep uvcvideo
uvcvideo 53833 0
compat_ioctl32 5569 1 uvcvideo
videodev 25793 1 uvcvideo
v4l1_compat 16069 2 uvcvideo,videodev
v4l2_common 24385 2 uvcvideo,videodev