Skip to content

NET_SDK_PTZSetCruise_Other

Interface Definition

1
2
3
4
5
6
BOOL NET_SDK_PTZSetCruise_Other(
    LONG lUserID,
    LONG lChannel,
    BYTE byCruiseRoute,
    DD_CRUISE_POINT_INFO* pCruisePoint,
    WORD pointNum);
1
2
3
4
5
6
public static extern bool NET_SDK_PTZSetCruise_Other(
    int lUserID,
    int lChannel,
    int byCruiseRoute,
    IntPtr pCruisePoint,
    int pointNum);

Function Description

Set the gimbal cruise route.

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.
lChannelin LONG Channel number, starting from 0. This parameter is invalid for IPC devices.
byCruiseRoutein BYTE Cruise route.
pCruisePointin DD_CRUISE_POINT_INFO* Cruising point.
pointNumin WORD Cruise points.

Return Value

  • type:BOOL

  • remark:Returns TRUE if successful, FALSE if failed.

Remarks

None

Error Code