PenguinCameraPlatform class abstract

The cross-platform interface for penguin camera.

Inheritance
  • Object
  • PlatformInterface
  • PenguinCameraPlatform
Implementers

Constructors

PenguinCameraPlatform()
Constructs a PenguinCameraPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createCameraController({required CameraDevice device, required List<CameraOutput> outputs}) CameraController
Create an instance of CameraController.
createImageCaptureOutput() ImageCaptureOutput
Create an instance of ImageCaptureOutput.
createPreviewOutput() PreviewOutput
Create an instance of PreviewOutput.
createVideoCaptureOutput({bool includeAudio = false}) VideoCaptureOutput
Create an instance of VideoCaptureOutput.
getAllCameraDevices() Future<List<CameraDevice>>
Retrieve information for all available camera devices.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance PenguinCameraPlatform
Current platform implementation of the platform interface.
getter/setter pair