camera_imgprop_t
This enumerated type specifies the image properties list.
Synopsis:
#include <camera/camera_api.h>
typedef enum { CAMERA_IMGPROP_FORMAT = 0 CAMERA_IMGPROP_WIDTH CAMERA_IMGPROP_HEIGHT CAMERA_IMGPROP_FRAMERATE CAMERA_IMGPROP_BITRATE CAMERA_IMGPROP_KEYFRAMEINTERVAL CAMERA_IMGPROP_ROTATION CAMERA_IMGPROP_STABILIZATION CAMERA_IMGPROP_ZOOMFACTOR CAMERA_IMGPROP_HWOVERLAY CAMERA_IMGPROP_JPEGQFACTOR CAMERA_IMGPROP_WIN_GROUPID CAMERA_IMGPROP_WIN_ID CAMERA_IMGPROP_BURSTMODE CAMERA_IMGPROP_BURSTDIVISOR CAMERA_IMGPROP_SLICESIZE CAMERA_IMGPROP_VARIABLEFRAMERATE CAMERA_IMGPROP_MINFRAMERATE CAMERA_IMGPROP_ISEMBEDDED CAMERA_IMGPROP_CREATEWINDOW CAMERA_IMGPROP_METAORIENTATIONHINT CAMERA_IMGPROP_MAXFOV CAMERA_IMGPROP_VIDEOCODEC CAMERA_IMGPROP_AUDIOCODEC CAMERA_IMGPROP_RENDERTOWINDOW } camera_imgprop_t;
Since:
BlackBerry 10.0.0
Data:
- CAMERA_IMGPROP_WIN_GROUPID
- The window group ID the viewfinder should be created in, as a const char* value.
- CAMERA_IMGPROP_WIN_ID
- The window ID to apply to the viewfinder window that is created as a const char* value.
- CAMERA_IMGPROP_ISEMBEDDED
- An embedded window will be created (see Screen Graphics Subsystem library on window-types).
- CAMERA_IMGPROP_METAORIENTATIONHINT
- Whether automatic embedding of metadata orientation hints is enabled.
- CAMERA_IMGPROP_MAXFOV
- Indicates that the FOV (field of view) of the viewfinder should not be cropped when the viewfinder is started.
- CAMERA_IMGPROP_VIDEOCODEC
- The video codec used when generating video files or streams using camera_start_video() or camera_start_encode().
Library:
libcamapi (For the qcc command, use the -l camapi option to link against this library)Description:
Each key is associated with a value of the indicated type.
Last modified: 2014-06-24