stera_recorder 0.0.2
stera_recorder: ^0.0.2 copied to clipboard
ARKit and ARCore capture for Flutter, recorded straight to an MCAP dataset: RGB video, depth, point cloud, mesh and IMU, with session state ready to bind to your own UI.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add stera_recorderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
stera_recorder: ^0.0.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:stera_recorder/stera_recorder.dart';