Retrieve the output properties for a photo.
#include <camera/camera_api.h>
camera_error_t camera_get_photo_property(camera_handle_t handle,
args...)
BlackBerry 10.0.0
The handle returned by a call to the camera_open() function.
A series of comma-delimited property-value pairs where each value must be a pointer a variable of the expected type.
camera_get_photo_property( camera_handle, CAMERA_IMGPROP_WIDTH, &vf_width, CAMERA_IMGPROP_HEIGHT, &vf_height, CAMERA_IMGPROP_ROTATION, &vf_rotation, CAMERA_IMGPROP_STABILIZATION, &stable );
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.