camera_type Derived Type

type, public :: camera_type

Camera settings type.


Components

Type Visibility Attributes Name Initial
character(len=FILE_PATH_LEN), public :: input = ' '

Input device path (/dev/video0 or rtsp://10.0.0.1).

integer, public :: device = CAMERA_DEVICE_NONE

Input device.

integer, public :: width = 0

Camera stream width in pixels (optional).

integer, public :: height = 0

Camera stream height in pixels (optional).