CameraView Class
Summary
Represents a Xamarin.Forms control that displays a live camera preview.
Syntax
public class CameraView : View, INotifyPropertyChanged, IDisposable
Remarks
Represents a Xamarin.Forms control that displays a live camera preview.
The CameraView control supports the following features:
- Frame Callback for live capture applications.
- Picture callback for still image capture.
- Video recording.
- Control Flash and Focus settings
- Custom framerates and resolutions supported.
Requirements
Target Platforms
See Also
CameraView Members
CameraView