Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEP BERLIN

1,335 bytes added, 18:27, 10 September 2012
m
How to use to use TVP5151 Video Decoder
== How to use to use TVP5151 Video Decoder ==
{{Message/Information Message|title=|message=IGEP COM MODULE AND IGEP BERLIN doesn't support video decoder}}
[[Image:Berlin rca.jpg|right|200px]]IGEP BERLIN Expansion integrates two composite video connectors to decode analog input signal.
=== Configure TVP5151 ===
{{#lst:How to setup tvp5151 *Plug some peripheral with video decoder|configure}}composite output in J402 rca connector, see the image for more details.<br> *Connect a screen, for example HDMI monitor. *Refresh repositories and accept it.<pre>zypper ref </pre> *Install video4linux2 plugin<pre>zypper in gst-plugins-good-video4linux2</pre>
=== Play with TVP5151 ===
*Load OMAP ISP kernel module<br><pre>modprobe omap3-isp</pre> *Configure ISP, for PAL resulution use 720x576 for NTSC resolution use 720x480 for '''IGEP BERLIN''':<br><pre>media-ctl -r -l '"tvp5150 3-005d":0->"OMAP3 ISP CCDC":0[1], "OMAP3 ISP CCDC":1->"OMAP3 ISP CCDC output":0[1]'media-ctl -v --set-format '"tvp5150 3-005d":0 [UYVY 720x480]'media-ctl -v --set-format '"OMAP3 ISP CCDC":0 [UYVY 720x480]'media-ctl -v --set-format '"OMAP3 ISP CCDC":1 [UYVY 720x480]' </pre> *Export display<pre>export DISPLAY=:0.0 </pre> *Launch gstreamer<pre>gst-launch-0.10 -v v4l2src device=/dev/video2 queue-size=8&nbsp;! video/x-raw-yuv,format=\(fourcc\)UYVY,width=720,height=480&nbsp;! ffmpegcolorspace&nbsp;! autovideosink</pre> *Now you can see in your IGEP screen a result similar like this {{#lst| cellspacing="1" cellpadding="1" border="1" width="200"|-| [[Image:How to setup tvp5151 video decoderIgepv2expgstreamercapture.jpg|400px]]|playberlin}}
''From [[How to setup tvp5151 video decoder]]''
4,199
edits