#include <ZoomVideoSDKRemoteCameraControlHelper.h>
Inherits NSObject.
◆ giveUpControlRemoteCamera
Give up control of the remote camera.
- Returns
- If the function succeeds, it will return Errors_Success.
◆ requestControlRemoteCamera
Request to control remote camera.
- Returns
- If the function succeeds, it will return Errors_Success.
◆ turnDown:
Turn the camera down.
- Parameters
-
range | rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it will return Errors_Success.
◆ turnLeft:
Turn the camera to the left.
- Parameters
-
range | The rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it will return Errors_Success.
◆ turnRight:
Turn the camera to the right.
- Parameters
-
range | rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it will return Errors_Success.
◆ turnUp:
Turn the camera up.
- Parameters
-
range | rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it will return Errors_Success.
◆ zoomIn:
Zoom the camera in.
- Parameters
-
range | rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it will return Errors_Success.
◆ zoomOut:
Zoom the camera out.
- Parameters
-
range | rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it will return Errors_Success.