Lines Matching refs:CaptureSession
26 …ray<MetadataObjectType>): MetadataOutput;<br>createCaptureSession(): CaptureSession; …
27 …eCaptureSession(callback: AsyncCallback<CaptureSession>): void;<br>createCaptureSession(): Promise…
34 | ohos.multimedia.camera | CaptureSession | beginConfig(): void;<br>addInput(cameraInput: …
35 | ohos.multimedia.camera | CaptureSession | beginConfig(callback: AsyncCallback<void>): vo…
217 …allback<CaptureSession>): void** and **createCaptureSession(): Promise<CaptureSession>** are chang…
238 13. Changed the return modes of the **beginConfig** API in CaptureSession from asynchronous callbac…
246 14. Changed the return modes of the **addInput** API in CaptureSession from asynchronous callback a…
254 15. Changed the return modes of the **removeInput** API in CaptureSession from asynchronous callbac…
262 16. Changed the return modes of the **addOutput** API in CaptureSession from asynchronous callback …
270 17. Changed the return modes of the **removeOutput** API in CaptureSession from asynchronous callba…
278 18. Changed the return modes of the **hasFlash** API in CaptureSession from asynchronous callback a…
286 19. Changed the return modes of the **isFlashModeSupported** API in CaptureSession from asynchronou…
294 20. Changed the return modes of the **getFlashMode** API in CaptureSession from asynchronous callba…
302 21. Changed the return modes of the **isExposureModeSupported** API in CaptureSession from asynchro…
310 22. Changed the return modes of the **getExposureMode** API in CaptureSession from asynchronous cal…
318 23. Changed the return modes of the **setExposureMode** API in CaptureSession from asynchronous cal…
326 24. Changed the return modes of the **getMeteringPoint** API in CaptureSession from asynchronous ca…
334 25. Changed the return modes of the **setMeteringPoint** API in CaptureSession from asynchronous ca…
343 26. Changed the return modes of the **getExposureBiasRange** API in CaptureSession from asynchronou…
351 27. Changed the return modes of the **setExposureBias** API in CaptureSession from asynchronous cal…
360 28. Changed the return modes of the **getExposureValue** API in CaptureSession from asynchronous ca…
368 29. Changed the return modes of the **isFocusModeSupported** API in CaptureSession from asynchronou…
376 30. Changed the return modes of the **getFocusMode** API in CaptureSession from asynchronous callba…
384 31. Changed the return modes of the **setFocusMode** API in CaptureSession from asynchronous callba…
392 32. Changed the return modes of the **setFocusPoint** API in CaptureSession from asynchronous callb…
401 33. Changed the return modes of the **getFocusPoint** API in CaptureSession from asynchronous callb…
409 34. Changed the return modes of the **getFocalLength** API in CaptureSession from asynchronous call…
417 35. Changed the return modes of the **getZoomRatioRange** API in CaptureSession from asynchronous c…
425 36. Changed the return modes of the **getZoomRatio** API in CaptureSession from asynchronous callba…
433 37. Changed the return modes of the **setZoomRatio** API in CaptureSession from asynchronous callba…
442 38. Changed the return modes of the **isVideoStabilizationModeSupported** API in CaptureSession fro…
450 39. Changed the return modes of the **getActiveVideoStabilizationMode** API in CaptureSession from …
458 40. Changed the return modes of the **setVideoStabilizationMode** API in CaptureSession from asynch…
466 41. Changed the **on(type:'error') callback** type in CaptureSession from **ErrorCallback<CaptureSe…