Green Output from USB Capture on Raspberry Pi
Question
See also support question 2010x 05x 10x 101207. I also have a green screen with time stamp on the Raspberry Pi. I am seeing the same output in vlc on that machine. I have two ex28xx devices, an Easycap DC-60 and a kworld USB2800, both check out ok on a debian laptop.
I'm using the latest em28xx driver from linuxtv.org
[0] Processing thread 0 - config file /etc/motion/motion.conf
[0] Motion 3.2.12 Started
[0] ffmpeg LIBAVCODEC_BUILD 3482368 LIBAVFORMAT_BUILD 3478784
[0] Thread 1 is from /etc/motion/motion.conf
[0] motion-httpd/3.2.12 running, accepting connections
[1] Thread 1 started
[0] motion-httpd: waiting for data on port TCP 8080
[1] cap.driver: "em28xx"
[1] cap.card: "EM2860/SAA711X Reference Design"
[1] cap.bus_info: "usb-bcm2708_usb-1.2.3"
[1] cap.capabilities=0x05000051
[1] - VIDEO_CAPTURE
[1] - VBI_CAPTURE
[1] - READWRITE
[1] - STREAMING
[1] Test palette YUYV (720x576)
[1] Using palette YUYV (720x576) bytesperlines 1440 sizeimage 829440 colorspace 00000001
[1] found control 0x00980900, "Brightness", range 0,255
[1] "Brightness", default 128, current 128
[1] found control 0x00980901, "Contrast", range 0,127
[1] "Contrast", default 64, current 64
[1] found control 0x00980902, "Saturation", range 0,127
[1] "Saturation", default 64, current 64
[1] found control 0x00980903, "Hue", range -128,127
[1] "Hue", default 0, current 0
[1] mmap information:
[1] frames=4
[1] 0 length=829440
[1] 1 length=829440
[1] 2 length=829440
[1] 3 length=829440
[1] Using V4L2
[1] Resizing pre_capture buffer to 1 items
[1] Started stream webcam server in port 8081
Environment
Motion version: |
3.2.12 |
ffmpeg version: |
ffmpeg version N-41795-gf77fd34 |
Libraries: |
ffmpeg, mysql, postgresql |
Server OS: |
Debian Wheezy, kernel 3.1.9+ |
--
MichaelHartup - 28 Jun 2012
Answer
Michael , not sure but looks that maybe you need to setup input config option to a different value.
Maybe mplayer can help you to get that value :
mplayer tv:// -tv device=/dev/video1:input=1:normid=0
Cheers,
--
AngelCarpintero - 08 Jul 2012