Skip to content

DD_PTZ_CONFIG_E

Enum Definition

1
2
3
4
5
6
typedef enum _dd_ptz_config_e_
{
    DD_PTZ_CONFIG_PRESET = 0x1,
    DD_PTZ_CONFIG_CRUISE,
    DD_PTZ_CONFIG_CRUISE_POINT,
} DD_PTZ_CONFIG_E;
1
2
3
4
5
6
public enum DD_PTZ_CONFIG_E
{
    DD_PTZ_CONFIG_PRESET = 0x1,
    DD_PTZ_CONFIG_CRUISE,
    DD_PTZ_CONFIG_CRUISE_POINT,
}

Function Description

PTZ configuration type.

Member Description

Enum name Value Remark
DD_PTZ_CONFIG_PRESET 0x1 Preset point configuration.
DD_PTZ_CONFIG_CRUISE 0x2 Cruise line configuration.
DD_PTZ_CONFIG_CRUISE_POINT 0x3 Cruise point configuration.
Error Code