<?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 - How to convert YUV format to bitmap format - Comments</title>
 <link>http://www.newlc.com/forum/how-convert-yuv-format-bitmap-format</link>
 <description>Comments for &quot;How to convert YUV format to bitmap format&quot;</description>
 <language>en</language>
<item>
 <title>Re: How to convert YUV format to bitmap format</title>
 <link>http://www.newlc.com/forum/how-convert-yuv-format-bitmap-format#comment-45378</link>
 <description>&lt;p&gt;&lt;a href=&quot;https://developer.uiq.com/forum/click.jspa?searchID=231731&amp;messageID=9168&quot;&gt;https://developer.uiq.com/forum/click.jspa?searchID=231731&amp;messageID=9168&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 27 Mar 2008 15:57:06 +0100</pubDate>
 <dc:creator>senoctar</dc:creator>
 <guid isPermaLink="false">comment 45378 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to convert YUV format to bitmap format</title>
 <link>http://www.newlc.com/forum/how-convert-yuv-format-bitmap-format#comment-45291</link>
 <description>&lt;p&gt;Did you find any way to convert video frames buffer (MCameraBuffer) to RGB format?? I am looking for a solution and it would be great if you could help me out.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br /&gt;
Shivam&lt;/p&gt;</description>
 <pubDate>Tue, 25 Mar 2008 09:33:11 +0100</pubDate>
 <dc:creator>sinhashivam</dc:creator>
 <guid isPermaLink="false">comment 45291 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to convert YUV format to bitmap format</title>
 <link>http://www.newlc.com/forum/how-convert-yuv-format-bitmap-format#comment-45264</link>
 <description>&lt;p&gt;Never Mind &lt;img src=&quot;/sites/all/modules/smileys/packs/example/lol.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; /&gt;&lt;br /&gt;
I found the problme, the documentation and example program was missleading.&lt;br /&gt;
I was using &lt;code&gt;aFrameBuffer-&amp;gt;DataL(aCameraBuffer.iIndexOfFirstFrameInBuffer)&lt;/code&gt; instead of &lt;code&gt;aFrameBuffer-&amp;gt;DataL(0)&lt;/code&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 23 Mar 2008 21:33:57 +0100</pubDate>
 <dc:creator>senoctar</dc:creator>
 <guid isPermaLink="false">comment 45264 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to convert YUV format to bitmap format</title>
 <link>http://www.newlc.com/forum/how-convert-yuv-format-bitmap-format#comment-45263</link>
 <description>&lt;p&gt;Never Mind &lt;img src=&quot;/sites/all/modules/smileys/packs/example/lol.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; /&gt;&lt;br /&gt;
I found the problme, the documentation and example program was missleading.&lt;br /&gt;
I was using &lt;code&gt;aFrameBuffer-&amp;gt;DataL(aCameraBuffer.iIndexOfFirstFrameInBuffer)&lt;/code&gt; instead of &lt;code&gt;aFrameBuffer-&amp;gt;DataL(0)&lt;/code&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 23 Mar 2008 21:33:14 +0100</pubDate>
 <dc:creator>senoctar</dc:creator>
 <guid isPermaLink="false">comment 45263 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to convert YUV format to bitmap format</title>
 <link>http://www.newlc.com/forum/how-convert-yuv-format-bitmap-format#comment-45258</link>
 <description>&lt;p&gt;How do you get any data ?&lt;br /&gt;
I get 115200 bytes for the first frame and 0 for the rest.&lt;br /&gt;
I am using MCameraObserve2 so i wait in VideoBufferReady.&lt;br /&gt;
If you could pot some source code i would appreciate it.&lt;/p&gt;

&lt;p&gt;Regarding yout question, if you want to process the video there are some 3&#039;rd party libraries to convert from YUV to a bitmap. If you just want to have a viewfinder , P990 support StartViewFinderDirectL, like in the example : &lt;a href=&quot;http://developer.sonyericsson.com/site/global/techsupport/tipstrickscode/symbian/p_p990camera_uiq3app.jsp&quot; class=&quot;bb-url&quot;&gt;MyP990Camera&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 23 Mar 2008 18:00:55 +0100</pubDate>
 <dc:creator>senoctar</dc:creator>
 <guid isPermaLink="false">comment 45258 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to convert YUV format to bitmap format</title>
 <link>http://www.newlc.com/forum/how-convert-yuv-format-bitmap-format</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I want to use StartVideoCapture() on SonyE P990i and EFormatYUV420SemiPlanar is the &lt;br /&gt;
supported video format. On FrameBufferReady() callback, I can get a MFrameBuffer and a &lt;br /&gt;
TDesC8 pointer for the non-bitmap frame. &lt;/p&gt;

&lt;p&gt;So here&#039;s my question, is there a way to convert the non-bitmap frame to a bitmap so i can print it out to the&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/forum/how-convert-yuv-format-bitmap-format&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/forum/how-convert-yuv-format-bitmap-format#comments</comments>
 <category domain="http://www.newlc.com/forums/video">Video</category>
 <pubDate>Mon, 17 Sep 2007 03:16:20 +0200</pubDate>
 <dc:creator>SymbianJunior</dc:creator>
 <guid isPermaLink="false">18987 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
