Pages

Friday 29 June 2012

Composite Input - pictures via em28xx + easycap dc60 on raspberry pi

update - changing palette from YUYV to BA81 at 352x288 has removed horizontal breakup in capture on kworld usb2800. (Not tried; higher resolutions/ easycap device yet )



discovered this;
http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/48009
which leads to;
http://www.mail-archive.com/linux-media<at>vger.kernel.org/msg28200.html

Subsequently changed "height >>= norm_maxh(dev)" to "height = norm_maxh(dev) >> 1" to /linux/drivers/media/video/em28xx/em28xx-core.c in my media-build tree from linuxtv.org. Did a make all and a make install (not ./build which gets new sources) and a reboot. Refer to the links above for a fuller explanation.

I have a choppy picture (horizontal blocking and artefacts/lines) with an Easycap DC60 on my Raspberry Pi, but at least it's a picture.

The KWorld USB2800 is producing some pictures too. Similar patterns of break up.

No comments:

Post a Comment

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License