<?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>Kinetis MicrocontrollersのトピックK60 talk to IP Camera</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-talk-to-IP-Camera/m-p/258104#M7729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am going to use K60 Ethernet talk with IP camera, get the Video stream and save it to a file, any suggestion will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jul 2013 00:53:52 GMT</pubDate>
    <dc:creator>rabbit</dc:creator>
    <dc:date>2013-07-08T00:53:52Z</dc:date>
    <item>
      <title>K60 talk to IP Camera</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-talk-to-IP-Camera/m-p/258104#M7729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am going to use K60 Ethernet talk with IP camera, get the Video stream and save it to a file, any suggestion will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 00:53:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-talk-to-IP-Camera/m-p/258104#M7729</guid>
      <dc:creator>rabbit</dc:creator>
      <dc:date>2013-07-08T00:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: K60 talk to IP Camera</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-talk-to-IP-Camera/m-p/258105#M7730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry but there is no ready demo for K60 on that topic, but I found other reference, it is for MCF52259(Coldfire), which takes JPEG snapshots from a serial VGA camera and stores them into a USB flash disk. The demo is built based on MQX, so I think it could be ported to K60 platform easily. Please kindly refer to the following link for details:&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/app_note/AN4022.pdf"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN4022.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The demo code can be downloaded from &lt;A href="http://cache.freescale.com/files/32bit/doc/app_note/AN4022SW.zip?fasp=1"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN4022SW.zip?fasp=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;B.R&lt;/P&gt;&lt;P&gt;Kan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 02:41:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-talk-to-IP-Camera/m-p/258105#M7730</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2013-07-08T02:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: K60 talk to IP Camera</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-talk-to-IP-Camera/m-p/258106#M7731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My PC get CW10.2, CW10.4 and MQX3.8 installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just look at the files in AN4022SW.Zip, the project file is: mcp, it seems old codeWarrior version, how can I open this project by using CW10.4 or CW10.2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be nice to view the project files, a reference for IP camera, I will convert it to my K60-TOWER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 23:13:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-talk-to-IP-Camera/m-p/258106#M7731</guid>
      <dc:creator>rabbit</dc:creator>
      <dc:date>2013-07-11T23:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: K60 talk to IP Camera</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-talk-to-IP-Camera/m-p/258107#M7732</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;mcp is the file extension for CW classic IDE, in this case should be for CW&amp;nbsp; for Coldfire v7.x. With CW10.2, you can use the Import -&amp;gt; "CodeWarrior" -&amp;gt; CodeWarrior classic Project Importer . Don't look for this feature in CW 10.4, it was removed in the CW10.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 23:38:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-talk-to-IP-Camera/m-p/258107#M7732</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2013-07-11T23:38:45Z</dc:date>
    </item>
  </channel>
</rss>

