CameraPlatform class
Implementation of intf.PenguinCameraPlatform using iOS AVFoundation API.
- Inheritance
-
- Object
- PlatformInterface
- PenguinCameraPlatform
- CameraPlatform
Constructors
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 covariant CameraDevice device, required List< CameraOutput> outputs}) → CameraController -
Create an instance of CameraController.
override
-
createImageCaptureOutput(
) → ImageCaptureOutput -
Create an instance of ImageCaptureOutput.
override
-
createPreviewOutput(
) → PreviewOutput -
Create an instance of PreviewOutput.
override
-
createVideoCaptureOutput(
{bool includeAudio = false}) → VideoCaptureOutput -
Create an instance of VideoCaptureOutput.
override
-
getAllCameraDevices(
) → Future< List< CameraDevice> > -
Retrieve information for all available camera devices.
override
-
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