Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to setup tvp5151 video decoder

46 bytes added, 17:38, 2 September 2011
no edit summary
The YCbCr digital output can be programmed as 8-bit 4:2:2 or 8-bit ITU-R BT.656 parallel interface standard.<br>'''Summary of Line Frequencies, Data Rates, and Pixel Counts'''<br>
{| width="480" cellspacing="1" cellpadding="1" border="0" align="left" width="480" style=""
|-
! scope="col" | STANDARDS <br>(ITU-R BT.601) <br>
or the gstreamer pipeline setup:<br>
<pre>gst-launch-0.10 -v v4l2src device=/dev/video2 queue-size=1&nbsp;! video/x-raw-yuv,format=\(fourcc\)UYVY,width=720,height=628&nbsp;! omapdmaifbsink</pre>
or using gstreamer for the TCP live streaming:
Set up TCP server from IGEPv2:<br><pre>gst-launch-0.10 v4l2src device=/dev/video2 &nbsp;! video/x-raw-yuv,format=\(fourcc\)UYVY,width=720,height=628 &nbsp;! ffmpegcolorspace &nbsp;! jpegenc &nbsp;! multipartmux &nbsp;! tcpserversink host=&lt;YOUR_PC_IP&gt; port=&lt;PORT&gt;</pre>Set up TCP client on your Machine:<pre>gst-launch-0.10 tcpclientsrc host=&lt;IGEP_BOARD_IP&gt; port=&lt;PORT&gt;&nbsp; ! multipartdemux &nbsp;! jpegdec &nbsp;! autovideosink</pre>= DependecesDependecies<br> =
*IGEPv2 board with a Expansion board.<br>
= BUGS Detected =
{| width="1000" cellspacing="1" cellpadding="1" border="1" width="1000"
|-
! scope="col" | Issue ID