RustWebcamView class

Windows webcam live-inference view, fully driven by Rust.

The Rust engine owns the GStreamer capture pipeline and ONNX inference; video frames go straight from Rust into the native plugin's Flutter texture (knt_push_frame C ABI) and never cross the Dart bridge. Only detection metadata arrives here (as a stream) and is painted as an overlay on top of the Texture.

Constructors

RustWebcamView({dynamic key, int width = 1280, int height = 720})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
Capture/texture size.
final

Methods

createState() → dynamic
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