<?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 Kinetis: Streaming Video in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-Streaming-Video/m-p/598727#M35110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I am using Kinetis K60F MK60FN1M0 with CodeWarrior&amp;nbsp;for MCU v10.6 and i have a question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I connected a camera (OV2640) to my microcontroller. For the communication i am using the I2C Bus. The&amp;nbsp;camera data lines are connected to the GPIO port pins.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Here are the connections:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/1843i959EFE059BD4F13B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Now i want to stream a live-video from my camera to my computer. But how can i do this in codewarrior?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Have somebody any idea?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Have somebody a link (or a PDF) where i can learn something about streaming a video from a camera in codewarrior?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I think the pixels are in the data lines (D0, D1, ....., D7) but how can i show them in a video?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I have searched in the internet but i could not find anything.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thank you for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Armend&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Oct 2016 07:32:49 GMT</pubDate>
    <dc:creator>armendgecaj</dc:creator>
    <dc:date>2016-10-02T07:32:49Z</dc:date>
    <item>
      <title>Kinetis: Streaming Video</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-Streaming-Video/m-p/598727#M35110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I am using Kinetis K60F MK60FN1M0 with CodeWarrior&amp;nbsp;for MCU v10.6 and i have a question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I connected a camera (OV2640) to my microcontroller. For the communication i am using the I2C Bus. The&amp;nbsp;camera data lines are connected to the GPIO port pins.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Here are the connections:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/1843i959EFE059BD4F13B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Now i want to stream a live-video from my camera to my computer. But how can i do this in codewarrior?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Have somebody any idea?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Have somebody a link (or a PDF) where i can learn something about streaming a video from a camera in codewarrior?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I think the pixels are in the data lines (D0, D1, ....., D7) but how can i show them in a video?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I have searched in the internet but i could not find anything.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thank you for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Armend&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2016 07:32:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-Streaming-Video/m-p/598727#M35110</guid>
      <dc:creator>armendgecaj</dc:creator>
      <dc:date>2016-10-02T07:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis: Streaming Video</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-Streaming-Video/m-p/598728#M35111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What byte/pixel rate does your camera say you will have to process?&amp;nbsp; Where is the 'live video' going after it gets into MK60 RAM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 23:45:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-Streaming-Video/m-p/598728#M35111</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-10-03T23:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis: Streaming Video</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-Streaming-Video/m-p/598729#M35112</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;you have written&amp;nbsp;'byte/pixel rate', if you mean the image transfer rate it is UXGA: 15fps.&lt;/P&gt;&lt;P&gt;The camera transmits image data signals over eight data lines in parallel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i get the data signals from my GPIO pins. Now i want to show this data (as a video) on my computer. But how can i do this?&lt;/P&gt;&lt;P&gt;Have codewarrior a video player? Or have i to transmit the data to a other programm (e.g. windows media player)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You see it is the first time i work with a camera, so i have not much experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Armend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 06:40:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-Streaming-Video/m-p/598729#M35112</guid>
      <dc:creator>armendgecaj</dc:creator>
      <dc:date>2016-10-04T06:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis: Streaming Video</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-Streaming-Video/m-p/598730#M35113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I mean is that your chip specs a pixel datarate of 27.78ns, or 36MHz, for the psuedo-UXGA 15fps mode.&amp;nbsp; You are NOT going to be able to pull that byte rate in thru GPIO pins, let alone decode the RGB packing.&amp;nbsp; You need to interface your camera to a controller with a dedicated video-in-port, such as the 'camera interface' on many members of the i.MX family, or 'video in' as into Vybrid.&amp;nbsp; THEN the process to transfer to a PC, say over Ethernet, is another significant process, and THAT must, as you say, connect to a video player on said PC using a protocol IT can understand.&amp;nbsp; Video-processing is NOT a trivial task, there is a LOT of data to handle in real-time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 11:27:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-Streaming-Video/m-p/598730#M35113</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-10-04T11:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis: Streaming Video</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-Streaming-Video/m-p/598731#M35114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try my best.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Armend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 08:09:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-Streaming-Video/m-p/598731#M35114</guid>
      <dc:creator>armendgecaj</dc:creator>
      <dc:date>2016-10-06T08:09:32Z</dc:date>
    </item>
  </channel>
</rss>

