anbox-platform-sdk  1.23.0
Anbox Platform SDK API documentation
AnboxCameraSpec Struct Reference

AnboxCameraSpec represents the camera specification. More...

#include <types.h>

+ Collaboration diagram for AnboxCameraSpec:

Public Attributes

AnboxVideoColorSpaceFormat format
 
AnboxCameraFacingMode facing_mode
 
uint32_t fps
 
uint32_t width
 
uint32_t height
 

Detailed Description

AnboxCameraSpec represents the camera specification.

Definition at line 726 of file types.h.

Member Data Documentation

◆ facing_mode

AnboxCameraFacingMode AnboxCameraSpec::facing_mode

Camera facing mode

Definition at line 730 of file types.h.

◆ format

AnboxVideoColorSpaceFormat AnboxCameraSpec::format

Color space format of camera frame data

Definition at line 728 of file types.h.

◆ fps

uint32_t AnboxCameraSpec::fps

Camera video frame frequency

Definition at line 732 of file types.h.

◆ height

uint32_t AnboxCameraSpec::height

The height of the camera resolution

Definition at line 736 of file types.h.

◆ width

uint32_t AnboxCameraSpec::width

The width of the camera resolution

Definition at line 734 of file types.h.


The documentation for this struct was generated from the following file: