camera library
Classes
- CameraController
- Controls a device camera.
- CameraDescription
- CameraImage
- A single complete image buffer from the platform camera.
- CameraValue
- The state of a CameraController.
- ImageFormat
- Describes how pixels are represented in an image.
- Plane
- A single color plane of image data.
Enums
- CameraLensDirection
- ImageFormatGroup
- Group of image formats that are comparable across Android and iOS platforms.
- ResolutionPreset
- Affect the quality of video recording and image capture:
Functions
-
availableCameras(
) → Future< List< CameraDescription> > - Completes with a list of available cameras.
-
parseCameraLensDirection(
String? string) → CameraLensDirection -
serializeResolutionPreset(
ResolutionPreset resolutionPreset) → String - Returns the resolution preset as a String.
Typedefs
- onLatestImageAvailable = dynamic Function(CameraImage image)
Exceptions / Errors
- CameraException
- This is thrown when the plugin reports an error.