hi, all
i want to detect whether having camera flash on board or not on my device. i use the following codes:
to my surprise, the above will run on 5230 without error, but the viewfinder frame will not show up.Code:if( iCameraInfo.iFlashModesSupported & CCamera::EFlashAuto ) iCamera->SetFlashL(CCamera::EFlashAuto);
but it works perfectly on 5800, so i printed the iCameraInfo.iFlashModesSupported integer on 5230 and 5800 respectively, and i got the same integer 139 in decimal. based on that, i guess this apporach could not meet my needs.
plz tell me how can i know if there is a flash for camera.

Reply With Quote


