Skip to content

Commit 8a2dc5c

Browse files
update to internal commit 3ab7c0e5
1 parent e90a512 commit 8a2dc5c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ This release focuses on practical performance gains for production environments
5959
- Added a new method, [`clearDLModelBuffers`]({{ site.dcv_maui_api }}capture-vision-router/settings.html#cleardlmodelbuffers), to release memory by clearing buffered deep learning models.
6060
- 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.
6161
- Added a new method, [`TakePhoto`]({{ site.dce_maui_api }}camera-enhancer.html#takephoto) for capturing photos.
62-
- Added a new button, `cameraToggleButton`, to the `CameraView`, allowing users to switch between the front and back cameras.
63-
The following APIs are provided for configuring the `cameraToggleButton`:
64-
- [`setCameraToggleButton`]({{ site.dce_maui_api }}camera-view.html#setcameratogglebutton)
65-
- [`setCameraToggleButtonVisible`]({{ site.dce_maui_api }}camera-view.html#setcameratogglebuttonvisible)
66-
- [`getCameraToggleButtonVisible`]({{ site.dce_maui_api }}camera-view.html#getcameratogglebuttonvisible)
62+
- Added a new button, `CameraToggleButton`, to the `CameraView`, allowing users to switch between the front and back cameras.
63+
The following APIs are provided for configuring the `CameraToggleButton`:
64+
- [`CameraToggleButton`]({{ site.dce_maui_api }}camera-view.html#cameratogglebutton)
65+
- [`CameraToggleButtonVisible`]({{ site.dce_maui_api }}camera-view.html#cameratogglebuttonvisible)
6766
- Added new methods to class `ImageIO` for reading and saving images:
6867
- [`ReadFromMemory`]({{ site.dcv_maui_api }}utility/image-io.html#readfrommemory)
6968
- [`SaveToMemory`]({{ site.dcv_maui_api }}utility/image-io.html#savetomemory)
7069
- Added new methods to class `ImageProcessor` for cropping images:
71-
- [`CropAndDeskewImage(imageData,quadrilateral,dstWidth,dstHeight,padding)`]({{ site.dcv_maui_api }}utility/image-processor.html#cropanddeskewimageimagedataquaddstwidthdstheightpaddingerrorcode)
72-
- [`CropAndDeskewImage(imageData,quadrilateral)`]({{ site.dcv_maui_api }}utility/image-processor.html#cropanddeskewimageimagedataquad)
70+
- [`CropAndDeskewImage(imageData,quadrilateral,dstWidth,dstHeight,padding)`]({{ site.dcv_maui_api }}utility/image-processor.html#cropanddeskewimageimagedataquadrilateraldstwidthdstheightpaddingerrorcode)
71+
- [`CropAndDeskewImage(imageData,quadrilateral)`]({{ site.dcv_maui_api }}utility/image-processor.html#cropanddeskewimageimagedataquadrilateral)
72+
7373

7474
## 11.0.5200 (08/18/2025)
7575

0 commit comments

Comments
 (0)