MLCameraCaptureStreamCaps
Module: Camera
A structure to encapsulate stream capabilities. More...
#include <ml_camera_v2.h>
Public Attributes
Type | Name |
---|---|
MLCameraCaptureType | capture_type |
int32_t | width |
int32_t | height |
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;
Type | Description |
---|---|
MLCameraCaptureType | Captures operation type. |
Capture type: video, image, or preview.
width
int32_t width;
Resolution width.
height
int32_t height;
Resolution height.