#include <ZoomSDKCameraControlHelper.h>
Inherits NSObject.
Definition at line 5 of file ZoomSDKCameraControlHelper.h.
◆ canControlCamera
- (BOOL) canControlCamera |
|
|
|
Determine whether the camera can be controlled or not.
- Returns
- YES means that the camera can be controlled.
◆ getUserId
- (unsigned int) getUserId |
|
|
|
Gets the controlled user ID.
- Returns
- If the function succeeds, it will return the user ID. Otherwise return 0.
◆ giveUpControlRemoteCamera
Give up control of the remote camera.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function fails.
◆ requestControlRemoteCamera
Request to control remote camera.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function fails.
◆ turnDown:
Turn the camera down.
- Parameters
-
range | Rotation range, between 10 to 100. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function fails.
◆ turnLeft:
Turn the camera to the left.
- Parameters
-
range | Rotation range, between 10 to 100. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function fails.
◆ turnRight:
Turn the camera to the right.
- Parameters
-
range | Rotation range, between 10 to 100. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function fails.
◆ turnUp:
Turn the camera up.
- Parameters
-
range | Rotation range, between 10 to 100. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function fails.
◆ zoomIn:
Zoom the camera in.
- Parameters
-
range | Rotation range, between 10 to 100. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function fails.
◆ zoomOut:
Zoom the camera out.
- Parameters
-
range | Rotation range, between 10 to 100. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function fails.