<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de-AT">
	<id>https://becomwiki.live.md-websolutions.com/index.php?action=history&amp;feed=atom&amp;title=TVP5150_%28i.MX31%29</id>
	<title>TVP5150 (i.MX31) - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://becomwiki.live.md-websolutions.com/index.php?action=history&amp;feed=atom&amp;title=TVP5150_%28i.MX31%29"/>
	<link rel="alternate" type="text/html" href="https://becomwiki.live.md-websolutions.com/index.php?title=TVP5150_(i.MX31)&amp;action=history"/>
	<updated>2026-05-13T13:31:05Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in BECOM Systems Support</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://becomwiki.live.md-websolutions.com/index.php?title=TVP5150_(i.MX31)&amp;diff=374&amp;oldid=prev</id>
		<title>Peter: 1 Version importiert</title>
		<link rel="alternate" type="text/html" href="https://becomwiki.live.md-websolutions.com/index.php?title=TVP5150_(i.MX31)&amp;diff=374&amp;oldid=prev"/>
		<updated>2023-10-31T08:03:09Z</updated>

		<summary type="html">&lt;p&gt;1 Version importiert&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de-AT&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 31. Oktober 2023, 10:03 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de-AT&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Peter</name></author>
	</entry>
	<entry>
		<id>https://becomwiki.live.md-websolutions.com/index.php?title=TVP5150_(i.MX31)&amp;diff=373&amp;oldid=prev</id>
		<title>en&gt;Peter: 1 Version importiert</title>
		<link rel="alternate" type="text/html" href="https://becomwiki.live.md-websolutions.com/index.php?title=TVP5150_(i.MX31)&amp;diff=373&amp;oldid=prev"/>
		<updated>2023-08-22T19:35:52Z</updated>

		<summary type="html">&lt;p&gt;1 Version importiert&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Enabling the TVP5150 ===&lt;br /&gt;
To enable the TVP5150, place the jumper onto its position (or solder in R13) , so the levelshifter will be activated. To activate the chip itself, you will need to set GPO2 to high. Take care. The pin labeled GPO2 is actually GPO3 when looked up in the Atlas manual. So you will need to run the following command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/* Set bit 10 to 1 to drive the output high */&lt;br /&gt;
atlas-regs -s 0x22=0x00018400&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Tests ===&lt;br /&gt;
&lt;br /&gt;
Kurzzusammenfassung (getestet mit BSP rel. 132):&lt;br /&gt;
&lt;br /&gt;
HW: Jumper am VideoIn Board muss gesteckt sein&lt;br /&gt;
&lt;br /&gt;
Kernel Config Einstellungen:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
* Drivers -&amp;gt; Multimedia Devices&lt;br /&gt;
   * Enable Video For Linux API 1 -&amp;gt; N (!) (2x)&lt;br /&gt;
   * Video Capture Adapters&lt;br /&gt;
     * Autoselect ... -&amp;gt; Y&lt;br /&gt;
     * MXC Video for Linux Camera -&amp;gt; M&lt;br /&gt;
        * TI TVP5150 video Decoder Support -&amp;gt; M&lt;br /&gt;
           ITU-R ... -&amp;gt; Y&lt;br /&gt;
           TI TVP5150 debugging -&amp;gt; Y&lt;br /&gt;
           Allocate ... -&amp;gt; Y&lt;br /&gt;
        * Pre Processor VF SDC library -&amp;gt; Y&lt;br /&gt;
        * Pre Processor Encoder Library -&amp;gt; Y&lt;br /&gt;
        * alle anderen: -&amp;gt; N&lt;br /&gt;
     * MXC Video for Linux Video Output -&amp;gt; M&lt;br /&gt;
     * alle anderen: -&amp;gt; N &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Reboot Target, Signal anlegen, z.B. VCR&lt;br /&gt;
&lt;br /&gt;
Folgende Commands für Raw video:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
atlas-regs -s 0x22=0x00018400     /* aktiviert GPO2 */&lt;br /&gt;
modprobe mxc_v4l2_in              /* V4L IF */&lt;br /&gt;
modprobe tvp5150_capture          /* TVP Treiber */&lt;br /&gt;
/unit_tests/mxc_v4l2_test/mxc_v4l2_capture.out -w 320 -h 240 -c 100 file.yuv /* record 320x240 px, 100 frames, yuv420 format */&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Folgende Commands für MPEG4 Video:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
atlas-regs -s 0x22=0x00018400 &lt;br /&gt;
modprobe tvp5150_capture&lt;br /&gt;
modprobe mxc_v4l2_in&lt;br /&gt;
insmod /unit_tests/modules/memalloc.ko&lt;br /&gt;
/tmp/cam2mpeg4/cam2mpeg4 320 240 900 30 file.mp4es &amp;amp;&lt;br /&gt;
/tmp/live/testProgs/testMPEG4VideoStreamer&lt;br /&gt;
&lt;br /&gt;
/tmp/live/testProgs/testMPEG4VideoStreamerF&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:i.MX31]]&lt;/div&gt;</summary>
		<author><name>en&gt;Peter</name></author>
	</entry>
</feed>