Definition at line 3 of file ICameraController.java.
◆ canControlCamera()
boolean us.zoom.sdk.ICameraController.canControlCamera |
( |
| ) |
|
Determine whether the camera can be controlled or not.
- Returns
- true means that the camera can be controlled
◆ getUserId()
long us.zoom.sdk.ICameraController.getUserId |
( |
| ) |
|
Returns the current controlled user id.
- Returns
- the current controlled user id
◆ giveUpControlRemoteCamera()
Give up control of the remote camera.
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ requestControlRemoteCamera()
Request to control remote camera.
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ turnDown()
Turn the camera down.
- Parameters
-
range | range Rotation range, between 10 to 100 |
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ turnLeft()
Turn the camera to the left.
- Parameters
-
range | Rotation range, between 10 and 100 |
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ turnRight()
Turn the camera to the right.
- Parameters
-
range | Rotation range, between 10 to 100 |
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ turnUp()
Turn the camera up.
- Parameters
-
range | Rotation range, between 10 to 100 |
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ zoomIn()
Zoom the camera in.
- Parameters
-
range | Zoom range, between 10 to 100 |
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ zoomOut()
Zoom the camera out.
- Parameters
-
range | Zoom range, between 10 to 100 |
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.