camera_unit_t

Represents the camera units on the device

Synopsis:

#include <camera/camera_api.h>
typedef enum {
    CAMERA_UNIT_NONE = 0,
    CAMERA_UNIT_1,
    CAMERA_UNIT_2,
    CAMERA_UNIT_3,
    CAMERA_UNIT_4,
    CAMERA_UNIT_5,
    CAMERA_UNIT_6,
    CAMERA_UNIT_7,
    CAMERA_UNIT_8,
    CAMERA_UNIT_NUM_UNITS
} camera_unit_t;

Data:

CAMERA_UNIT_NONE
No specific camera specified.
CAMERA_UNIT_1
Camera #1 on the device.
CAMERA_UNIT_2
Camera #2 on the device.
CAMERA_UNIT_3
Camera #3 on the device.
CAMERA_UNIT_4
Camera #4 on the device.
CAMERA_UNIT_5
Camera #5 on the device.
CAMERA_UNIT_6
Camera #6 on the device.
CAMERA_UNIT_7
Camera #7 on the device.
CAMERA_UNIT_8
Camera #8 on the device.
CAMERA_UNIT_NUM_UNITS
For internal use only.

Do not use.

Library:

libcamapi

Description:

It's possible for a device to have multiple cameras units.