Values that indicate the quality of the captured image.
Xamarin Framework Deprecation
As of LEADTOOLS v23, The cross-platform Xamarin framework has been deprecated and replaced with LEADTOOLS .NET MAUI framework.
For any LEADTOOLS Xamarin apps you have already built, we recommend you migrate to the LEADTOOLS .NET MAUI framework. To help you with the migration, review the LEADTOOLS .NET MAUI tutorials to get you started.
This change is driven by Microsoft's announcement to end Xamarin support.
public enum CaptureQuality
Value | Member | Description |
---|---|---|
0 | Custom | User-specified width and height |
1 | Low | Specifies capture settings suitable for output video and audio bit rates suitable for sharing over 3G. |
2 | Medium | Specifies capture settings suitable for output video and audio bit rates suitable for sharing over WiFi. |
3 | High | Specifies capture settings suitable for high-quality video and audio output. |
If CaptureQuality is set to Custom, user must set ICamera.Resolution property to a valid LeadSize.