CameraController, 相机控制器接口。
更多...
◆ isCameraExposureSupported()
boolean com.pano.rtc.api.RtcVideoDeviceManager.CameraController.isCameraExposureSupported |
( |
| ) |
|
检测设备是否支持设置曝光区域,该方法需要在相机启动预览后调用。
- 返回
- true:支持设置曝光区域。
- false:不支持设置曝光区域。
◆ isCameraFocusSupported()
boolean com.pano.rtc.api.RtcVideoDeviceManager.CameraController.isCameraFocusSupported |
( |
| ) |
|
检测设备是否支持手动对焦,该方法需要在相机启动后调用。
- 返回
- true:支持手动对焦。
- false:不支持手动对焦。
◆ setCameraExposurePointInPreview()
QResult com.pano.rtc.api.RtcVideoDeviceManager.CameraController.setCameraExposurePointInPreview |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
设置手动曝光位置,该方法需要在相机启动预览后调用。
- 参数
-
x | 触摸点相对于视图的横坐标。 |
y | 触摸点相对于视图的纵坐标。 |
- 注解
- 需要将RtcView的ScalingType设为SCALE_ASPECT_ADJUST才能使该方法正常工作。
- 返回
-
◆ setCameraFocusPointInPreview()
QResult com.pano.rtc.api.RtcVideoDeviceManager.CameraController.setCameraFocusPointInPreview |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
设置手动对焦位置,该方法需要在相机启动后调用。
- 参数
-
x | 触摸点相对于视图的横坐标。 |
y | 触摸点相对于视图的纵坐标。 |
- 注解
- 需要将RtcView的ScalingType设为SCALE_ASPECT_ADJUST才能使该方法正常工作。
- 返回
-
该接口的文档由以下文件生成:
- RtcVideoDeviceManager.java