Hi,
i use Nokia n95 8G. I got every frame from function ViewFinderFrameReady. i want to check the size of frame. So i used following codes:
Code:
void CCameraCaptureEngine::ViewFinderFrameReady(CFbsBitmap& aFrame)
{ int iwidth=aFrame.SizeInPixels.iWidth;
int iheight=aFrame.SizeInPixels.iHeight;
//some other routines
}
To my surprise, iwidth is only 266 and iheight is only 200. I think it is not right. Anything i miss? i use the same code on Nokia 6120c, the size of frame is 264*198 which is more or less than 266*200. It puzzled me for long time. Could anyone give me some tips? So what's my error?
Looking forward to fast replying.
Thanks.