Constructors
- UVC.new()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- logLevel ↔ Level
-
Effective level considering the levels established in this logger's
parents (when
hierarchicalLoggingEnabled
is true).getter/setter pairinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
any2BGR(
UVCFrame frame) → UVCFrame -
any2RGB(
UVCFrame frame) → UVCFrame -
close(
UVCDevice device) → void -
findDevice(
{int? vid, int? pid, String? sn}) → UVCDevice -
findDevices(
{int? vid, int? pid, String? sn}) → List< UVCDevice> -
getDeviceDescriptor(
UVCDevice device) → UVCDeviceDescriptor -
getFormatDescriptors(
UVCDevice device) → List< UVCFormatDescriptor> -
getInputTerminals(
UVCDevice device) → List< UVCInputTerminal> -
getStreamControl(
UVCDevice device, {required UVCFrameFormat format, required int width, required int height, required int fps}) → UVCStreamControl -
getZoomAbsolute(
UVCDevice device, {required UVCRequestCode requestCode}) → int -
getZoomRelative(
UVCDevice device, {required UVCRequestCode requestCode}) → UVCZoomRelative -
mjpeg2Gray(
UVCFrame frame) → UVCFrame -
mjpeg2RGB(
UVCFrame frame) → UVCFrame -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
UVCDevice device) → void -
setZoomAbsolute(
UVCDevice device, {required int focalLength}) → void -
setZoomRelative(
UVCDevice device, {required int zoomRelative, required int digitalZoom, required int speed}) → void -
startStreaming(
UVCDevice device, {required UVCStreamControl control, required UVCFrameCallback callback}) → void -
stopStreaming(
UVCDevice device) → void -
toString(
) → String -
A string representation of this object.
inherited
-
uyvy2BGR(
UVCFrame frame) → UVCFrame -
uyvy2RGB(
UVCFrame frame) → UVCFrame -
wrap(
int fileDescriptor) → UVCDevice -
yuyv2BGR(
UVCFrame frame) → UVCFrame -
yuyv2RGB(
UVCFrame frame) → UVCFrame -
yuyv2UV(
UVCFrame frame) → UVCFrame -
yuyv2Y(
UVCFrame frame) → UVCFrame
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited