NET_SDK_GetPTZCameraType¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
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