Windows(C++)[v1.7.5.0]
Public 成员函数 | 所有成员列表
CameraController类 参考abstract

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

#include <PanoRtcDevice.h>

Public 成员函数

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

详细描述

CameraController,相机控制器接口。

成员函数说明

◆ isCameraExposureSupported()

virtual bool CameraController::isCameraExposureSupported ( )
pure virtual

检测设备是否支持设置曝光区域,该方法需要在相机启动预览后调用。

返回
  • true:支持设置曝光区域。
  • false:不支持设置曝光区域。

◆ isCameraFocusSupported()

virtual bool CameraController::isCameraFocusSupported ( )
pure virtual

检测设备是否支持手动对焦,该方法需要在相机启动预览后调用。

返回
  • true:支持手动对焦。
  • false:不支持手动对焦。

◆ setCameraExposurePointInPreview()

virtual QResult CameraController::setCameraExposurePointInPreview ( float  x,
float  y 
)
pure virtual

设置手动曝光位置,该方法需要在相机启动预览后调用。

参数
x触摸点相对于视图的横坐标。
y触摸点相对于视图的纵坐标。
返回
  • OK:成功。
  • 其他:失败。

◆ setCameraFocusPointInPreview()

virtual QResult CameraController::setCameraFocusPointInPreview ( float  x,
float  y 
)
pure virtual

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

参数
x触摸点相对于视图的横坐标。
y触摸点相对于视图的纵坐标。
返回
  • OK:成功。
  • 其他:失败。

该类的文档由以下文件生成: