Remote camera control helper object interface.
More...
#include <ZMVideoSDKUserHelper.h>
Inherits NSObject.
Remote camera control helper object interface.
Definition at line 319 of file ZMVideoSDKUserHelper.h.
◆ giveUpControlRemoteCamera
Give up control of the remote camera.
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ requestControlRemoteCamera
Request to control remote camera.
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ turnDown:
Turn the camera down.
- Parameters
-
range | rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ turnLeft:
Turn the camera to the left.
- Parameters
-
range | The rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ turnRight:
Turn the camera to the right.
- Parameters
-
range | rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ turnUp:
Turn the camera up.
- Parameters
-
range | rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ zoomIn:
Zoom the camera in.
- Parameters
-
range | rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ zoomOut:
Zoom the camera out.
- Parameters
-
range | rotation range, 10 <= range <= 100. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.