Lines Matching refs:CameraManager
23 …amera | function getCameraManager(context: Context): CameraManager; | Yes …
24 …text, callback: AsyncCallback<CameraManager>): void;<br>function getCameraManager(context: Context…
26 | ohos.multimedia.camera | CameraManager | getSupportedCameras(): Array<CameraDevice>;<br…
27 | ohos.multimedia.camera | CameraManager | getSupportedCameras(callback: AsyncCallback<Ar…
136 …CameraManager>): void** and **getCameraManager(context: Context): Promise<CameraManager>** are cha…
144 2. Changed the return modes of the **getSupportedCameras** API in CameraManager from asynchronous c…
152 3. Changed the return modes of the **getSupportedOutputCapability** API in CameraManager from async…
161 4. Changed the return modes of the **createCameraInput(camera: CameraDevice)** API in CameraManager…
170 …reateCameraInput(position: CameraPosition, type: CameraType)** API in CameraManager from asynchron…
181 6. Changed the return modes of the **createPreviewOutput** API in CameraManager from asynchronous c…
190 7. Changed the return modes of the **createPhotoOutput** API in CameraManager from asynchronous cal…
199 8. Changed the return modes of the **createVideoOutput** API in CameraManager from asynchronous cal…
208 9. Changed the return modes of the **createMetadataOutput** API in CameraManager from asynchronous …
217 10. Changed the return modes of the **createCaptureSession** API in CameraManager from asynchronous…