Skip to content

NET_SDK_PTZControl_3D

Interface Definition

1
2
3
4
BOOL NET_SDK_PTZControl_3D(
    POINTERHANDLE lLiveHandle,
    LONG lChannel,
    PTZ_3D_POINT_INFO* pPtz3DInfo);
1
2
3
4
public static extern bool NET_SDK_PTZControl_3D(
    POINTERHANDLE lLiveHandle,
    int lChannel,
    ref PTZ_3D_POINT_INFO pPtz3DInfo);

Function Description

IPC device PTZ 3D control function.

Parameter Description

Parameters Type Remark
lLiveHandlein POINTERHANDLE The preview handle, which is the return value of NET_SDK_LivePlay or NET_SDK_LivePlayEx.
lChannelin LONG Channel number, starting from 0. This parameter is invalid for IPC devices.
pPtz3DInfoin PTZ_3D_POINT_INFO* PTZ 3D control parameter information.

Return Value

  • type:BOOL

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

Remarks

None

Error Code