跳转至

NET_SDK_PTZControl_3D

接口定义

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);

功能描述

IPC设备云台3D控制功能。

参数说明

参数 类型 说明
lLiveHandlein POINTERHANDLE 预览句柄,NET_SDK_LivePlayNET_SDK_LivePlayEx的返回值。
lChannelin LONG 通道编号,从0开始,IPC设备此参数无效。
pPtz3DInfoin PTZ_3D_POINT_INFO* 云台3D控制参数信息。

返回值

  • 类型:BOOL

  • 说明:成功返回TRUE,失败返回FALSE。

备注

错误码