Dear all:
Explorering the CameraWrapper example, I'd like to use the data of MceoCapturedDataReady for some image progressing.
CCameraWrapperExampleAppView::MceoCapturedDataReady( TDesC8* aData )
I plan to 'convert' it to CFbsBitmap object which I can get Pixels and have my program to work with this CFbsbitmap.
Not sure how to do it. Is it can be done?
The parameter aData should be a pointer which stored jpeg data,right? (Since CCamera::EFormat default to be JPEG)
Since I can use getPixel function of CFbsbitmap to get Pixel value, what I need is 'transfering TDesC8* to CFbsbitmap format'.
And I wanna to know how.
I am not sure if CImageDecoer should get involved...
Would you please advise?
Thanks a lot!



