<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - unable to get the bitmap from video captured using FrameL() - Comments</title>
 <link>http://www.newlc.com/en/topic-17282</link>
 <description>Comments for &quot;unable to get the bitmap from video captured using FrameL()&quot;</description>
 <language>en</language>
<item>
 <title>Re: unable to get the bitmap from video captured using FrameL()</title>
 <link>http://www.newlc.com/en/topic-17282#comment-41557</link>
 <description>&lt;p&gt;Thanks, Janza, I&#039;ll try to find a way to deal with it.&lt;/p&gt;</description>
 <pubDate>Mon, 17 Sep 2007 22:47:12 +0200</pubDate>
 <dc:creator>SymbianJunior</dc:creator>
 <guid isPermaLink="false">comment 41557 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: unable to get the bitmap from video captured using FrameL()</title>
 <link>http://www.newlc.com/en/topic-17282#comment-41522</link>
 <description>&lt;p&gt;You need to convert the video frame to bitmap yourself. There are a lot of examples in the internet on how to do YUV-&gt;RGB conversion...&lt;/p&gt;</description>
 <pubDate>Mon, 17 Sep 2007 08:42:02 +0200</pubDate>
 <dc:creator>janza</dc:creator>
 <guid isPermaLink="false">comment 41522 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: unable to get the bitmap from video captured using FrameL()</title>
 <link>http://www.newlc.com/en/topic-17282#comment-41514</link>
 <description>&lt;p&gt;Handle each frame and use bitblt to print it out to the screen for each ViewFinderFrameReady callback.&lt;/p&gt;

&lt;p&gt;Janza, I have exactly the same question as SymbianPower&#039;s original one. The video format supported on my device is EFormatYUV420SemiPlanar and I know I can use MFrameBuffer-&gt;DataL() to get the non-bitmap raw data. The device I have supports ViewFinderDirect but not ViewFinderBitmap, and I really want to use VideoCapture to implement my app. So is there a way to transfer the non-bitmap frame to a bitmap one?&lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;</description>
 <pubDate>Mon, 17 Sep 2007 03:32:30 +0200</pubDate>
 <dc:creator>SymbianJunior</dc:creator>
 <guid isPermaLink="false">comment 41514 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: unable to get the bitmap from video captured using FrameL()</title>
 <link>http://www.newlc.com/en/topic-17282#comment-36753</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;View finder frames are capture continuously. New capture will start immediately when your application returns from ViewFinderFrameReady callback. You need to make sure that you are not blocking the execution in the callback.&lt;/div&gt;</description>
 <pubDate>Tue, 23 Jan 2007 09:42:34 +0100</pubDate>
 <dc:creator>janza</dc:creator>
 <guid isPermaLink="false">comment 36753 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: unable to get the bitmap from video captured using FrameL()</title>
 <link>http://www.newlc.com/en/topic-17282#comment-36752</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi Janza,&lt;br /&gt;&lt;br /&gt;Thanks for reply.It&amp;nbsp; works.&lt;br /&gt;But i m not able to get the behaviour of viewFinderFrameReady.&lt;br /&gt;It is just capturing a single frame at a time What should i do if&lt;br /&gt;i want to do the continous capturing?&lt;img src=&quot;/en/sites/all/modules/smf_filter/smf_smileys/huh.gif&quot; alt=&quot;Huh&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Thanks in Advance............&lt;/div&gt;</description>
 <pubDate>Mon, 22 Jan 2007 10:59:50 +0100</pubDate>
 <dc:creator>symbianpower</dc:creator>
 <guid isPermaLink="false">comment 36752 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: unable to get the bitmap from video captured using FrameL()</title>
 <link>http://www.newlc.com/en/topic-17282#comment-36751</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Instead of calling CCamera::StartVideoCapture() call CCamera::StartViewFinderBitmapsL() and you will receive bitmaps via MCameraObserver::ViewFinderFrameReady() call back.&lt;br /&gt;&lt;br /&gt;Please refer to Symbian documentation about the available methods in Camera API:&lt;br /&gt;&lt;a href=&quot;http&amp;#58;//www.symbian.com/Developer/techlib/v70sdocs/doc_source/reference/cpp/OnboardCameraRef/CCameraClass.html&quot; target=&quot;_blank&quot;&gt;http://www.symbian.com/Developer/techlib/v70sdocs/doc_source/reference/cpp/OnboardCameraRef/CCameraClass.html&lt;/a&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 09 Jan 2007 07:41:17 +0100</pubDate>
 <dc:creator>janza</dc:creator>
 <guid isPermaLink="false">comment 36751 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: unable to get the bitmap from video captured using FrameL()</title>
 <link>http://www.newlc.com/en/topic-17282#comment-36750</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi Janza,&lt;br /&gt;&lt;br /&gt;Can u please elaborate what u want to say so that &lt;br /&gt;i can try this out.&lt;br /&gt;&lt;br /&gt;Thanks!!!!1&lt;/div&gt;</description>
 <pubDate>Mon, 08 Jan 2007 10:01:04 +0100</pubDate>
 <dc:creator>symbianpower</dc:creator>
 <guid isPermaLink="false">comment 36750 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: unable to get the bitmap from video captured using FrameL()</title>
 <link>http://www.newlc.com/en/topic-17282#comment-36749</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;If you need bitmap, use view finder instead of video.&lt;/div&gt;</description>
 <pubDate>Mon, 08 Jan 2007 08:04:31 +0100</pubDate>
 <dc:creator>janza</dc:creator>
 <guid isPermaLink="false">comment 36749 at http://www.newlc.com</guid>
</item>
<item>
 <title>unable to get the bitmap from video captured using FrameL()</title>
 <link>http://www.newlc.com/en/topic-17282</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/topic-17282&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/topic-17282#comments</comments>
 <category domain="http://www.newlc.com/en/forums/camera">Camera</category>
 <pubDate>Sun, 07 Jan 2007 12:25:01 +0100</pubDate>
 <dc:creator>symbianpower</dc:creator>
 <guid isPermaLink="false">16826 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
