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
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