Skip to main content
Version: 20 Mar 2024

MLCameraCaptureStreamCaps

The capabilities for each stream supported by logical camera device * can be queried with MLCameraGetDeviceCaps

Public Methods

MLCameraCaptureStreamCaps Create

Create and return an initialized version of this struct.

public static MLCameraCaptureStreamCaps Create()

Returns: A new instance of this struct.


Public Attributes

CaptureType

capture_type Video, Image ,Preview


public MLCamera.CaptureType CaptureType;

TypeDescription
MLCamera.CaptureTypeCapture operation type

Height

Resolution height


public int Height;


Width

Capture Resolution


public int Width;