Documentation for .NET MAUI
I am investigating the Dynamsoft's implementation for .NET MAUI but I cannot find any documentation that is complete. I have checked the below:
- https://www.youtube.com/watch?v=6a3oGiobCuQ&ab_channel=Dynamsoft
- https://www.dynamsoft.com/codepool/dotnet-maui-camera-barcode-vision-plugin.html
- https://www.dynamsoft.com/capture-vision/docs/mobile/programming/xamarin/
Nowhere are clarified the configurations needed, such as how to:
- enable/disable the torch,
- set decoding format for QR codes,
- choose front or back camera in order to scan.
Can you please provide an example? Is there a chance that an analytical documentation can be provided?
@thdigalakis
- enable/disable the torch, (not implemented)
- set decoding format for qr codes, ( cameraView.BarcodeParameters = "{"Version":"3.0", "ImageParameter":{"Name":"IP1", "BarcodeFormatIds":["BF_QR_CODE"], "ExpectedBarcodesCount":20}}"; )
- choose front or back camera in order to scan (not implemented)
The goal of the open source project is to demonstrate how to use Dynamsoft SDKs, not camera. The open source project hjam40/Camera.MAUI: A CameraView Control for preview, take photos and control the camera options (github.com) can help implement all camera features.
@thdigalakis The official Dynamsoft .NET MAUI SDK is on its way. You can use the open-source project to build your own apps if it's urgent.