<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: i.MX6 Video Latency in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283762#M33113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Lets look at the timestamps printed by the source:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the deltas between each buffer's timestamps when launching 'mfw_v4lsrc ! fakesink -v'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The fastest you can get camera data is 1/30fps which is 33.3 ms, so with your delta calculation (latency) you are getting 8.54 which is of course pretty bad . I am not sure if is the system is under performing or your latency calculation is not correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the UDP pipelines, are you launching both pipes from the same board (localhost=127.0.0.1)? if this true, there is no much (or any?) network latency.&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; In other hand, vpu* are filters, so these introduce delays....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, if you want to get more insight about latencies of each system call, run the pipelines with strace -T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Mar 2014 04:20:32 GMT</pubDate>
    <dc:creator>LeonardoSandova</dc:creator>
    <dc:date>2014-03-08T04:20:32Z</dc:date>
    <item>
      <title>i.MX6 Video Latency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283761#M33112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working with the i.MX6Q on a Boundary Devices BD-SL-i.MX6 and I'm having some interesting results using Gstreamer and mfw_v4lsrc/mfw_v4lsink and the hardware encoder.&amp;nbsp; I'm running Ubuntu 12.04 on Boundary's 3.0.35 kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm testing latency by pointing the Boundary Devices OV camera module(s) (parallel and MIPI, same results) at a stopwatch and placing the output display next to the stopwatch.&amp;nbsp; I take a picture and the delta in the displayed stopwatch value vs the actual stopwatch value I'm calling my latency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When outputting directly from the camera to an HDMI screen connected to the BD-SL-i.MX6 using the command &lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'andale mono', times;"&gt;gst-launch-0.10 mfw_v4lsrc capture-mode=4 ! mfw_v4lsink --disp-width=1280 --disp-height=720 sync=false -v&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I get a latency of 117ms (which seems very high to me).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to stream this over a network, so I'm using the vpuenc, h264 payloader and udp sink:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'andale mono', times;"&gt;gst-launch-0.10 mfw_v4lsrc capture-mode=4 ! vpuenc codec=6 bitrate=$BITRATE! rtph264pay ! udpsink host=$HOST port=5000 sync=false -v&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And on the receiver side (also BD-SL-i.MX6)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'andale mono', times;"&gt;gst-launch-0.10 udpsrc port=5000 caps=(caps from source) ! rtph264depay ! vpudec low-latency=true ! ffmpegcolorspace ! mfw_v4lsink sync=false -v&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;This transmits the h.264 video nicely, but when I measure the latency I get &lt;EM style="font-family: arial, helvetica, sans-serif;"&gt;the exact same latency (117ms) as if there was no network!&lt;/EM&gt;&amp;nbsp; What is going on here?!&amp;nbsp; I would imagine the network connection (ethernet-&amp;gt;router-&amp;gt;wifi) and encode/decode should introduce at least a couple milliseconds, and probably quite a few more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there some buffering or delay in the first command (camera-&amp;gt;HDMI out) that I'm unaware of?&amp;nbsp; I'm hoping to reduce this latency as much as possible, down to the limit of what the encode/transmit/decode is capable of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 22:28:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283761#M33112</guid>
      <dc:creator>allanmatthew</dc:creator>
      <dc:date>2014-03-07T22:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 Video Latency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283762#M33113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Lets look at the timestamps printed by the source:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the deltas between each buffer's timestamps when launching 'mfw_v4lsrc ! fakesink -v'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The fastest you can get camera data is 1/30fps which is 33.3 ms, so with your delta calculation (latency) you are getting 8.54 which is of course pretty bad . I am not sure if is the system is under performing or your latency calculation is not correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the UDP pipelines, are you launching both pipes from the same board (localhost=127.0.0.1)? if this true, there is no much (or any?) network latency.&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; In other hand, vpu* are filters, so these introduce delays....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, if you want to get more insight about latencies of each system call, run the pipelines with strace -T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 04:20:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283762#M33113</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2014-03-08T04:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 Video Latency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283763#M33114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leo-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I monitor the buffer timestamp deltas?&amp;nbsp; I'm not sure how or where to output the timestamps in the gstreamer pipeline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not using the loopback for the UDP pipeline, I'm running from an i.MX6 connected via USB WiFi to a router which is connected via ethernet to another i.MX6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Allan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 23:26:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283763#M33114</guid>
      <dc:creator>allanmatthew</dc:creator>
      <dc:date>2014-03-08T23:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 Video Latency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283764#M33115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Instead of using video sinks, use fakesinks, just add the param -v. For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;$ &lt;STRONG&gt;gst-launch mfw_v4lsrc fps-n=30 ! fakesink -v&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;MFW_GST_V4LSRC_PLUGIN 3.0.10 build on Jan 24 2014 02:34:10.&lt;/P&gt;
&lt;P&gt;Setting pipeline to PAUSED ...&lt;/P&gt;
&lt;P&gt;/GstPipeline:pipeline0/MFWGstV4LSrc:mfwgstv4lsrc0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)I420, width=(int)640, height=(int)480, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1&lt;/P&gt;
&lt;P&gt;Pipeline is live and does not need PREROLL ...&lt;/P&gt;
&lt;P&gt;Setting pipeline to PLAYING ...&lt;/P&gt;
&lt;P&gt;New clock: GstSystemClock&lt;/P&gt;
&lt;P&gt;/GstPipeline:pipeline0/GstFakeSink:fakesink0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)I420, width=(int)640, height=(int)480, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1&lt;/P&gt;
&lt;P&gt;/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "preroll&amp;nbsp;&amp;nbsp; ******* "&lt;/P&gt;
&lt;P&gt;/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "event&amp;nbsp;&amp;nbsp; ******* (fakesink0:sink) E (type: 102, GstEventNewsegment, update=(boolean)false, rate=(double)1, applied-rate=(double)1, format=(GstFormat)GST_FORMAT_BYTES, start=(gint64)0, stop=(gint64)-1, position=(gint64)0;) 0x2de928"&lt;/P&gt;
&lt;P&gt;/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain&amp;nbsp;&amp;nbsp; ******* (fakesink0:sink) (460800 bytes, timestamp: 0:00:00.033265333, duration: &lt;STRONG&gt;0:00:00.033333333&lt;/STRONG&gt;, offset: 1075314688, offset_end: -1, flags: 4128 discont ) 0x2e8000"&lt;/P&gt;
&lt;P&gt;/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain&amp;nbsp;&amp;nbsp; ******* (fakesink0:sink) (460800 bytes, timestamp: 0:00:00.067261000, duration: 0:00:00.033333333, offset: 1075838976, offset_end: -1, flags: 4096 ) 0x2e80b8"&lt;/P&gt;

&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;$ gst-launch mfw_v4lsrc fps-n=15 ! fakesink -v&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;MFW_GST_V4LSRC_PLUGIN 3.0.10 build on Jan 24 2014 02:34:10.&lt;/P&gt;
&lt;P&gt;Setting pipeline to PAUSED ...&lt;/P&gt;
&lt;P&gt;/GstPipeline:pipeline0/MFWGstV4LSrc:mfwgstv4lsrc0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)I420, width=(int)640, height=(int)480, framerate=(fraction)15/1, pixel-aspect-ratio=(fraction)1/1&lt;/P&gt;
&lt;P&gt;Pipeline is live and does not need PREROLL ...&lt;/P&gt;
&lt;P&gt;Setting pipeline to PLAYING ...&lt;/P&gt;
&lt;P&gt;New clock: GstSystemClock&lt;/P&gt;
&lt;P&gt;/GstPipeline:pipeline0/GstFakeSink:fakesink0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)I420, width=(int)640, height=(int)480, framerate=(fraction)15/1, pixel-aspect-ratio=(fraction)1/1&lt;/P&gt;
&lt;P&gt;/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "preroll&amp;nbsp;&amp;nbsp; ******* "&lt;/P&gt;
&lt;P&gt;/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "event&amp;nbsp;&amp;nbsp; ******* (fakesink0:sink) E (type: 102, GstEventNewsegment, update=(boolean)false, rate=(double)1, applied-rate=(double)1, format=(GstFormat)GST_FORMAT_BYTES, start=(gint64)0, stop=(gint64)-1, position=(gint64)0;) 0x337928"&lt;/P&gt;
&lt;P&gt;/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain&amp;nbsp;&amp;nbsp; ******* (fakesink0:sink) (460800 bytes, timestamp: 0:00:00.066862000, duration: &lt;STRONG&gt;0:00:00.066666666&lt;/STRONG&gt;, offset: 1075314688, offset_end: -1, flags: 4128 discont ) 0x342000"&lt;/P&gt;
&lt;P&gt;/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain&amp;nbsp;&amp;nbsp; ******* (fakesink0:sink) (460800 bytes, timestamp: 0:00:00.134798666, duration: 0:00:00.066666666, offset: 1075838976, offset_end: -1, flags: 4096 ) 0x3420b8"&lt;/P&gt;

&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 16:31:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283764#M33115</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2014-03-10T16:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 Video Latency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283765#M33116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Leo-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm seeing exactly what you're seeing, the 0.033 and 0.066 durations.&amp;nbsp; So, it seems that there is a delay in the mfw_v4lsink?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Allan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 17:08:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283765#M33116</guid>
      <dc:creator>allanmatthew</dc:creator>
      <dc:date>2014-03-10T17:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 Video Latency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283766#M33117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Allan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the latency you are observing is normal. You are measuring the latency between the capture and the display time, which is of course non-zero and ideally should be constant, so delays do not accumulate. I have not tried it but in case you want to look at how much time is spent on each system call, run the pipeline with strace -T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 18:46:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283766#M33117</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2014-03-10T18:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re: i.MX6 Video Latency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283767#M33118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leo-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;117ms still seems like a crazy amount of latency, especially since i'm just trying to display camera data directly to the screen.&amp;nbsp; mfw_v4lsrc seems to be ok in that its only latency is one frame (33.3ms), but where does the additional 83.7ms come from?&amp;nbsp; Does the mfw_v4lsink have a 2 frame buffer with some additional overhead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Allan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 20:34:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283767#M33118</guid>
      <dc:creator>allanmatthew</dc:creator>
      <dc:date>2014-03-10T20:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re: i.MX6 Video Latency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283768#M33119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Allan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Crazy" sometimes depends on your needs. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I suspect that the primary application of mfw_v4lsink is video playback, and 117ms may be really small for that use-case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried using mfw_isink? I don't believe it queues more than a single frame.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 20:39:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283768#M33119</guid>
      <dc:creator>EricNelson</dc:creator>
      <dc:date>2014-03-10T20:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Re: i.MX6 Video Latency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283769#M33120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crazy may have been a bit strong :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excellent recommendation on using mfw_isink.&amp;nbsp; I'm down to a 59ms latency!&amp;nbsp; Unfortunately there is some strange frame buffer behavior... the video appears to be overlaid on the CLI and very dark-blueish.&amp;nbsp; I'm guessing I'm missing some memory configuration somewhere?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Allan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 20:49:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283769#M33120</guid>
      <dc:creator>allanmatthew</dc:creator>
      <dc:date>2014-03-10T20:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: i.MX6 Video Latency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283770#M33121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;Allan Matthew wrote:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I'm guessing I'm missing some memory configuration somewhere?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;Right. The default sets things up for alpha-blending. There are some ioctls to control color-keying and alpha-blending that you might need to integrate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 20:59:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283770#M33121</guid>
      <dc:creator>EricNelson</dc:creator>
      <dc:date>2014-03-10T20:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Re: i.MX6 Video Latency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283771#M33122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for my naiveté, but how do I disable alphablending with gstreamer?&amp;nbsp; I'm not finding that anywhere obvious in gst-inspect mfw_isink.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 21:21:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283771#M33122</guid>
      <dc:creator>allanmatthew</dc:creator>
      <dc:date>2014-03-10T21:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 Video Latency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283772#M33123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;As always, good catch Eric. Check this link for your alpha question: &lt;/SPAN&gt;&lt;A class="jive-link-wiki-small" data-containerid="2004" data-containertype="14" data-objectid="1518" data-objecttype="102" href="https://community.freescale.com/docs/DOC-1518"&gt;https://community.freescale.com/docs/DOC-1518&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 21:33:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283772#M33123</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2014-03-10T21:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 Video Latency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283773#M33124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did it, thanks guys!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 22:20:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283773#M33124</guid>
      <dc:creator>allanmatthew</dc:creator>
      <dc:date>2014-03-10T22:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 Video Latency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283774#M33125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Allan,&lt;/P&gt;&lt;P&gt;Your post indeed pertains to what I am currently looking for. I want to stream video from a Drone to ground station, and I am thinking of using the i.MX6 processors. Would you be kind enough and let me know the details of the screen/LCD and the camera you are using? How are you decoding the received data at the receiver side?&amp;nbsp; Also if I establish an adhoc communication mode between the i.MX board(server side) and use a normal desktop PC(receiver side), do you think the latency induced will be more?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 11:52:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Video-Latency/m-p/283774#M33125</guid>
      <dc:creator>imx_learner</dc:creator>
      <dc:date>2018-06-11T11:52:27Z</dc:date>
    </item>
  </channel>
</rss>

