Skip to content

NET_SDK_GetPTZCameraType

Interface Definition

1
2
3
BOOL NET_SDK_GetPTZCameraType(
    LONG lUserID,
    NET_SDK_CAMERA_TYPE* pCameraType);
1
2
3
public static extern bool NET_SDK_GetPTZCameraType(
    int lUserID,
    ref int pCameraType);

Function Description

Get the PTZ type supported by the camera (only for cameras).

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.
pCameraTypeout NET_SDK_CAMERA_TYPE* Returns the PTZ type of the camera.

Return Value

  • type:BOOL

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

Remarks

None

Error Code