WindowsSdk

CAMERA_STATUS

  • Definition:
typedef enum {
    T_STOP = 0,
    T_UP,
    T_DOWN,
    P_STOP,
    P_LEFT,
    P_RIGHT,
    PT_STOP,
    PT_UP_LEFT,
    PT_UP_RIGHT,
    PT_DOWN_LEFT,
    PT_DOWN_RIGHT,
    PT_CALIBRATION,
    PT_CENTER,
    T_PATROL,
    P_PATROL,
    TRACK_PATROL,
    SET_PRESET,
    GO_PRESET,
    Z_STOP,
    Z_WIDE,
    Z_TELE,
    I_STOP,
    I_OPEN,
    I_CLOSE,
    IR_SWITCH,
    ALARM_IOOUT,
    F_STOP,
    F_NEAR,
    F_FAR,
} PTZ_COMMAND;
  • Explain:
PTZ_COMMAND is the PTZ command which sent to camera
EnumExplain
T_STOPStop the vertical direction
T_UPTurn up
T_DOWNTurn down
P_STOPStop the horizontal direction
P_LEFTTurn left
P_RIGHTTurn right
PT_STOPstop move
PT_UP_LEFTTurn upper left
PT_UP_RIGHTTurn upper right
PT_DOWN_LEFTTurn bottom left
PT_DOWN_RIGHTTurn bottom right
PT_CALIBRATIONPTZ calibration
PT_CENTERMove to center
T_PATROLVertical Cruise
P_PATROLHorizontal Cruise
TRACK_PATROLCruise
SET_PRESETSet preset position
GO_PRESETGoto preset position
Z_STOPStop to zoom
Z_WIDEzoom to wide
Z_TELEzoom to narrow
I_STOPAperture stop
I_OPENAperture expansion
I_CLOSEAperture constriction
IR_SWITCHInfrared lamp switch
ALARM_IOOUTAlarm output of IO
F_STOPFocal length stop
F_NEARFocal length near
F_FARFocal length far

IP Camera Windows SDK manual

Copyright:Shenzhen XRC Tech Co.,Ltd.

ICP:粤ICP备09050685号