camera property
latefinal
The native RealSense object. MUST be late
so it isn't initialized on the parent isolate.
Implementation
late final RealSenseInterface camera = RealSenseInterface.forPlatform();
The native RealSense object. MUST be late
so it isn't initialized on the parent isolate.
late final RealSenseInterface camera = RealSenseInterface.forPlatform();