pose 1.0.1 copy "pose: ^1.0.1" to clipboard
pose: ^1.0.1 copied to clipboard

Dart library for loading, viewing, augmenting, and handling .pose files

example/pose_example.dart

import 'dart:io';
import 'dart:typed_data';
import 'package:pose/pose.dart';

void main() {
  File file = File("pose_file.pose");
  Uint8List fileContent = file.readAsBytesSync();
  Pose pose = Pose.read(fileContent);
  print(pose.body.fps);
}
3
likes
0
pub points
0%
popularity

Publisher

verified publisherbipin.app

Dart library for loading, viewing, augmenting, and handling .pose files

Repository (GitHub)
View/report issues

Topics

#pose

License

unknown (LICENSE)

More

Packages that depend on pose