ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## **打开本地摄像头** // anychatSDK is the instance of sdk const cameras: ArrayList<AnyChatCamera> = anychatSDK.getCameras(context);//获取本地摄像头对象列表 AnyChatCamera camera = cameras[0];//选择前置摄像头对象 camera.open();//打开摄像头 #### 接口说明 打开本地摄像头 #### 接口返回值 无 #### 接口参数简介 | 名称 |类型 |说明 |是否必须 | | --- | --- | --- | --- | | context| Context | 上下文 |是 |