Skip to main content
Version: 20 Mar 2024

MLCameraConnectContext

Module: Camera

More...

#include <ml_camera_v2.h>

Public Attributes

TypeName
uint32_tversion
MLCameraIdentifiercam_id
MLCameraConnectFlagflags
boolenable_video_stab
MLCameraMRConnectInfomr_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.