The Leadtools.Camera.Xamarin namespace is a .NET Standard camera control that supports image capture, video recording, flash, torch, and both auto-focus and touch to focus control. The main class is the CameraView class, a Xamarin.Forms control that allows you to write business code once (without having to write native camera code), and run on both iOS and Android, minimizing your code footprint in the process.
For an outline and description of enumerations and classes, click Leadtools.Camera.Xamarin.
Namespaces
Namespace | Description |
---|---|
Leadtools.Camera.Xamarin | A camera control, as well as properties, methods and events for capturing images from mobile cameras. |
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.
With just one line of XAML code to add the control, developers can get started with a basic camera and preview, including the following features:
For a quick start in your development, refer to Adding a Basic Xamarin Camera Control.
Getting Started (Guide to Example Programs)