only 'corner' of photo
| Tue, 2006-02-21 13:04 | |
|
hey
Im making a photo on 6.1 using camera serv... - new - connect - turn on - SetLightingConditions(RCameraServ::ELightingNormal); - SetImageQuality(RCameraServ::EQualityHigh); - GetImage(status2, *(iAppView->iBmp)); - turn off - close - delete of course user::Waitforrequest.. and all is ok the picture is taken but when i display it i can only see 'a corner' of my photo. Shall i use some scaling or what to see it all ? (on 7.0 with ccamera the same problem was solved with PrepareImageCaptureL(ImageFormatMax(),0); but what shall i do here ? ) Thank you BG |
|






Forum posts: 53
default camera image size is 640*480
try
gc.DrawBitmap(TRect(0,0,176,208), iBitmap, iBitmap->SizeInPixels());
Forum posts: 101
Thank you