Lines Matching refs:CameraManager
21 …amera | function getCameraManager(context: Context): CameraManager; | Yes …
22 …text, callback: AsyncCallback<CameraManager>): void;<br>function getCameraManager(context: Context…
24 | ohos.multimedia.camera | CameraManager | getSupportedCameras(): Array<CameraDevice>;<br…
25 | ohos.multimedia.camera | CameraManager | getSupportedCameras(callback: AsyncCallback<Ar…
134 …CameraManager>): void** and **getCameraManager(context: Context): Promise<CameraManager>** are cha…
142 2. Changed the return modes of the **getSupportedCameras** API in CameraManager from asynchronous c…
150 3. Changed the return modes of the **getSupportedOutputCapability** API in CameraManager from async…
159 4. Changed the return modes of the **createCameraInput(camera: CameraDevice)** API in CameraManager…
168 …reateCameraInput(position: CameraPosition, type: CameraType)** API in CameraManager from asynchron…
179 6. Changed the return modes of the **createPreviewOutput** API in CameraManager from asynchronous c…
188 7. Changed the return modes of the **createPhotoOutput** API in CameraManager from asynchronous cal…
197 8. Changed the return modes of the **createVideoOutput** API in CameraManager from asynchronous cal…
206 9. Changed the return modes of the **createMetadataOutput** API in CameraManager from asynchronous …
215 10. Changed the return modes of the **createCaptureSession** API in CameraManager from asynchronous…