|
|
User login
Feeds |
CCamera and ViewFinderFrameReady
|
|||||
| Fri, 2007-05-18 17:18 | |
|
Hello,
I have an s60 3ed application that captures camera bitmaps using CaptureImage and the ImageReady callback. ImageReady method gives me a bitmap and I can work with it. all is fine. But, I really need capture all camera frames and work with them one by one, so I am triyng to use a ViewFinderFrameReady callback. This callback gives me a "bitmap"? every time that the camara capture a frame. The problem is that this "CFbsBitmap &aFrame" as parameter does not work like the ImageReady bitmap. ViewFinderFrameReady parameter is really a bitmap? or needs any conversion? What is the diference between these two bitmaps? How can I convert the aFrame bitmap(ViewFinderFrameReady) to a real bitmap to work with it? First of all, thank you very much for your answers. David |
|