Skip to main content
Version: 20 Mar 2024

MLCameraCaptureStreamCaps

Module: Camera

A structure to encapsulate stream capabilities. More...

#include <ml_camera_v2.h>

Public Attributes

TypeName
MLCameraCaptureTypecapture_type
int32_twidth
int32_theight

Detailed Description

struct MLCameraCaptureStreamCaps;

A structure to encapsulate stream capabilities.

The capabilities for each stream supported by logical camera device can be queried with MLCameraGetStreamCaps.

Deprecated

Deprecated since 1.4.0. Scheduled for removal.

API Level:

  • 20

Public Attributes Documentation

capture_type

MLCameraCaptureType capture_type;
TypeDescription
MLCameraCaptureTypeCaptures operation type.

Capture type: video, image, or preview.


width

int32_t width;

Resolution width.


height

int32_t height;

Resolution height.