You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming/maui/api-reference/camera-enhancer.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ class CameraEnhancer : ImageSourceAdapter
44
44
| [`GetFocusMode`](#getfocusmode) | Set the focus point of interest and trigger an one-off auto-focus. After the focus, you can either lock the focalngth or keep the continuous auto focus enabled by configuring the subsequent focus mode. |
45
45
| [`TurnOnTorch`](#turnontorch) | Turn on the torch. |
46
46
| [`TurnOffTorch`](#turnofftorch) | Turn off the torch. |
47
+
| [`TakePhoto`](#takephoto) | Take a photo. |
47
48
48
49
The following methods are inherited from superclass [`ImageSourceAdapter`]({{ site.dcv_maui_api }}core/image-source-adapter.html)
0 commit comments