Metadata-Version: 2.1
Name: trucotrack
Version: 0.0.4
Summary: Generate data files from captured motion
Home-page: UNKNOWN
Author: Carlos Capote Pérez-Andreu
Author-email: <carlos.capote@hawara.es>
License: UNKNOWN
Keywords: python,motion,motion capture,video,stream,video stream,camera stream
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# TrucoTrack - Command line client for motion capture tools

TrucoTrack is a program intended to serve as a helper when using motion capture software (like MediaPipe). It defines a CSV file format for each of the available trackers and lets you easily call them from a command line.

## Usage

- [Examples of Command Line Usage](https://gitlab.com/hawara.es/blender/trucotrack/-/blob/main/docs/cli/examples.md)
- [Display the Command Line Help](https://gitlab.com/hawara.es/blender/trucotrack/-/blob/main/docs/cli/help.md)

## Documentation

### File Formats

- [File Format for MediaPipe Hand Tracks](https://gitlab.com/hawara.es/blender/trucotrack/-/blob/main/docs/file-formats/mediapipe_hand.md)
- [File Format for MediaPipe Face Tracks](https://gitlab.com/hawara.es/blender/trucotrack/-/blob/main/docs/file-formats/mediapipe_face.md)
- [File Format for MediaPipe Pose Tracks](https://gitlab.com/hawara.es/blender/trucotrack/-/blob/main/docs/file-formats/mediapipe_pose.md)

### Development

Check the [releases](https://gitlab.com/hawara.es/blender/trucotrack/-/releases) and our [roadmap and releases](https://gitlab.com/hawara.es/blender/trucotrack/-/blob/main/docs/roadmap-and-releases.md) document. Only versions 0.x.x will be released until the tool is ready for production. (If ever.)

- [How to Contribute with the Development](https://gitlab.com/hawara.es/blender/trucotrack/-/blob/main/docs/how-to-contribute-with-the-development.md)
- TrucoTrack has been released under a [GPLv3 License](https://gitlab.com/hawara.es/blender/trucotrack/-/blob/main/LICENSE.txt)

## Warning: Unfinished Work

Please take into account that this is an experimental software still in development. Unfinished, unpolished, incomplete and probably buggy. If you use it, please expect some inconsistencies and crashes.


