Skip to content

Commit 1224cae

Browse files
update to internal commit 0c3b1048
1 parent 3b072e3 commit 1224cae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

programming/maui/release-notes/maui-3.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,12 @@ This release focuses on practical performance gains for production environments
6767
- Added a new method, [`switchCapturingTemplate`]({{ site.dcv_maui_api }}capture-vision-router/multiple-file-processing.html#switchcapturingtemplate), which allows switching templates dynamically during the image processing workflow.
6868
- Added a new method, [`clearDLModelBuffers`]({{ site.dcv_maui_api }}capture-vision-router/settings.html#cleardlmodelbuffers), to release memory by clearing buffered deep learning models.
6969
- Added a new method, [`setGlobalIntraOpNumThreads`]({{ site.dcv_maui_api }}capture-vision-router/settings.html#setglobalintraopnumthreads), to configure the global number of threads used for model execution.
70+
- Added a new method, [`TakePhoto`]({{ site.dce_maui_api }}camera-enhancer.html#takephoto) for capturing photos.
7071
- Added a new button, `cameraToggleButton`, to the `CameraView`, allowing users to switch between the front and back cameras.
7172
The following APIs are provided for configuring the `cameraToggleButton`:
72-
- [`setCameraToggleButton`]({{ site.dce_maui_api }}auxiliary-api/dcecameraview.html#setcameratogglebutton)
73-
- [`setCameraToggleButtonVisible`]({{ site.dce_maui_api }}auxiliary-api/dcecameraview.html#setcameratogglebuttonvisible)
74-
- [`getCameraToggleButtonVisible`]({{ site.dce_maui_api }}auxiliary-api/dcecameraview.html#getcameratogglebuttonvisible)
73+
- [`setCameraToggleButton`]({{ site.dce_maui_api }}camera-view.html#setcameratogglebutton)
74+
- [`setCameraToggleButtonVisible`]({{ site.dce_maui_api }}camera-view.html#setcameratogglebuttonvisible)
75+
- [`getCameraToggleButtonVisible`]({{ site.dce_maui_api }}camera-view.html#getcameratogglebuttonvisible)
7576
- Added new methods to class `ImageIO` for reading and saving images:
7677
- [`ReadFromMemory`]({{ site.dcv_maui_api }}utility/image-io.html#readfrommemory)
7778
- [`SaveToMemory`]({{ site.dcv_maui_api }}utility/image-io.html#savetomemory)

0 commit comments

Comments
 (0)