@gymbrosinc/react-native-mediapipe-pose
Version:
React Native MediaPipe Pose Detection with GPU acceleration, jump detection, and high-performance analysis
15 lines • 651 B
TypeScript
/**
* React Native MediaPipe Pose Detection
* Real-time pose detection with GPU acceleration
*
* Features:
* - Real-time pose landmark detection using MediaPipe BlazePose
* - Automatic GPU/CPU delegate selection for maximum accuracy
* - Performance optimization with configurable data streaming
* - Automatic FPS adjustment for optimal device performance
* - Comprehensive error handling and monitoring
*/
export { default } from './ReactNativeMediapipePoseModule';
export { default as ReactNativeMediapipePoseView } from './ReactNativeMediapipePoseView';
export * from './ReactNativeMediapipePose.types';
//# sourceMappingURL=index.d.ts.map