<?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: imx6qsabresd Linux camera interface in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437641#M67098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can write your apps and run it on QT5.&lt;/P&gt;&lt;P&gt;&lt;A href="http://wayland.freedesktop.org/qt5.html" title="http://wayland.freedesktop.org/qt5.html"&gt;Qt 5 on Wayland&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the camera code, I think you can take the mxc_v4l2_capture which in the imx-test for reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2015 05:28:39 GMT</pubDate>
    <dc:creator>jimmychan</dc:creator>
    <dc:date>2015-06-09T05:28:39Z</dc:date>
    <item>
      <title>imx6qsabresd Linux camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437640#M67097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using &lt;STRONG&gt;imx6qsabresd&lt;/STRONG&gt; board. &lt;/P&gt;&lt;P&gt;I want to make one application on &lt;STRONG&gt;Linux&lt;/STRONG&gt; Platform that use on board camera to record video/image and store and stream that video/image.&lt;/P&gt;&lt;P&gt;Currently i am using &lt;STRONG&gt;fsl-yocto-3.14.28-1.0.1.&lt;/STRONG&gt; I followed the step as per the "&lt;STRONG&gt;Freescale_Yocto_Project_User's_Guide.pdf&lt;/STRONG&gt;" and created the &lt;STRONG&gt;QT5 Weston Wayland image. &lt;/STRONG&gt;Also i successfully flashed it on SD card and i can run linux on imx6sabresd board. But i can't find any camera app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can i get camera app which can record 1080p video and also stream. And if this kind of app is not installed in this image. how can i add this kinda app in this image??&lt;/P&gt;&lt;P&gt;and if there is not any app available how can i create some app like this for this board?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My final requirement is to make my own board based on imx6 with camera and wifi module only. And the running linux contains only modules related to these modules.&lt;/P&gt;&lt;P&gt;So how can i build images for my custom board and having only some selected modules and recipes?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 11:06:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437640#M67097</guid>
      <dc:creator>riteshpanchal</dc:creator>
      <dc:date>2015-06-08T11:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: imx6qsabresd Linux camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437641#M67098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can write your apps and run it on QT5.&lt;/P&gt;&lt;P&gt;&lt;A href="http://wayland.freedesktop.org/qt5.html" title="http://wayland.freedesktop.org/qt5.html"&gt;Qt 5 on Wayland&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the camera code, I think you can take the mxc_v4l2_capture which in the imx-test for reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 05:28:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437641#M67098</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2015-06-09T05:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: imx6qsabresd Linux camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437642#M67099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can try Gstreamer for stream video from camera.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example this: &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;gst-launch v4l2src device=/dev/video0 ! mfw_v4lsink device=/dev/video18 disp-width=1920 disp-height=1080&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This command show video from v4l source to display or HDMI output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Vilem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 10:48:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437642#M67099</guid>
      <dc:creator>VilemZ</dc:creator>
      <dc:date>2015-06-09T10:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: imx6qsabresd Linux camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437643#M67100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Making an QT app is an option but its more easy if any ready made app is available to record and stored videos from on board camera.&lt;/P&gt;&lt;P&gt;Because my final product will not having the display / hdmi output. I need to just stream or store video feed. But before that i need to evaluate the on sabresd board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can you tell me is there any app? and if yes how to install on &lt;STRONG style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;QT5 Weston Wayland image running linux based on &lt;STRONG style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;fsl-yocto-3.14.28-1.0.1.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or otherwise any guide to develop some test app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 11:14:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437643#M67100</guid>
      <dc:creator>riteshpanchal</dc:creator>
      <dc:date>2015-06-09T11:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: imx6qsabresd Linux camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437644#M67101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.. Thanks for the Reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After executing "gst-launch v4l2src device=/dev/video0 ! mfw_v4lsink device=/dev/video18 disp-width=1920 disp-height=1080" i got below message and nothing shows up on the display.&lt;/P&gt;&lt;P&gt;WARNING: erroneous pipeline: no element "mfw_v4lsink" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can you tell me some details procedure to see on board camera feed in display on imx6qsabresd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 11:32:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437644#M67101</guid>
      <dc:creator>riteshpanchal</dc:creator>
      <dc:date>2015-06-09T11:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: imx6qsabresd Linux camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437645#M67102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please try this command:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;gst-inspect&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Then you will see available devices. It depends on version of Gstreamer and kernel. Now you need find output for v4l. I can be &lt;STRONG&gt;imxv4l2sink&lt;/STRONG&gt;, too. This can be instead of &lt;STRONG&gt;mfw_v4lsink&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best Regards,&lt;/P&gt;&lt;P&gt;Vilem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 06:37:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437645#M67102</guid>
      <dc:creator>VilemZ</dc:creator>
      <dc:date>2015-06-10T06:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: imx6qsabresd Linux camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437646#M67103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Vilem suggest, you can use the gstreamer to try the video streaming. You can search the "streaming" "gstreamer" in this community. There are many video streaming examples that using gstreamer and VLC. :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 02:32:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437646#M67103</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2015-06-11T02:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: imx6qsabresd Linux camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437647#M67104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have build image using following commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14340870939171564" data-renderedposition="92_8_1232_32" jivemacro_uid="_14340870939171564"&gt;&lt;P&gt;$ MACHINE=imx6qsabresd source fsl-setup-release.sh -b build-x11 -e x11&lt;/P&gt;&lt;P&gt;$ bitbake fsl-image-gui&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as a build result i got following message&lt;/P&gt;&lt;P&gt;"Tasks Summary: Attempted 6778 tasks of which 42 didn't need to be rerun and all succeeded.&lt;/P&gt;&lt;P&gt;Summary: There were 64 WARNING messages shown."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my output of gst-inspect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14340869910511960 jive_text_macro" data-renderedposition="271_8_1232_7216" jivemacro_uid="_14340869910511960"&gt;&lt;P&gt;goom:&amp;nbsp; goom: GOOM: what a GOOM!&lt;/P&gt;&lt;P&gt;multifile:&amp;nbsp; multifilesrc: Multi-File Source&lt;/P&gt;&lt;P&gt;multifile:&amp;nbsp; multifilesink: Multi-File Sink&lt;/P&gt;&lt;P&gt;multifile:&amp;nbsp; splitfilesrc: Split-File Source&lt;/P&gt;&lt;P&gt;ossaudio:&amp;nbsp; ossmixer: OSS Mixer&lt;/P&gt;&lt;P&gt;ossaudio:&amp;nbsp; osssrc: Audio Source (OSS)&lt;/P&gt;&lt;P&gt;ossaudio:&amp;nbsp; osssink: Audio Sink (OSS)&lt;/P&gt;&lt;P&gt;y4menc:&amp;nbsp; y4menc: YUV4MPEG video encoder&lt;/P&gt;&lt;P&gt;audiorate:&amp;nbsp; audiorate: Audio rate adjuster&lt;/P&gt;&lt;P&gt;ipucsc.imx:&amp;nbsp; mfw_ipucsc: IPU-based video converter&lt;/P&gt;&lt;P&gt;wavparse:&amp;nbsp; wavparse: WAV audio demuxer&lt;/P&gt;&lt;P&gt;udp:&amp;nbsp; udpsink: UDP packet sender&lt;/P&gt;&lt;P&gt;udp:&amp;nbsp; multiudpsink: UDP packet sender&lt;/P&gt;&lt;P&gt;udp:&amp;nbsp; dynudpsink: UDP packet sender&lt;/P&gt;&lt;P&gt;udp:&amp;nbsp; udpsrc: UDP packet receiver&lt;/P&gt;&lt;P&gt;spectrum:&amp;nbsp; spectrum: Spectrum analyzer&lt;/P&gt;&lt;P&gt;png:&amp;nbsp; pngdec: PNG image decoder&lt;/P&gt;&lt;P&gt;png:&amp;nbsp; pngenc: PNG image encoder&lt;/P&gt;&lt;P&gt;alaw:&amp;nbsp; alawenc: A Law audio encoder&lt;/P&gt;&lt;P&gt;alaw:&amp;nbsp; alawdec: A Law audio decoder&lt;/P&gt;&lt;P&gt;replaygain:&amp;nbsp; rganalysis: ReplayGain analysis&lt;/P&gt;&lt;P&gt;replaygain:&amp;nbsp; rglimiter: ReplayGain limiter&lt;/P&gt;&lt;P&gt;replaygain:&amp;nbsp; rgvolume: ReplayGain volume&lt;/P&gt;&lt;P&gt;equalizer:&amp;nbsp; equalizer-nbands: N Band Equalizer&lt;/P&gt;&lt;P&gt;equalizer:&amp;nbsp; equalizer-3bands: 3 Band Equalizer&lt;/P&gt;&lt;P&gt;equalizer:&amp;nbsp; equalizer-10bands: 10 Band Equalizer&lt;/P&gt;&lt;P&gt;playback:&amp;nbsp; playbin: Player Bin&lt;/P&gt;&lt;P&gt;playback:&amp;nbsp; playbin2: Player Bin 2&lt;/P&gt;&lt;P&gt;playback:&amp;nbsp; playsink: Player Sink&lt;/P&gt;&lt;P&gt;playback:&amp;nbsp; subtitleoverlay: Subtitle Overlay&lt;/P&gt;&lt;P&gt;ffmpegcolorspace:&amp;nbsp; ffmpegcolorspace: FFMPEG Colorspace converter&lt;/P&gt;&lt;P&gt;debug:&amp;nbsp; breakmydata: Break my data&lt;/P&gt;&lt;P&gt;debug:&amp;nbsp; capssetter: CapsSetter&lt;/P&gt;&lt;P&gt;debug:&amp;nbsp; rndbuffersize: Random buffer size&lt;/P&gt;&lt;P&gt;debug:&amp;nbsp; navseek: Seek based on left-right arrows&lt;/P&gt;&lt;P&gt;debug:&amp;nbsp; pushfilesrc: Push File Source&lt;/P&gt;&lt;P&gt;debug:&amp;nbsp; progressreport: Progress report&lt;/P&gt;&lt;P&gt;debug:&amp;nbsp; taginject: TagInject&lt;/P&gt;&lt;P&gt;debug:&amp;nbsp; testsink: Test plugin&lt;/P&gt;&lt;P&gt;debug:&amp;nbsp; capsdebug: Caps debug&lt;/P&gt;&lt;P&gt;debug:&amp;nbsp; cpureport: CPU report&lt;/P&gt;&lt;P&gt;isomp4:&amp;nbsp; qtdemux: QuickTime demuxer&lt;/P&gt;&lt;P&gt;isomp4:&amp;nbsp; rtpxqtdepay: RTP packet depayloader&lt;/P&gt;&lt;P&gt;isomp4:&amp;nbsp; qtmux: QuickTime Muxer&lt;/P&gt;&lt;P&gt;isomp4:&amp;nbsp; mp4mux: MP4 Muxer&lt;/P&gt;&lt;P&gt;isomp4:&amp;nbsp; ismlmux: ISML Muxer&lt;/P&gt;&lt;P&gt;isomp4:&amp;nbsp; 3gppmux: 3GPP Muxer&lt;/P&gt;&lt;P&gt;isomp4:&amp;nbsp; gppmux: 3GPP Muxer&lt;/P&gt;&lt;P&gt;isomp4:&amp;nbsp; mj2mux: MJ2 Muxer&lt;/P&gt;&lt;P&gt;isomp4:&amp;nbsp; qtmoovrecover: QT Moov Recover&lt;/P&gt;&lt;P&gt;videofilter:&amp;nbsp; gamma: Video gamma correction&lt;/P&gt;&lt;P&gt;videofilter:&amp;nbsp; videobalance: Video balance&lt;/P&gt;&lt;P&gt;videofilter:&amp;nbsp; videoflip: Video flipper&lt;/P&gt;&lt;P&gt;encoding:&amp;nbsp; encodebin: Encoder Bin&lt;/P&gt;&lt;P&gt;multipart:&amp;nbsp; multipartdemux: Multipart demuxer&lt;/P&gt;&lt;P&gt;multipart:&amp;nbsp; multipartmux: Multipart muxer&lt;/P&gt;&lt;P&gt;autodetect:&amp;nbsp; autovideosink: Auto video sink&lt;/P&gt;&lt;P&gt;autodetect:&amp;nbsp; autovideosrc: Auto video source&lt;/P&gt;&lt;P&gt;autodetect:&amp;nbsp; autoaudiosink: Auto audio sink&lt;/P&gt;&lt;P&gt;autodetect:&amp;nbsp; autoaudiosrc: Auto audio source&lt;/P&gt;&lt;P&gt;flv:&amp;nbsp; flvdemux: FLV Demuxer&lt;/P&gt;&lt;P&gt;flv:&amp;nbsp; flvmux: FLV muxer&lt;/P&gt;&lt;P&gt;vpu.imx:&amp;nbsp; vpudec: VPU-based video decoder&lt;/P&gt;&lt;P&gt;vpu.imx:&amp;nbsp; vpuenc: VPU-based video encoder&lt;/P&gt;&lt;P&gt;uridecodebin:&amp;nbsp; decodebin2: Decoder Bin&lt;/P&gt;&lt;P&gt;uridecodebin:&amp;nbsp; uridecodebin: URI Decoder&lt;/P&gt;&lt;P&gt;ximagesink:&amp;nbsp; ximagesink: Video sink&lt;/P&gt;&lt;P&gt;videorate:&amp;nbsp; videorate: Video rate adjuster&lt;/P&gt;&lt;P&gt;tcp:&amp;nbsp; tcpclientsink: TCP client sink&lt;/P&gt;&lt;P&gt;tcp:&amp;nbsp; tcpclientsrc: TCP client source&lt;/P&gt;&lt;P&gt;tcp:&amp;nbsp; tcpserversink: TCP server sink&lt;/P&gt;&lt;P&gt;tcp:&amp;nbsp; tcpserversrc: TCP server source&lt;/P&gt;&lt;P&gt;tcp:&amp;nbsp; multifdsink: Multi filedescriptor sink&lt;/P&gt;&lt;P&gt;id3demux:&amp;nbsp; id3demux: ID3 tag demuxer&lt;/P&gt;&lt;P&gt;typefindfunctions: video/x-ms-asf: asf, wm, wma, wmv&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-musepack: mpc, mpp, mp+&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-au: au, snd&lt;/P&gt;&lt;P&gt;typefindfunctions: video/x-msvideo: avi&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/qcelp: qcp&lt;/P&gt;&lt;P&gt;typefindfunctions: video/x-cdxa: dat&lt;/P&gt;&lt;P&gt;typefindfunctions: video/x-vcd: dat&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-imelody: imy, ime, imelody&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/midi: mid, midi&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/riff-midi: mid, midi&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/mobile-xmf: mxmf&lt;/P&gt;&lt;P&gt;typefindfunctions: video/x-fli: flc, fli&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-id3v2: mp3, mp2, mp1, mpga, ogg, flac, tta&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-id3v1: mp3, mp2, mp1, mpga, ogg, flac, tta&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-apetag: mp3, ape, mpc, wv&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-ttafile: tta&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-mod: 669, amf, dsm, gdm, far, imf, it, med, mod, mtm, okt, sam, s3m, stm, stx, ult, xm&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/mpeg: mp3, mp2, mp1, mpga&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-ac3: ac3, eac3&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-dts: dts&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-gsm: gsm&lt;/P&gt;&lt;P&gt;typefindfunctions: video/mpeg-sys: mpe, mpeg, mpg&lt;/P&gt;&lt;P&gt;typefindfunctions: video/mpegts: ts, mts&lt;/P&gt;&lt;P&gt;typefindfunctions: application/ogg: anx, ogg, ogm&lt;/P&gt;&lt;P&gt;typefindfunctions: video/mpeg-elementary: mpv, mpeg, mpg&lt;/P&gt;&lt;P&gt;typefindfunctions: video/mpeg4: m4v&lt;/P&gt;&lt;P&gt;typefindfunctions: video/x-h263: h263, 263&lt;/P&gt;&lt;P&gt;typefindfunctions: video/x-h264: h264, x264, 264&lt;/P&gt;&lt;P&gt;typefindfunctions: video/x-nuv: nuv&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-m4a: m4a&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-3gp: 3gp&lt;/P&gt;&lt;P&gt;typefindfunctions: video/quicktime: mov&lt;/P&gt;&lt;P&gt;typefindfunctions: image/x-quicktime: qif, qtif, qti&lt;/P&gt;&lt;P&gt;typefindfunctions: image/jp2: jp2&lt;/P&gt;&lt;P&gt;typefindfunctions: video/mj2: mj2&lt;/P&gt;&lt;P&gt;typefindfunctions: text/html: htm, html&lt;/P&gt;&lt;P&gt;typefindfunctions: application/vnd.rn-realmedia: ra, ram, rm, rmvb&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-pn-realaudio: ra, ram, rm, rmvb&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-shockwave-flash: swf, swfl&lt;/P&gt;&lt;P&gt;typefindfunctions: video/x-flv: flv&lt;/P&gt;&lt;P&gt;typefindfunctions: text/plain: txt&lt;/P&gt;&lt;P&gt;typefindfunctions: text/utf-16: txt&lt;/P&gt;&lt;P&gt;typefindfunctions: text/utf-32: txt&lt;/P&gt;&lt;P&gt;typefindfunctions: text/uri-list: ram&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-hls: m3u8&lt;/P&gt;&lt;P&gt;typefindfunctions: application/sdp: sdp&lt;/P&gt;&lt;P&gt;typefindfunctions: application/smil: smil&lt;/P&gt;&lt;P&gt;typefindfunctions: application/xml: xml&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-wav: wav&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-aiff: aiff, aif, aifc&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-svx: iff, svx&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-paris: paf&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-nist: nist&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-voc: voc&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-sds: sds&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-ircam: sf&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-w64: w64&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-shorten: shn&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-ape: ape&lt;/P&gt;&lt;P&gt;typefindfunctions: image/jpeg: jpg, jpe, jpeg&lt;/P&gt;&lt;P&gt;typefindfunctions: image/gif: gif&lt;/P&gt;&lt;P&gt;typefindfunctions: image/png: png&lt;/P&gt;&lt;P&gt;typefindfunctions: image/bmp: bmp&lt;/P&gt;&lt;P&gt;typefindfunctions: image/tiff: tif, tiff&lt;/P&gt;&lt;P&gt;typefindfunctions: image/x-portable-pixmap: pnm, ppm, pgm, pbm&lt;/P&gt;&lt;P&gt;typefindfunctions: video/x-matroska: mkv, mka&lt;/P&gt;&lt;P&gt;typefindfunctions: video/webm: webm&lt;/P&gt;&lt;P&gt;typefindfunctions: application/mxf: mxf&lt;/P&gt;&lt;P&gt;typefindfunctions: video/x-mve: mve&lt;/P&gt;&lt;P&gt;typefindfunctions: video/x-dv: dv, dif&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-amr-nb-sh: amr&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-amr-wb-sh: amr&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/iLBC-sh: ilbc&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-sid: sid&lt;/P&gt;&lt;P&gt;typefindfunctions: image/x-xcf: xcf&lt;/P&gt;&lt;P&gt;typefindfunctions: video/x-mng: mng&lt;/P&gt;&lt;P&gt;typefindfunctions: image/x-jng: jng&lt;/P&gt;&lt;P&gt;typefindfunctions: image/x-xpixmap: xpm&lt;/P&gt;&lt;P&gt;typefindfunctions: image/x-sun-raster: ras&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-bzip: bz2&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-gzip: gz&lt;/P&gt;&lt;P&gt;typefindfunctions: application/zip: zip&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-compress: Z&lt;/P&gt;&lt;P&gt;typefindfunctions: subtitle/x-kate: no extensions&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-flac: flac&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-vorbis: no extensions&lt;/P&gt;&lt;P&gt;typefindfunctions: video/x-theora: no extensions&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-ogm-video: no extensions&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-ogm-audio: no extensions&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-ogm-text: no extensions&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-speex: no extensions&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-celt: no extensions&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-ogg-skeleton: no extensions&lt;/P&gt;&lt;P&gt;typefindfunctions: text/x-cmml: no extensions&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-executable: no extensions&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/aac: aac, adts, adif, loas&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-spc: spc&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-wavpack: wv, wvp&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-wavpack-correction: wvc&lt;/P&gt;&lt;P&gt;typefindfunctions: application/postscript: ps&lt;/P&gt;&lt;P&gt;typefindfunctions: image/svg+xml: svg&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-rar: rar&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-tar: tar&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-ar: a&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-ms-dos-executable: dll, exe, ocx, sys, scr, msstyles, cpl&lt;/P&gt;&lt;P&gt;typefindfunctions: video/x-dirac: no extensions&lt;/P&gt;&lt;P&gt;typefindfunctions: multipart/x-mixed-replace: no extensions&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-mmsh: no extensions&lt;/P&gt;&lt;P&gt;typefindfunctions: video/vivo: viv&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-nsf: nsf&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-gym: gym&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-ay: ay&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-gbs: gbs&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-vgm: vgm&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-sap: sap&lt;/P&gt;&lt;P&gt;typefindfunctions: video/x-ivf: ivf&lt;/P&gt;&lt;P&gt;typefindfunctions: audio/x-kss: kss&lt;/P&gt;&lt;P&gt;typefindfunctions: application/pdf: pdf&lt;/P&gt;&lt;P&gt;typefindfunctions: application/msword: doc&lt;/P&gt;&lt;P&gt;typefindfunctions: application/octet-stream: DS_Store&lt;/P&gt;&lt;P&gt;typefindfunctions: image/vnd.adobe.photoshop: psd&lt;/P&gt;&lt;P&gt;typefindfunctions: image/vnd.wap.wbmp: no extensions&lt;/P&gt;&lt;P&gt;typefindfunctions: application/x-yuv4mpeg: y4m&lt;/P&gt;&lt;P&gt;typefindfunctions: image/x-icon: no extensions&lt;/P&gt;&lt;P&gt;typefindfunctions: xdgmime-base: no extensions&lt;/P&gt;&lt;P&gt;typefindfunctions: image/x-degas: no extensions&lt;/P&gt;&lt;P&gt;xvimagesink:&amp;nbsp; xvimagesink: Video sink&lt;/P&gt;&lt;P&gt;volume:&amp;nbsp; volume: Volume&lt;/P&gt;&lt;P&gt;mulaw:&amp;nbsp; mulawenc: Mu Law audio encoder&lt;/P&gt;&lt;P&gt;mulaw:&amp;nbsp; mulawdec: Mu Law audio decoder&lt;/P&gt;&lt;P&gt;smpte:&amp;nbsp; smpte: SMPTE transitions&lt;/P&gt;&lt;P&gt;smpte:&amp;nbsp; smptealpha: SMPTE transitions&lt;/P&gt;&lt;P&gt;amrdec.imx:&amp;nbsp; mfw_amrdecoder: amr audio decoder&lt;/P&gt;&lt;P&gt;speex:&amp;nbsp; speexenc: Speex audio encoder&lt;/P&gt;&lt;P&gt;speex:&amp;nbsp; speexdec: Speex audio decoder&lt;/P&gt;&lt;P&gt;soup:&amp;nbsp; souphttpsrc: HTTP client source&lt;/P&gt;&lt;P&gt;soup:&amp;nbsp; souphttpclientsink: HTTP client sink&lt;/P&gt;&lt;P&gt;tvsrc.imx:&amp;nbsp; tvsrc: v4l2 based tv src&lt;/P&gt;&lt;P&gt;alphacolor:&amp;nbsp; alphacolor: Alpha color filter&lt;/P&gt;&lt;P&gt;efence:&amp;nbsp; efence: Electric Fence&lt;/P&gt;&lt;P&gt;v4lsrc.imx:&amp;nbsp; imxv4l2src: v4l2 based camera src&lt;/P&gt;&lt;P&gt;app:&amp;nbsp; appsrc: AppSrc&lt;/P&gt;&lt;P&gt;app:&amp;nbsp; appsink: AppSink&lt;/P&gt;&lt;P&gt;audioparsers:&amp;nbsp; aacparse: AAC audio stream parser&lt;/P&gt;&lt;P&gt;audioparsers:&amp;nbsp; amrparse: AMR audio stream parser&lt;/P&gt;&lt;P&gt;audioparsers:&amp;nbsp; ac3parse: AC3 audio stream parser&lt;/P&gt;&lt;P&gt;audioparsers:&amp;nbsp; dcaparse: DTS Coherent Acoustics audio stream parser&lt;/P&gt;&lt;P&gt;audioparsers:&amp;nbsp; flacparse: FLAC audio parser&lt;/P&gt;&lt;P&gt;audioparsers:&amp;nbsp; mpegaudioparse: MPEG1 Audio Parser&lt;/P&gt;&lt;P&gt;subparse: subparse_typefind: srt, sub, mpsub, mdvd, smi, txt, dks&lt;/P&gt;&lt;P&gt;subparse:&amp;nbsp; subparse: Subtitle parser&lt;/P&gt;&lt;P&gt;subparse:&amp;nbsp; ssaparse: SSA Subtitle Parser&lt;/P&gt;&lt;P&gt;isink.imx:&amp;nbsp; mfw_isink: IPU-based video sink&lt;/P&gt;&lt;P&gt;decodebin:&amp;nbsp; decodebin: Decoder Bin&lt;/P&gt;&lt;P&gt;gdp:&amp;nbsp; gdpdepay: GDP Depayloader&lt;/P&gt;&lt;P&gt;gdp:&amp;nbsp; gdppay: GDP Payloader&lt;/P&gt;&lt;P&gt;theora:&amp;nbsp; theoradec: Theora video decoder&lt;/P&gt;&lt;P&gt;theora:&amp;nbsp; theoraenc: Theora video encoder&lt;/P&gt;&lt;P&gt;theora:&amp;nbsp; theoraparse: Theora video parser&lt;/P&gt;&lt;P&gt;alsa:&amp;nbsp; alsamixer: Alsa mixer&lt;/P&gt;&lt;P&gt;alsa:&amp;nbsp; alsasrc: Audio source (ALSA)&lt;/P&gt;&lt;P&gt;alsa:&amp;nbsp; alsasink: Audio sink (ALSA)&lt;/P&gt;&lt;P&gt;rtsp:&amp;nbsp; rtspsrc: RTSP packet receiver&lt;/P&gt;&lt;P&gt;rtsp:&amp;nbsp; rtpdec: RTP Decoder&lt;/P&gt;&lt;P&gt;videomixer:&amp;nbsp; videomixer: Video mixer&lt;/P&gt;&lt;P&gt;videomixer:&amp;nbsp; videomixer2: Video mixer 2&lt;/P&gt;&lt;P&gt;ogg:&amp;nbsp; oggdemux: Ogg demuxer&lt;/P&gt;&lt;P&gt;ogg:&amp;nbsp; oggmux: Ogg muxer&lt;/P&gt;&lt;P&gt;ogg:&amp;nbsp; ogmaudioparse: OGM audio stream parser&lt;/P&gt;&lt;P&gt;ogg:&amp;nbsp; ogmvideoparse: OGM video stream parser&lt;/P&gt;&lt;P&gt;ogg:&amp;nbsp; ogmtextparse: OGM text stream parser&lt;/P&gt;&lt;P&gt;ogg:&amp;nbsp; oggparse: Ogg parser&lt;/P&gt;&lt;P&gt;ogg:&amp;nbsp; oggaviparse: Ogg AVI parser&lt;/P&gt;&lt;P&gt;alpha:&amp;nbsp; alpha: Alpha filter&lt;/P&gt;&lt;P&gt;annodex:&amp;nbsp; cmmlenc: CMML streams encoder&lt;/P&gt;&lt;P&gt;annodex:&amp;nbsp; cmmldec: CMML stream decoder&lt;/P&gt;&lt;P&gt;cutter:&amp;nbsp; cutter: Audio cutter&lt;/P&gt;&lt;P&gt;videotestsrc:&amp;nbsp; videotestsrc: Video test source&lt;/P&gt;&lt;P&gt;mp3enc.imx:&amp;nbsp; mfw_mp3encoder: mp3 audio encoder&lt;/P&gt;&lt;P&gt;shapewipe:&amp;nbsp; shapewipe: Shape Wipe transition filter&lt;/P&gt;&lt;P&gt;audiopeq.imx:&amp;nbsp; mfw_audio_pp: audio post equalizer&lt;/P&gt;&lt;P&gt;effectv:&amp;nbsp; edgetv: EdgeTV effect&lt;/P&gt;&lt;P&gt;effectv:&amp;nbsp; agingtv: AgingTV effect&lt;/P&gt;&lt;P&gt;effectv:&amp;nbsp; dicetv: DiceTV effect&lt;/P&gt;&lt;P&gt;effectv:&amp;nbsp; warptv: WarpTV effect&lt;/P&gt;&lt;P&gt;effectv:&amp;nbsp; shagadelictv: ShagadelicTV&lt;/P&gt;&lt;P&gt;effectv:&amp;nbsp; vertigotv: VertigoTV effect&lt;/P&gt;&lt;P&gt;effectv:&amp;nbsp; revtv: RevTV effect&lt;/P&gt;&lt;P&gt;effectv:&amp;nbsp; quarktv: QuarkTV effect&lt;/P&gt;&lt;P&gt;effectv:&amp;nbsp; optv: OpTV effect&lt;/P&gt;&lt;P&gt;effectv:&amp;nbsp; radioactv: RadioacTV effect&lt;/P&gt;&lt;P&gt;effectv:&amp;nbsp; streaktv: StreakTV effect&lt;/P&gt;&lt;P&gt;effectv:&amp;nbsp; rippletv: RippleTV effect&lt;/P&gt;&lt;P&gt;coreelements:&amp;nbsp; capsfilter: CapsFilter&lt;/P&gt;&lt;P&gt;coreelements:&amp;nbsp; fakesrc: Fake Source&lt;/P&gt;&lt;P&gt;coreelements:&amp;nbsp; fakesink: Fake Sink&lt;/P&gt;&lt;P&gt;coreelements:&amp;nbsp; fdsrc: Filedescriptor Source&lt;/P&gt;&lt;P&gt;coreelements:&amp;nbsp; fdsink: Filedescriptor Sink&lt;/P&gt;&lt;P&gt;coreelements:&amp;nbsp; filesrc: File Source&lt;/P&gt;&lt;P&gt;coreelements:&amp;nbsp; funnel: Funnel pipe fitting&lt;/P&gt;&lt;P&gt;coreelements:&amp;nbsp; identity: Identity&lt;/P&gt;&lt;P&gt;coreelements:&amp;nbsp; input-selector: Input selector&lt;/P&gt;&lt;P&gt;coreelements:&amp;nbsp; output-selector: Output selector&lt;/P&gt;&lt;P&gt;coreelements:&amp;nbsp; queue: Queue&lt;/P&gt;&lt;P&gt;coreelements:&amp;nbsp; queue2: Queue 2&lt;/P&gt;&lt;P&gt;coreelements:&amp;nbsp; filesink: File Sink&lt;/P&gt;&lt;P&gt;coreelements:&amp;nbsp; tee: Tee pipe fitting&lt;/P&gt;&lt;P&gt;coreelements:&amp;nbsp; typefind: TypeFind&lt;/P&gt;&lt;P&gt;coreelements:&amp;nbsp; multiqueue: MultiQueue&lt;/P&gt;&lt;P&gt;coreelements:&amp;nbsp; valve: Valve element&lt;/P&gt;&lt;P&gt;beep.imx: ac3: ac3&lt;/P&gt;&lt;P&gt;beep.imx: 3ca: ac3&lt;/P&gt;&lt;P&gt;beep.imx:&amp;nbsp; beepdec: beep audio decoder&lt;/P&gt;&lt;P&gt;beep.imx:&amp;nbsp; beepdec.vorbis: Vorbis decoder&lt;/P&gt;&lt;P&gt;beep.imx:&amp;nbsp; beepdec.mp3: MP3 decoder&lt;/P&gt;&lt;P&gt;beep.imx:&amp;nbsp; beepdec.aac: AAC LC decoder&lt;/P&gt;&lt;P&gt;videobox:&amp;nbsp; videobox: Video box filter&lt;/P&gt;&lt;P&gt;adder:&amp;nbsp; adder: Adder&lt;/P&gt;&lt;P&gt;audioresample:&amp;nbsp; audioresample: Audio resampler&lt;/P&gt;&lt;P&gt;cairo:&amp;nbsp; cairotextoverlay: Text overlay&lt;/P&gt;&lt;P&gt;cairo:&amp;nbsp; cairotimeoverlay: Time overlay&lt;/P&gt;&lt;P&gt;cairo:&amp;nbsp; cairooverlay: Cairo overlay&lt;/P&gt;&lt;P&gt;cairo:&amp;nbsp; cairorender: Cairo encoder&lt;/P&gt;&lt;P&gt;videoscale:&amp;nbsp; videoscale: Video scaler&lt;/P&gt;&lt;P&gt;opengl:&amp;nbsp; glupload: OpenGL upload&lt;/P&gt;&lt;P&gt;opengl:&amp;nbsp; gldownload: OpenGL video maker&lt;/P&gt;&lt;P&gt;opengl:&amp;nbsp; glimagesink: OpenGL video sink&lt;/P&gt;&lt;P&gt;opengl:&amp;nbsp; glfiltercube: OpenGL cube filter&lt;/P&gt;&lt;P&gt;opengl:&amp;nbsp; gleffects: Gstreamer OpenGL Effects&lt;/P&gt;&lt;P&gt;avi:&amp;nbsp; avidemux: Avi demuxer&lt;/P&gt;&lt;P&gt;avi:&amp;nbsp; avimux: Avi muxer&lt;/P&gt;&lt;P&gt;avi:&amp;nbsp; avisubtitle: Avi subtitle parser&lt;/P&gt;&lt;P&gt;videocrop:&amp;nbsp; videocrop: Crop&lt;/P&gt;&lt;P&gt;videocrop:&amp;nbsp; aspectratiocrop: aspectratiocrop&lt;/P&gt;&lt;P&gt;coreindexers:&amp;nbsp; memindex: A index that stores entries in memory&lt;/P&gt;&lt;P&gt;coreindexers:&amp;nbsp; fileindex: A index that stores entries in file&lt;/P&gt;&lt;P&gt;imagefreeze:&amp;nbsp; imagefreeze: Still frame stream generator&lt;/P&gt;&lt;P&gt;gstrtpmanager:&amp;nbsp; gstrtpbin: RTP Bin&lt;/P&gt;&lt;P&gt;gstrtpmanager:&amp;nbsp; gstrtpjitterbuffer: RTP packet jitter-buffer&lt;/P&gt;&lt;P&gt;gstrtpmanager:&amp;nbsp; gstrtpptdemux: RTP Demux&lt;/P&gt;&lt;P&gt;gstrtpmanager:&amp;nbsp; gstrtpsession: RTP Session&lt;/P&gt;&lt;P&gt;gstrtpmanager:&amp;nbsp; gstrtpssrcdemux: RTP SSRC Demux&lt;/P&gt;&lt;P&gt;gio:&amp;nbsp; giosink: GIO sink&lt;/P&gt;&lt;P&gt;gio:&amp;nbsp; giosrc: GIO source&lt;/P&gt;&lt;P&gt;gio:&amp;nbsp; giostreamsink: GIO stream sink&lt;/P&gt;&lt;P&gt;gio:&amp;nbsp; giostreamsrc: GIO stream source&lt;/P&gt;&lt;P&gt;gconfelements:&amp;nbsp; gconfvideosink: GConf video sink&lt;/P&gt;&lt;P&gt;gconfelements:&amp;nbsp; gconfvideosrc: GConf video source&lt;/P&gt;&lt;P&gt;gconfelements:&amp;nbsp; gconfaudiosink: GConf audio sink&lt;/P&gt;&lt;P&gt;gconfelements:&amp;nbsp; gconfaudiosrc: GConf audio source&lt;/P&gt;&lt;P&gt;level:&amp;nbsp; level: Level&lt;/P&gt;&lt;P&gt;oss4:&amp;nbsp; oss4sink: OSS v4 Audio Sink&lt;/P&gt;&lt;P&gt;oss4:&amp;nbsp; oss4src: OSS v4 Audio Source&lt;/P&gt;&lt;P&gt;oss4:&amp;nbsp; oss4mixer: OSS v4 Audio Mixer&lt;/P&gt;&lt;P&gt;flac:&amp;nbsp; flacenc: FLAC audio encoder&lt;/P&gt;&lt;P&gt;flac:&amp;nbsp; flacdec: FLAC audio decoder&lt;/P&gt;&lt;P&gt;flac:&amp;nbsp; flactag: FLAC tagger&lt;/P&gt;&lt;P&gt;navigationtest:&amp;nbsp; navigationtest: Video navigation test&lt;/P&gt;&lt;P&gt;audioconvert:&amp;nbsp; audioconvert: Audio converter&lt;/P&gt;&lt;P&gt;v4lsink.imx:&amp;nbsp; imxv4l2sink: v4l2 video sink&lt;/P&gt;&lt;P&gt;flxdec:&amp;nbsp; flxdec: FLX video decoder&lt;/P&gt;&lt;P&gt;pulseaudio:&amp;nbsp; pulsesink: PulseAudio Audio Sink&lt;/P&gt;&lt;P&gt;pulseaudio:&amp;nbsp; pulsesrc: PulseAudio Audio Source&lt;/P&gt;&lt;P&gt;pulseaudio:&amp;nbsp; pulseaudiosink: Bin wrapping pulsesink&lt;/P&gt;&lt;P&gt;pulseaudio:&amp;nbsp; pulsemixer: PulseAudio Mixer&lt;/P&gt;&lt;P&gt;vorbis:&amp;nbsp; vorbisenc: Vorbis audio encoder&lt;/P&gt;&lt;P&gt;vorbis:&amp;nbsp; vorbisdec: Vorbis audio decoder&lt;/P&gt;&lt;P&gt;vorbis:&amp;nbsp; vorbisparse: VorbisParse&lt;/P&gt;&lt;P&gt;vorbis:&amp;nbsp; vorbistag: VorbisTag&lt;/P&gt;&lt;P&gt;wavenc:&amp;nbsp; wavenc: WAV audio muxer&lt;/P&gt;&lt;P&gt;aiur.imx: webm: webm&lt;/P&gt;&lt;P&gt;aiur.imx:&amp;nbsp; aiurdemux: aiur universal demuxer&lt;/P&gt;&lt;P&gt;goom2k1:&amp;nbsp; goom2k1: GOOM: what a GOOM! 2k1 edition&lt;/P&gt;&lt;P&gt;matroska:&amp;nbsp; matroskademux: Matroska demuxer&lt;/P&gt;&lt;P&gt;matroska:&amp;nbsp; matroskaparse: Matroska parser&lt;/P&gt;&lt;P&gt;matroska:&amp;nbsp; matroskamux: Matroska muxer&lt;/P&gt;&lt;P&gt;matroska:&amp;nbsp; webmmux: WebM muxer&lt;/P&gt;&lt;P&gt;jpeg:&amp;nbsp; jpegenc: JPEG image encoder&lt;/P&gt;&lt;P&gt;jpeg:&amp;nbsp; jpegdec: JPEG image decoder&lt;/P&gt;&lt;P&gt;jpeg:&amp;nbsp; smokeenc: Smoke video encoder&lt;/P&gt;&lt;P&gt;jpeg:&amp;nbsp; smokedec: Smoke video decoder&lt;/P&gt;&lt;P&gt;video4linux2:&amp;nbsp; v4l2src: Video (video4linux2) Source&lt;/P&gt;&lt;P&gt;video4linux2:&amp;nbsp; v4l2radio: Radio (video4linux2) Tuner&lt;/P&gt;&lt;P&gt;icydemux:&amp;nbsp; icydemux: ICY tag demuxer&lt;/P&gt;&lt;P&gt;apetag:&amp;nbsp; apedemux: APE tag demuxer&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpdepay: Dummy RTP session manager&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpac3depay: RTP AC3 depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpac3pay: RTP AC3 audio payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpbvdepay: RTP BroadcomVoice depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpbvpay: RTP BV Payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpceltdepay: RTP CELT depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpceltpay: RTP CELT payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpdvdepay: RTP DV Depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpdvpay: RTP DV Payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpgstdepay: GStreamer depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpgstpay: RTP GStreamer payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpilbcpay: RTP iLBC Payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpilbcdepay: RTP iLBC depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpg722depay: RTP audio depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpg722pay: RTP audio payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpg723depay: RTP G.723 depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpg723pay: RTP G.723 payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpg726depay: RTP G.726 depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpg726pay: RTP G.726 payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpg729depay: RTP G.729 depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpg729pay: RTP G.729 payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpgsmdepay: RTP GSM depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpgsmpay: RTP GSM payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpamrdepay: RTP AMR depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpamrpay: RTP AMR payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtppcmadepay: RTP PCMA depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtppcmudepay: RTP PCMU depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtppcmupay: RTP PCMU payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtppcmapay: RTP PCMA payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpmpadepay: RTP MPEG audio depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpmpapay: RTP MPEG audio payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpmparobustdepay: RTP MPEG audio depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpmpvdepay: RTP MPEG video depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpmpvpay: RTP MPEG2 ES video payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtph263ppay: RTP H263 payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtph263pdepay: RTP H263 depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtph263depay: RTP H263 depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtph263pay: RTP H263 packet payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtph264depay: RTP H264 depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtph264pay: RTP H264 payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpj2kdepay: RTP JPEG 2000 depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpj2kpay: RTP JPEG 2000 payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpjpegdepay: RTP JPEG depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpjpegpay: RTP JPEG payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpL16pay: RTP audio payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpL16depay: RTP audio depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; asteriskh263: RTP Asterisk H263 depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpmp1sdepay: RTP MPEG1 System Stream depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpmp2tdepay: RTP MPEG Transport Stream depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpmp2tpay: RTP MPEG2 Transport Stream payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpmp4vpay: RTP MPEG4 Video payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpmp4vdepay: RTP MPEG4 video depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpmp4apay: RTP MPEG4 audio payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpmp4adepay: RTP MPEG4 audio depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpmp4gdepay: RTP MPEG4 ES depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpmp4gpay: RTP MPEG4 ES payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpqcelpdepay: RTP QCELP depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpqdm2depay: RTP QDM2 depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpsirenpay: RTP Payloader for Siren Audio&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpsirendepay: RTP Siren packet depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpspeexpay: RTP Speex payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpspeexdepay: RTP Speex depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpsv3vdepay: RTP SVQ3 depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtptheoradepay: RTP Theora depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtptheorapay: RTP Theora payloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpvorbisdepay: RTP Vorbis depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpvorbispay: RTP Vorbis depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpvrawdepay: RTP Raw Video depayloader&lt;/P&gt;&lt;P&gt;rtp:&amp;nbsp; rtpvrawpay: RTP Raw Video payloader&lt;/P&gt;&lt;P&gt;deinterlace:&amp;nbsp; deinterlace: Deinterlacer&lt;/P&gt;&lt;P&gt;audiofx:&amp;nbsp; audiopanorama: Stereo positioning&lt;/P&gt;&lt;P&gt;audiofx:&amp;nbsp; audioinvert: Audio inversion&lt;/P&gt;&lt;P&gt;audiofx:&amp;nbsp; audiokaraoke: AudioKaraoke&lt;/P&gt;&lt;P&gt;audiofx:&amp;nbsp; audioamplify: Audio amplifier&lt;/P&gt;&lt;P&gt;audiofx:&amp;nbsp; audiodynamic: Dynamic range controller&lt;/P&gt;&lt;P&gt;audiofx:&amp;nbsp; audiocheblimit: Low pass &amp;amp; high pass filter&lt;/P&gt;&lt;P&gt;audiofx:&amp;nbsp; audiochebband: Band pass &amp;amp; band reject filter&lt;/P&gt;&lt;P&gt;audiofx:&amp;nbsp; audioiirfilter: Audio IIR filter&lt;/P&gt;&lt;P&gt;audiofx:&amp;nbsp; audiowsinclimit: Low pass &amp;amp; high pass filter&lt;/P&gt;&lt;P&gt;audiofx:&amp;nbsp; audiowsincband: Band pass &amp;amp; band reject filter&lt;/P&gt;&lt;P&gt;audiofx:&amp;nbsp; audiofirfilter: Audio FIR filter&lt;/P&gt;&lt;P&gt;audiofx:&amp;nbsp; audioecho: Audio echo&lt;/P&gt;&lt;P&gt;auparse:&amp;nbsp; auparse: AU audio demuxer&lt;/P&gt;&lt;P&gt;audiotestsrc:&amp;nbsp; audiotestsrc: Audio test source&lt;/P&gt;&lt;P&gt;interleave:&amp;nbsp; interleave: Audio interleaver&lt;/P&gt;&lt;P&gt;interleave:&amp;nbsp; deinterleave: Audio deinterleaver&lt;/P&gt;&lt;P&gt;ximagesrc:&amp;nbsp; ximagesrc: Ximage video source&lt;/P&gt;&lt;P&gt;staticelements:&amp;nbsp; bin: Generic bin&lt;/P&gt;&lt;P&gt;staticelements:&amp;nbsp; pipeline: Pipeline object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total count: 100 plugins (1 blacklist entry not shown), 448 features&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have following questions&lt;/P&gt;&lt;P&gt;1. how can i see video feed on kit's lcd screen?&lt;/P&gt;&lt;P&gt;2. how can i store video or still image to sd card?&lt;/P&gt;&lt;P&gt;3. how can i stream video feed to Ethernet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 05:35:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437647#M67104</guid>
      <dc:creator>riteshpanchal</dc:creator>
      <dc:date>2015-06-12T05:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: imx6qsabresd Linux camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437648#M67105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ritesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Now i have following questions&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;1. how can i see video feed on kit's lcd screen?&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; background-color: #f6f6f6;"&gt;gst-launch v4l2src device=/dev/video0 ! &lt;STRONG&gt;mfw_isink &lt;/STRONG&gt;device=/dev/video16&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;OR&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; background-color: #f6f6f6;"&gt;gst-launch v4l2src device=/dev/video0 ! &lt;STRONG&gt;imxv4l2sink &lt;/STRONG&gt;device=/dev/video16&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;2. how can i store video or still image to sd card?&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - You have lot of ways, how to store video to your SD card. &lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. Insert SD card to your computer and mount in Linux. Then you can copy to File system (for example /home/)&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. Connect board to LAN and use scp command in Linux to copy over LAN. &lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;3. how can i stream video feed to Ethernet?&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - You can use gstreamer for streameng vide to LAN. It's depend on lot of parameters. Protocol, etc...&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Best Regards&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Vilem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 10:59:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437648#M67105</guid>
      <dc:creator>VilemZ</dc:creator>
      <dc:date>2015-06-12T10:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: imx6qsabresd Linux camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437649#M67106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got following error message after executing following commands.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;1.&amp;nbsp; &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; background-color: #f6f6f6;"&gt;gst-launch v4l2src device=/dev/video0 ! &lt;/SPAN&gt;&lt;STRONG style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;mfw_isink &lt;/STRONG&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; background-color: #f6f6f6;"&gt;device=/dev/video16&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set color key&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MFW_GST_ISINK_PLUGIN 4.0.3 build on Jun 11 2015 17:33:41.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WARNING: erroneous pipeline: no property "device" in element "mfwgstisink0"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; background-color: #f6f6f6;"&gt;2. &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; background-color: #f6f6f6;"&gt;gst-launch v4l2src device=/dev/video0 ! &lt;/SPAN&gt;&lt;STRONG style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;imxv4l2sink &lt;/STRONG&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; background-color: #f6f6f6;"&gt;device=/dev/video16&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6; color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Setting pipeline to PAUSED ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6; color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and nothing appeared&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I can see live video using below command&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;gst-launch imxv4l2src ! imxv4l2sink&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And capture image using below command&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;gst-launch imxv4l2src num-buffers=1 ! jpegenc ! filesink location=sample.jpeg&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I unable to use MIPI base embedded camera because this image doesn't having any mfw_xxx plugins.&lt;/P&gt;&lt;P&gt;In booting log 2 camera has been detected. so how can i use the above commands for other camera?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find very difficult to use gstreamer in this board.&lt;/P&gt;&lt;P&gt;can you have any gstreamer user guide for freescale imx6 board.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And my another questions are...&lt;/P&gt;&lt;P&gt;1. How can i add third party app in kit running fsl-image-gui image linux?&lt;/P&gt;&lt;P&gt;2. how can i add/remove recipe in fsl-image-gui image?? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 11:23:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437649#M67106</guid>
      <dc:creator>riteshpanchal</dc:creator>
      <dc:date>2015-06-12T11:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: imx6qsabresd Linux camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437650#M67107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want change source of video, you need change device (video0, video1, etc...). For example:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; background-color: #f6f6f6;"&gt;gst-launch imxv4l2src device=/dev/video0 ! imxv4l2sink&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Please try all yours video devices. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next questions: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If you have app for your processor, then you copy app to your file system and launch it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you haven't app for you board/processor, then you need build application with your cross-compilator (toolchain).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Please read this Training: &lt;A href="https://community.nxp.com/docs/DOC-94849"&gt;Yocto Training - HOME&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vilem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 10:40:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437650#M67107</guid>
      <dc:creator>VilemZ</dc:creator>
      <dc:date>2015-06-15T10:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: imx6qsabresd Linux camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437651#M67108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if you want more information about GStreamer, please read this: &lt;A href="https://community.nxp.com/docs/DOC-93788"&gt;GStreamer i.MX6 Multi-Overlay&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Vilem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 08:09:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437651#M67108</guid>
      <dc:creator>VilemZ</dc:creator>
      <dc:date>2015-06-16T08:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: imx6qsabresd Linux camera interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437652#M67109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried gstreamer and i can stream Audio+Video over ethernet using following command&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;gst-launch imxv4l2src capture-mode=4 fps-n=30 ! vpuenc codec=6 ! queue ! mux. alsasrc ! 'audio/x-raw-int,rate=44100,channels=2' ! mfw_mp3encoder ! queue ! mux. flvmux name=mux ! tcpserversink host=172.10.10.143 port=5000&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have testing streaming in VLC player. But my problem is the feed is around 10 sec delayed at starting. And after 30-40 min it gets more delayed around 20-30 sec. And after around 45 or 1 hr sometimes audio not coming or sometimes audio + video both stopped. &lt;STRONG&gt;So can you tell me whats the problem&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched for UDP rtps but i am unable to succeed. &lt;STRONG&gt;Can you provide instruction to install and use rtsp in yocto 1.7 based fsl-image-multimedia-full image?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this image gstreamer v0.10 package is added. And i am unable to add rtsp. i refered the iMX linux user guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i tried for live555, ffmpeg but i think this pakage is not included. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How to check list of all included package?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Below is my local.conf file &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;MACHINE ??= 'imx6qsabresd'&lt;/P&gt;&lt;P&gt;DISTRO ?= 'poky'&lt;/P&gt;&lt;P&gt;PACKAGE_CLASSES ?= "package_rpm"&lt;/P&gt;&lt;P&gt;EXTRA_IMAGE_FEATURES = "debug-tweaks"&lt;/P&gt;&lt;P&gt;USER_CLASSES ?= "buildstats image-mklibs image-prelink"&lt;/P&gt;&lt;P&gt;PATCHRESOLVE = "noop"&lt;/P&gt;&lt;P&gt;BB_DISKMON_DIRS = "\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${TMPDIR},1G,100K \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${DL_DIR},1G,100K \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${SSTATE_DIR},1G,100K \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${TMPDIR},100M,1K \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${DL_DIR},100M,1K \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${SSTATE_DIR},100M,1K" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " gst-ffmpeg"&lt;/P&gt;&lt;P&gt;LICENSE_FLAGS_WHITELIST = "commercial"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXTRA_IMAGE_FEATURES += "tools-sdk"&lt;/P&gt;&lt;P&gt;CORE_IMAGE_EXTRA_INSTALL += "rpm live555 live555-openrtsp live555-playsip live555-mediaserver \&lt;/P&gt;&lt;P&gt;&amp;nbsp; gst-rtsp packagegroup-fsl-tools-testapps packagegroup-fsl-pulseaudio"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PACKAGECONFIG_append_pn-qemu-native = " sdl"&lt;/P&gt;&lt;P&gt;PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"&lt;/P&gt;&lt;P&gt;ASSUME_PROVIDED += "libsdl-native"&lt;/P&gt;&lt;P&gt;CONF_VERSION = "1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BB_NUMBER_THREADS = '4'&lt;/P&gt;&lt;P&gt;PARALLEL_MAKE = '-j 4'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DL_DIR ?= "${BSPDIR}/downloads/"&lt;/P&gt;&lt;P&gt;ACCEPT_FSL_EULA = ""&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 10:31:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6qsabresd-Linux-camera-interface/m-p/437652#M67109</guid>
      <dc:creator>riteshpanchal</dc:creator>
      <dc:date>2015-06-19T10:31:27Z</dc:date>
    </item>
  </channel>
</rss>

