MLCameraConnectContext
Module: Camera
#include <ml_camera_v2.h>
Public Attributes
Type | Name |
---|---|
uint32_t | version |
MLCameraIdentifier | cam_id |
MLCameraConnectFlag | flags |
bool | enable_video_stab |
MLCameraMRConnectInfo | mr_info MR capture connection settings. |
Detailed Description
struct MLCameraConnectContext;
A structure to encapsulate context for a CameraConnect Request.
Public Attributes Documentation
version
uint32_t version;
Version contains the version number for this structure.
cam_id
MLCameraIdentifier cam_id;
Logical camera identifier.
flags
MLCameraConnectFlag flags;
Context in which the camera should operate in.
enable_video_stab
bool enable_video_stab;
Enable/disable video stabilization.
mr_info
MLCameraMRConnectInfo mr_info;
MR capture connection settings.
This field can be ignored if MLCameraConnectFlag_MR or MLCameraConnectFlag_VirtualOnly flag is not used.