开源鸿蒙 OHOS::Camera::ICameraHost
OHOS::Camera::ICameraHost
概述
所属模块:
汇总
Public 成员函数
| Public 成员函数 | 描述 | | ——– | ——– | | DECLARE_INTERFACE_DESCRIPTOR (u”HDI.Camera.V1_0.Host”) | IPC通信token校验。 | | SetCallback (const OHOS::sptr< ICameraHostCallback > &callback)=0 | 设置ICameraHost回调接口,回调函数参考 ICameraHostCallback。 更多… | | GetCameraIds (std::vector< std::string > &cameraIds)=0 | 获取当前可用的Camera设备ID列表。 更多… | | GetCameraAbility (const std::string &cameraId, std::shared_ptr< CameraAbility > &ability)=0 | 获取Camera设备能力集合。 更多… | | OpenCamera (const std::string &cameraId, const OHOS::sptr< ICameraDeviceCallback > &callback, OHOS::sptr< ICameraDevice > &device)=0 | 打开Camera设备。 更多… | | SetFlashlight (const std::string &cameraId, bool &isEnable)=0 | 打开或关闭闪光灯。 更多… |
静态 Public 成员函数
| 静态 Public 成员函数 | 描述 | | ——– | ——– | | Get (const char *serviceName) | 获取ICameraHost实例。 更多… |
详细描述
Camera服务的管理类。
你可能感兴趣的文章
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦