ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## **切换本地摄像头** NSArray *cameraArray = [[AnyChatSDK getInstance]getCameras]; //获取摄像头列表 self.videoDevice= cameraArray[0]; //切换为后摄像头 [self.videoDevice openWithRenderView:self.theLocalView]; self.videoDevice= cameraArray[1]; //切换为前摄像头 [self.videoDevice openWithRenderView:self.theLocalView]; #### 接口说明 切换本地摄像头(camera为获取的本地摄像头数组) #### 接口返回值 无 #### 接口参数简介 无