urgent.....stuck within an infinite loop while capturing images with camera
| Tue, 2007-11-20 15:00 | |
|
Hi, My code is as follows:- void CSmsEncoder::EncodeImageToBuffer(CFbsBitmap& aBitmap, HBufC8*& aDestBuffer) void CSmsEncoder::EncodeImageToFile(CFbsBitmap& aBitmap, TFileName aDestFile) within the class where snaps are taken void CSnapTaker::PowerOnComplete(TInt aError) CCamera::TFormat format; TCameraInfo inff; if(inff.iImageFormatsSupported && iCamera->PrepareImageCaptureL(format,i); if(inff.iOptionsSupported && inff.EViewFinderBitmapsSupported) void CSnapTaker::ViewFinderBitmapsL() void CSnapTaker::ViewFinderFrameReady(CFbsBitmap& aFrame) void CSnapTaker::HandleFrame(CFbsBitmap& aFrame) void CSnapTaker::ImageReady(CFbsBitmap* aFrame,HBufC8* aData,TInt aError) The drawing function in appview class void CsmsAppView::Draw( const TRect& aRect ) const The Infinite loop Why does this happen? |
|






Forum posts: 37
The infinite loop terminated by use of
ICamera->StopViewFinder();
Forum posts: 37
But there is yet another problem
I am using s60 3rd edition FP1 and N95 phone
The file location I am saving image is:-C:/data/image/snaps.jpg
In my phone:-
I am going through-
Filemanager---
Image---
and no snap is there!!!!!!!