On Fri, 12 Jun 2009 00:20:11 +0400 "Andrey N. Prokofiev" <[email protected]> wrote:
> Maksim A. Boyko пишет: > > motion > Попробовал motion. При запуске пишет: > [0] Processing thread 0 - config file /etc/motion/motion.conf > [0] Motion 3.2.9 Started > [0] ffmpeg LIBAVCODEC_BUILD 3355136 LIBAVFORMAT_BUILD 3409664 > [0] Thread 1 is from /etc/motion/motion.conf > [1] Thread 1 started > [1] cap.driver: "uvcvideo" > [1] cap.card: "UVC Camera (eb1a:2761)" > [1] cap.bus_info: "0000:00:1d.7" > [1] cap.capabilities=0x04000001 > [1] - VIDEO_CAPTURE > [1] - STREAMING > [1] Error selecting input 0 > [1] VIDIOC_S_INPUT: Device or resource busy > [1] ioctl(VIDIOCGMBUF) - Error device does not support memory map > [1] V4L capturing using read is deprecated! > [1] Motion only supports mmap. > [1] Capture error calling vid_start > [1] Thread finishing... > > $ lsusb |grep webcam > Bus 005 Device 004: ID eb1a:2761 eMPIA Technology, Inc. EeePC 701 > integrated webcam > > Что не так? > Ну чо тут не понятного... :-P > [1] VIDIOC_S_INPUT: Device or resource busy Вход видеокамеры занят. Надо освободить. :-D > [1] ioctl(VIDIOCGMBUF) - Error device does not support memory map > [1] V4L capturing using read is deprecated! > [1] Motion only supports mmap. > [1] Capture error calling vid_start > [1] Thread finishing... Ошибка. Устройство не поддерживает карты памяти. MOTION поддерживает ТОЛЬКО устройства с картами памяти. Тред закончен... Надо было выбрать какую то другую программу для ретрансляции видео. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

