<?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 Create semi-custom camera interface Very quickly in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146756#M263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;My timeline has been collapsed to perhaps a level. &amp;nbsp;What was planned for months is now 2 weeks. &amp;nbsp;I need to create an interface driver to a basic camera on the CS0 port and have that data streamed over to a very large (128GB) SD card on the Quick Start Board. &amp;nbsp;It's a customer issue but that's beside the point. &amp;nbsp;Is this even possible? &amp;nbsp;I've contacted Timesys about doing this and they've burned up nearly a week thinking about it, code for not going to get it done.&lt;/P&gt;&lt;P&gt;All (haha) I need to do is grab 8-bit RGB data off the CS0 port and block-write that data to a huge SD card. &amp;nbsp;Nothing more fancy than that. &amp;nbsp;The data is formatted with Vsync and Hsync progressive. &amp;nbsp;I can parse the data later but I have to capture that data in a horrible hurry. &amp;nbsp;It's very slow, 256x256 RGB at 30fps. &amp;nbsp;In microcontroller land this would have been very easy for me but up in Linux world, it's a whole other story.&lt;/P&gt;&lt;P&gt;I'm committed to work crazy hours to get this done but I need lots of guidance! &amp;nbsp;Is there a camera port configuration guide how-to? &amp;nbsp;How do I activate the camera expansion slot on the QSB? &amp;nbsp;If I can get the data buffered, then it's "just" getting the data onto a regular but big SD card on the QSB. &amp;nbsp;Any help is greatly appreciated!!!&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2012 19:34:32 GMT</pubDate>
    <dc:creator>AaronLinsdau</dc:creator>
    <dc:date>2012-03-20T19:34:32Z</dc:date>
    <item>
      <title>Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146756#M263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;My timeline has been collapsed to perhaps a level. &amp;nbsp;What was planned for months is now 2 weeks. &amp;nbsp;I need to create an interface driver to a basic camera on the CS0 port and have that data streamed over to a very large (128GB) SD card on the Quick Start Board. &amp;nbsp;It's a customer issue but that's beside the point. &amp;nbsp;Is this even possible? &amp;nbsp;I've contacted Timesys about doing this and they've burned up nearly a week thinking about it, code for not going to get it done.&lt;/P&gt;&lt;P&gt;All (haha) I need to do is grab 8-bit RGB data off the CS0 port and block-write that data to a huge SD card. &amp;nbsp;Nothing more fancy than that. &amp;nbsp;The data is formatted with Vsync and Hsync progressive. &amp;nbsp;I can parse the data later but I have to capture that data in a horrible hurry. &amp;nbsp;It's very slow, 256x256 RGB at 30fps. &amp;nbsp;In microcontroller land this would have been very easy for me but up in Linux world, it's a whole other story.&lt;/P&gt;&lt;P&gt;I'm committed to work crazy hours to get this done but I need lots of guidance! &amp;nbsp;Is there a camera port configuration guide how-to? &amp;nbsp;How do I activate the camera expansion slot on the QSB? &amp;nbsp;If I can get the data buffered, then it's "just" getting the data onto a regular but big SD card on the QSB. &amp;nbsp;Any help is greatly appreciated!!!&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 19:34:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146756#M263</guid>
      <dc:creator>AaronLinsdau</dc:creator>
      <dc:date>2012-03-20T19:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146757#M264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you use gstreamer for something like this? mfw_v4lsrc to a filesink??? I'm not real well versed in camera capture stuff, but I'd start there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 19:38:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146757#M264</guid>
      <dc:creator>RandyKrakora</dc:creator>
      <dc:date>2012-03-20T19:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146758#M265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The mfw_v4lsrc looks like a good start! &amp;nbsp;Now, the one thing I've not found is where to "connect" between software like that and the underlying CPU.&lt;/P&gt;&lt;P&gt;My video isn't compressed at all, so gstreamer probably won't help. &amp;nbsp;But thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 04:08:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146758#M265</guid>
      <dc:creator>AaronLinsdau</dc:creator>
      <dc:date>2012-03-21T04:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146759#M266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'd have a linux driver for your camera ( to make a device ) and mfw_v4lsink would connect to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a short thread about some camera modules:&lt;/P&gt;&lt;P&gt;&lt;A href="http://imxcommunity.org/forum/topics/i-mx53-qsb-camera"&gt;http://imxcommunity.org/forum/topics/i-mx53-qsb-camera&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How come you think you need compressed video for gstreamer to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you already have your HW built and working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 12:05:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146759#M266</guid>
      <dc:creator>RandyKrakora</dc:creator>
      <dc:date>2012-03-21T12:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146760#M267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got my hardware all connected up. &amp;nbsp;The camera data is waiting at the door of the quick start board connector. &amp;nbsp;"All" I need to do is figure out how to activate and configure the CS0 port and grab the clocked data. &amp;nbsp;Then write it to a high-capacity SD card.&lt;/P&gt;&lt;P&gt;Was guessing on the gstreamer, since it looked like it was oriented toward compressed incoming video. &amp;nbsp;I've got raw video that I have to store.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 17:51:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146760#M267</guid>
      <dc:creator>AaronLinsdau</dc:creator>
      <dc:date>2012-03-21T17:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146761#M268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What HW are you using? That will be important to know what driver to include in the kernel? Are you using the Ubuntu SD that came with the QSB?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should probably read the gstreamer website and do some google searches, because for what you want to do, if you have your driver connected in the kernel, gstreamer would make it very easy and flexible.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here's an example gstreamer pipeline that looks to use raw format - of course you would need to modify it and send it to a filesink:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;gst-launchv4lsrc ! video/x-raw-yuv, width=320, height=240, framerate=25/1 !ffmpegcolorspace ! tee ! queue ! video/x-raw-rgb ! ximagesink&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 18:04:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146761#M268</guid>
      <dc:creator>RandyKrakora</dc:creator>
      <dc:date>2012-03-21T18:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146762#M269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have custom video hardware plugged into the expansion header on the QSB. &amp;nbsp;The cameras are designed to be mounted on an aircraft. &amp;nbsp;Hopefully there are drivers available that are similar to mine that I can modify rather than trying to go ground-up?&lt;/P&gt;&lt;P&gt;Yes, I have the Ubuntu uSD card that came with the QSB.&lt;/P&gt;&lt;P&gt;I'll check out the gstreamer site. &amp;nbsp;Is there something specific on there for the QSB?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 18:23:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146762#M269</guid>
      <dc:creator>AaronLinsdau</dc:creator>
      <dc:date>2012-03-21T18:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146763#M270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your custom HW may need a customer driver, I don't know. But I believe once you have that driver and it is loaded to the kernel ( sounds easier than it is ), you should be able use gstreamer to grab the data. But you may have to use ltib to perform your own kernel build, unless you develop a loadable kernel module for your camera.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as gstreamer, it's a very widely used open source package, the only thing specific to imx ( QSB ) parts is the Freescale plugins for gstreamer ( prefixed with "mfw_" ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I don't have much experience with camera capture, I'd want to get a module with an existing driver and get some experience with it first ( loading the camera kernel driver/module, using gstreamer to capture data , etc. ), then move to my custom HW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 18:53:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146763#M270</guid>
      <dc:creator>RandyKrakora</dc:creator>
      <dc:date>2012-03-21T18:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146764#M271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure my camera will need a custom driver. &amp;nbsp;That's where I come in. &amp;nbsp;It's the framework around the thing that's stymied me.&lt;/P&gt;&lt;P&gt;The "loading into the kernel" part is the big deal here. &amp;nbsp;Where do I get a copy of the ltib to do this? &amp;nbsp;Is there a doc describing the procedure? &amp;nbsp;What is the difference between doing a ltib to build my own kernel vs creating a loadable kernel module?&lt;/P&gt;&lt;P&gt;It looks like gstreamer is the ticket for part of this. &amp;nbsp;Do you have a link to some existing camera drivers?&lt;/P&gt;&lt;P&gt;If I would have known this would have been many months of work....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 19:06:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146764#M271</guid>
      <dc:creator>AaronLinsdau</dc:creator>
      <dc:date>2012-03-21T19:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146765#M272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you download the 11.09 BSP ( sources and docs ) from &lt;A href="http://www.freescale.com/imx" target="_blank"&gt;www.freescale.com/imx&lt;/A&gt;. You can unpack it and install ltib from there. In the docs package there will be pdf files describing how to do things. You will also want the 11.09 MM ( multimedia package if you end up building everything yourself &amp;nbsp;- uboot, kernel, rfs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you do your first ltib build, look in &amp;lt;wherever you have it installed&amp;gt;/ltib/rpm/BUILD/linux/drivers/mxc/ipu3/... There's many other drivers in those trees too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although maybe you could just start up gstreamer and try a capture and it would just work? :)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 19:16:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146765#M272</guid>
      <dc:creator>RandyKrakora</dc:creator>
      <dc:date>2012-03-21T19:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146766#M273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I'll download those and go through them, thank you. &amp;nbsp;Also the MM package sounds pretty handy!&lt;/P&gt;&lt;P&gt;Wouldn't that be just nice if it "just worked"!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 19:38:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146766#M273</guid>
      <dc:creator>AaronLinsdau</dc:creator>
      <dc:date>2012-03-21T19:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146767#M274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got everything downloaded and ran the ./install from the&amp;nbsp;&lt;/P&gt;&lt;P&gt;L2.6.35_11.09.01_ER_source&lt;/P&gt;&lt;P&gt;directory. &amp;nbsp;However, when I put this in my directory&lt;/P&gt;&lt;P&gt;/home/name/develop&lt;/P&gt;&lt;P&gt;and then go there to run ./ltib, all I received are a bunch of messages saying many packages are not installed. &amp;nbsp;There seems to be a desired location, like /opt/freescale/... structure that this should land in instead? &amp;nbsp;The ltib_build_host_setup.pdf mentions none of this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 16:54:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146767#M274</guid>
      <dc:creator>AaronLinsdau</dc:creator>
      <dc:date>2012-03-26T16:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146768#M275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to&amp;nbsp;&lt;SPAN&gt;/home/name/develop/ltib and run "./ltib" it should install packages to /opt/freescale/pkgs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you've already done this and still see errors, post a log of the commands you are typing, from where you are typing them and the errors, please.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 17:56:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146768#M275</guid>
      <dc:creator>RandyKrakora</dc:creator>
      <dc:date>2012-03-26T17:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146769#M276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Randy,&lt;/P&gt;&lt;P&gt;I ran the command ./ltib and receive the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaron@aaron-desktop:~/develop/ltib$ ./ltib&lt;BR /&gt;sh: g++: not found&lt;BR /&gt;sh: tclsh: not found&lt;BR /&gt;&lt;BR /&gt;ltib cannot be run because one or more of the host packages needed to run it&lt;BR /&gt;are either missing or out of date or not in ltib's standard path.&amp;nbsp; Please&lt;BR /&gt;install/upgrade these packages on your host.&amp;nbsp; If you have your own utilities&lt;BR /&gt;in non-standard paths, please add an entry into the .ltibrc file for example:&lt;BR /&gt;&lt;BR /&gt;%path_std&lt;BR /&gt;/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/my/own/exes&lt;BR /&gt;&lt;BR /&gt;Package&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; Minimum ver&amp;nbsp;&amp;nbsp; Installed info&lt;BR /&gt;-------&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;BR /&gt;libstdc++&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; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; not installed&lt;BR /&gt;gcc-c++&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; 2.96&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; not installed&lt;BR /&gt;zlib-devel&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; not installed&lt;BR /&gt;rpm&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; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; not installed&lt;BR /&gt;rpm-build&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; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; not installed&lt;BR /&gt;ncurses-devel&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; not installed&lt;BR /&gt;m4&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; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; not installed&lt;BR /&gt;bison&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; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; not installed&lt;BR /&gt;patch&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; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; not installed&lt;BR /&gt;tcl&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; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; not installed&lt;BR /&gt;&lt;BR /&gt;Died at ./ltib line 1397.&lt;BR /&gt;traceback:&lt;BR /&gt;&amp;nbsp;main::host_checks:1397&lt;BR /&gt;&amp;nbsp; main:542&lt;BR /&gt;&lt;BR /&gt;Started: Mon Mar 26 11:44:56 2012&lt;BR /&gt;Ended:&amp;nbsp;&amp;nbsp; Mon Mar 26 11:44:57 2012&lt;BR /&gt;Elapsed: 1 seconds&lt;BR /&gt;&lt;BR /&gt;Build Failed&lt;BR /&gt;Exiting on error or interrupt&lt;BR /&gt;aaron@aaron-desktop:~/develop/ltib$ &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 18:47:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146769#M276</guid>
      <dc:creator>AaronLinsdau</dc:creator>
      <dc:date>2012-03-26T18:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146770#M277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, well, on your host system ( where you run ltib ), you need those tools installed so ltib can build the software for imx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's some info here:&amp;nbsp;&lt;A href="http://www.imxdev.org/wiki/index.php?title=All_Boards_LTIB"&gt;http://www.imxdev.org/wiki/index.php?title=All_Boards_LTIB&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 18:51:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146770#M277</guid>
      <dc:creator>RandyKrakora</dc:creator>
      <dc:date>2012-03-26T18:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146771#M278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, got that. &amp;nbsp;I've got Ubuntu 9.04 running in a virtual box and I have the Ubuntu 9.04 iso image. &amp;nbsp;When I refer to the "install all the packages" from here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.imxdev.org/wiki/index.php?title=ALL_Boards_ltib_config_ubuntu"&gt;http://www.imxdev.org/wiki/index.php?title=ALL_Boards_ltib_config_ubuntu&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I receive a message:&lt;/P&gt;&lt;P&gt;E: Couldn't find package libncurses5-dev&lt;/P&gt;&lt;P&gt;to start with. &amp;nbsp;Any suggestions? &amp;nbsp;I'm digging down trying to find the bottom here...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 19:45:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146771#M278</guid>
      <dc:creator>AaronLinsdau</dc:creator>
      <dc:date>2012-03-26T19:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146772#M279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;You could try "apt-get update" first, then try to install libncurses5-dev...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have System-&amp;gt;Administration-&amp;gt;Synaptic Package Manager?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 21:30:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146772#M279</guid>
      <dc:creator>RandyKrakora</dc:creator>
      <dc:date>2012-03-26T21:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146773#M280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed over to Ubuntu 10.04. &amp;nbsp;Yes, I do have that and I'm finding all these packages mentioned in the ltib startup manual. &amp;nbsp;I'll install them and see what happens. &amp;nbsp;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 22:36:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146773#M280</guid>
      <dc:creator>AaronLinsdau</dc:creator>
      <dc:date>2012-03-26T22:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146774#M281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got the LTIB installed and it seems to build, it just takes a long time. &amp;nbsp;Great!! &amp;nbsp;Now, if I can find one of the camera drivers, how do I load it so I can write the data to the V4L and Gstreamer? &amp;nbsp;Perhaps that's already been answered, I'll have to look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 17:34:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146774#M281</guid>
      <dc:creator>AaronLinsdau</dc:creator>
      <dc:date>2012-03-27T17:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create semi-custom camera interface Very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146775#M282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've run LTIB but couldn't let it complete. &amp;nbsp;I just tried using default for everything. &amp;nbsp;I'll run it again tonite to see if I get everything correct. &amp;nbsp;Then hopefully the LTIB docs will explain how to get the images to the uSD card.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 22:18:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-semi-custom-camera-interface-Very-quickly/m-p/146775#M282</guid>
      <dc:creator>AaronLinsdau</dc:creator>
      <dc:date>2012-03-27T22:18:08Z</dc:date>
    </item>
  </channel>
</rss>

