Hello (using RD-PQ):
1. In app PreviewResolution is set to 960x720, Capture resolution is set to 8MPx (3264x2448).
im using function camera.Capture() and as result of image captured OnCameraCaptured function is called
With and Height of captured image/bitmap is 960x720.. even if I use .DecodeN(capturedData, BITMAP_PIXEL_FORMAT_RGB565 , dim.width, dim.height);
Bitmap format doesn't matter...
Function GetCaptureResolution(); returns 3264x2448...
Short version: Capture resolution set to 3264x2448 but captured image resolution is preview image resolution.
So what is wrong?
2. There is Exposure, Brightness and Contrast in Native API.. we can check which features are available on RD-PQ Brightness and Contrast "should be" because MediaCapability::GetValue returns true as a value for them.
But.. only changing camera Brightness value with SetBrightness is changing the preview image (its brighter..). Changing Contrast value make no visible changes on the screen... so what's wrong?
Short version: Contrast camera feature is available but not changing image on preview.
Regards...
Tizen SDK 2.2b, RD-PQ with 2.2b