Remote camera control helper object interface.
More...
#include <ZoomVideoSDKRemoteCameraControlHelper.h>
Inherits NSObject.
Remote camera control helper object interface.
Definition at line 13 of file ZoomVideoSDKRemoteCameraControlHelper.h.
◆ giveUpControlRemoteCamera
Gives up control of the remote camera.
- Returns
- If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.
◆ requestControlRemoteCamera
Requests to control remote camera.
- Returns
- If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.
◆ turnDown:
Turns the camera down.
- Parameters
-
| range | The rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.
◆ turnLeft:
Turns the camera to the left.
- Parameters
-
| range | The rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.
◆ turnRight:
Turns the camera to the right.
- Parameters
-
| range | The rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.
◆ turnUp:
Turns the camera up.
- Parameters
-
| range | The rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.
◆ zoomIn:
Zooms the camera in.
- Parameters
-
| range | The rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.
◆ zoomOut:
Zooms the camera out.
- Parameters
-
| range | The rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.