Android(Java)[v1.7.5.0]
Public 成员函数 | 所有成员列表
com.pano.rtc.api.RtcVideoDeviceManager.CameraController接口 参考

CameraController, 相机控制器接口。 更多...

Public 成员函数

boolean isCameraFocusSupported ()
 检测设备是否支持手动对焦,该方法需要在相机启动后调用。 更多...
 
QResult setCameraFocusPointInPreview (float x, float y)
 设置手动对焦位置,该方法需要在相机启动后调用。 更多...
 
boolean isCameraExposureSupported ()
 检测设备是否支持设置曝光区域,该方法需要在相机启动预览后调用。 更多...
 
QResult setCameraExposurePointInPreview (float x, float y)
 设置手动曝光位置,该方法需要在相机启动预览后调用。 更多...
 

详细描述

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才能使该方法正常工作。
返回
  • OK:成功。
  • 其他:失败。

◆ setCameraFocusPointInPreview()

QResult com.pano.rtc.api.RtcVideoDeviceManager.CameraController.setCameraFocusPointInPreview ( float  x,
float  y 
)

设置手动对焦位置,该方法需要在相机启动后调用。

参数
x触摸点相对于视图的横坐标。
y触摸点相对于视图的纵坐标。
注解
需要将RtcView的ScalingType设为SCALE_ASPECT_ADJUST才能使该方法正常工作。
返回
  • OK:成功。
  • 其他:失败。

该接口的文档由以下文件生成: