<?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 Quote:James B. wrote: in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/how-to-save-selected-video-frames-into-file/m-p/1108680#M71305</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;James B. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;To play back an .rssdk video, you use SetFilename but give it the file you've already saved and set the second argument to false (true == record, false == playback).&lt;/P&gt;

&lt;P&gt;Which environment/language are you using? I can only really help on your second question if you're using C# .net.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;DIV style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;"&gt;I use C++.But you can still tell me how to do with C# .I &amp;nbsp;could have a try in the future.&lt;/DIV&gt;

&lt;DIV style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;"&gt;Words can‘t express my gratitude.&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Thu, 28 Apr 2016 11:50:30 GMT</pubDate>
    <dc:creator>wei_j_</dc:creator>
    <dc:date>2016-04-28T11:50:30Z</dc:date>
    <item>
      <title>how to save selected video frames into file</title>
      <link>https://community.intel.com/t5/Software-Archive/how-to-save-selected-video-frames-into-file/m-p/1108676#M71301</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I want to use the F200 to check every current frame&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;&amp;nbsp;to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;detect mobile object in video and&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;once a mobile object was detected, I should save the following frames(about 300),then detect mobile object again.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;But I only found a function, SetFilename and it just record the vidio from beginning to end.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Is there any way just save the frames or one frame &amp;nbsp;what I need&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;into file&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 04:03:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/how-to-save-selected-video-frames-into-file/m-p/1108676#M71301</guid>
      <dc:creator>wei_j_</dc:creator>
      <dc:date>2016-04-28T04:03:27Z</dc:date>
    </item>
    <item>
      <title>What format do you want to</title>
      <link>https://community.intel.com/t5/Software-Archive/how-to-save-selected-video-frames-into-file/m-p/1108677#M71302</link>
      <description>&lt;P&gt;What format do you want to save the frames to?&lt;/P&gt;

&lt;P&gt;If you want to use the .rssdk format, after setting the filename, you can use&amp;nbsp;&lt;BR /&gt;
	&lt;SPAN style="color: black; font-family: Consolas; font-size: 1em; line-height: 1.5;"&gt;pSenseManager.captureManager.SetPause(&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: 1em; line-height: 1.5; color: blue;"&gt;true&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 1em; line-height: 1.5;"&gt;);&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;To pause recording (or rather, not start yet), then use it again set to false when you want to start again.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;If you want to save the frames individually, or in a format readable by other things (like an .avi), you can export each frame to a bitmap then do what you want with those.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 08:52:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/how-to-save-selected-video-frames-into-file/m-p/1108677#M71302</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2016-04-28T08:52:27Z</dc:date>
    </item>
    <item>
      <title>Quote:James B. wrote:</title>
      <link>https://community.intel.com/t5/Software-Archive/how-to-save-selected-video-frames-into-file/m-p/1108678#M71303</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;James B. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;What format do you want to save the frames to?&lt;/P&gt;

&lt;P&gt;If you want to use the .rssdk format, after setting the filename, you can use&amp;nbsp;&lt;BR /&gt;
	pSenseManager.captureManager.SetPause(true);&lt;BR /&gt;
	To pause recording (or rather, not start yet), then use it again set to false when you want to start again.&lt;/P&gt;

&lt;P&gt;If you want to save the frames individually, or in a format readable by other things (like an .avi), you can export each frame to a bitmap then do what you want with those.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Thanks for your answering&lt;/P&gt;

&lt;P&gt;if I save the frames to .rssdk format, how can I read the video I have saved?&lt;/P&gt;

&lt;P&gt;Actually I want to save the frames in the second way.can you tell me more details about it ?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 10:39:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/how-to-save-selected-video-frames-into-file/m-p/1108678#M71303</guid>
      <dc:creator>wei_j_</dc:creator>
      <dc:date>2016-04-28T10:39:32Z</dc:date>
    </item>
    <item>
      <title>To play back an .rssdk video,</title>
      <link>https://community.intel.com/t5/Software-Archive/how-to-save-selected-video-frames-into-file/m-p/1108679#M71304</link>
      <description>&lt;P&gt;To play back an .rssdk video, you use SetFilename but give it the file you've already saved and set the second argument to false (true == record, false == playback).&lt;/P&gt;

&lt;P&gt;Which environment/language are you using? I can only really help on your second question if you're using C# .net.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 11:26:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/how-to-save-selected-video-frames-into-file/m-p/1108679#M71304</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2016-04-28T11:26:43Z</dc:date>
    </item>
    <item>
      <title>Quote:James B. wrote:</title>
      <link>https://community.intel.com/t5/Software-Archive/how-to-save-selected-video-frames-into-file/m-p/1108680#M71305</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;James B. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;To play back an .rssdk video, you use SetFilename but give it the file you've already saved and set the second argument to false (true == record, false == playback).&lt;/P&gt;

&lt;P&gt;Which environment/language are you using? I can only really help on your second question if you're using C# .net.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;DIV style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;"&gt;I use C++.But you can still tell me how to do with C# .I &amp;nbsp;could have a try in the future.&lt;/DIV&gt;

&lt;DIV style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; line-height: 23.8px;"&gt;Words can‘t express my gratitude.&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Apr 2016 11:50:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/how-to-save-selected-video-frames-into-file/m-p/1108680#M71305</guid>
      <dc:creator>wei_j_</dc:creator>
      <dc:date>2016-04-28T11:50:30Z</dc:date>
    </item>
    <item>
      <title>This thread will tell you how</title>
      <link>https://community.intel.com/t5/Software-Archive/how-to-save-selected-video-frames-into-file/m-p/1108681#M71306</link>
      <description>&lt;P&gt;&lt;A href="https://software.intel.com/en-us/node/628163"&gt;This thread&lt;/A&gt; will tell you how to get bitmaps (or the C++ equivalent) from the camera stream. Then I'm sure Google will point you towards an API which will help you convert your group of bitmaps into a video file. Good luck!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 12:08:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/how-to-save-selected-video-frames-into-file/m-p/1108681#M71306</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2016-04-28T12:08:28Z</dc:date>
    </item>
  </channel>
</rss>

