Skip to main content
Version: 20 Mar 2024

MLWorldCameraSettings

Module: Pixel Sensors / World Camera

A structure to encapsulate the camera settings. More...

#include <ml_world_camera.h>

Public Attributes

TypeName
uint32_tversion
uint32_tmode
World camera mode.
uint32_tcameras
World cameras that need to be enabled.

Detailed Description

struct MLWorldCameraSettings;

A structure to encapsulate the camera settings.

This structure must be initialized by calling MLWorldCameraSettingsInit before use.

API Level:

  • 23

Public Attributes Documentation

version

uint32_t version;

Version of this structure.


mode

uint32_t mode;

World camera mode.

See MLWorldCameraMode for more details. If you want to request frames from different camera modes then "OR" the modes of interest to the app. The mode will apply for all the cameras.

note

The system may not be able to service all the requested camera modes. This parameter is treated as a hint and data will be provided for the requested camera modes when available.


cameras

uint32_t cameras;

World cameras that need to be enabled.

See MLWorldCameraIdentifier for more details. If you want to request frames from different world camera then "OR" the cameras of interest to the app.

note

The system may not be able to service all the requested cameras. This parameter is treated as a hint and data will be provided from the requested world cameras when available.