LibRealSenseBindings class
Bindings for the RealSense SDK.
Regenerate bindings with dart run ffigen --config ffigen.yaml -v severe
.
Constructors
- LibRealSenseBindings(DynamicLibrary dynamicLibrary)
-
The symbols are looked up in
dynamicLibrary
. -
LibRealSenseBindings.fromLookup(Pointer<
T> lookup<T extends NativeType>(String symbolName) ) -
The symbols are looked up with
lookup
.
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
-
NativeFrames_free(
Pointer< NativeFrames> ptr) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
RealSense_create(
) → Pointer< NativeRealSense> - Initialization
-
RealSense_free(
Pointer< NativeRealSense> ptr) → void -
RealSense_getDepthFrame(
Pointer< NativeRealSense> ptr) → Pointer<NativeFrames> - Frames
-
RealSense_getDeviceConfig(
Pointer< NativeRealSense> ptr) → BurtRsConfig -
RealSense_getDeviceName(
Pointer< NativeRealSense> ptr) → Pointer<Utf8> -
RealSense_init(
Pointer< NativeRealSense> ptr) → BurtRsStatus -
RealSense_startStream(
Pointer< NativeRealSense> ptr) → BurtRsStatus - Streams
-
RealSense_stopStream(
Pointer< NativeRealSense> ptr) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited