NET_DVR_PTZ_POSITION

Structure about scene configuration.

Structure Definition

struct{
  BYTE             byEnable;
  BYTE             byRes1[3];
  BYTE             byPtzPositionName[NAME_LEN/*32*/];
  NET_DVR_PTZPOS   struPtzPos;
  BYTE             byRes2[40];
}NET_DVR_PTZ_POSITION, *LPNET_DVR_PTZ_POSITION;

Members

byEnable

Whether to enable scene: 0-no, 1-yes

byRes1

Reserved, set to 0

byPtzPositionName

Scene name

struPtzPos

PTZ coordinates

byRes2

Reserved, set to 0

Remarks

The byEnable is invalid when setting behavior analysis rule, but it is valid when setting local scene parameters.