Metadata-Version: 2.1
Name: trucotrack
Version: 0.0.2
Summary: Generate data files from captured motion
Home-page: UNKNOWN
Author: Carlos Capote Pérez-Andreu
Author-email: <carlos.capote@hawara.es>
License: UNKNOWN
Description: # TrucoTrack - A Motion Capture Listener
        
        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.
        
        ## Warnings
        
        ### Unfinished Work
        
        Please take into account that this is an experimental software. It is still in development. Unfinished, unpolished, incomplete and probably, buggy. If you use it, please expect some inconsistencies and crashes.
        
        Check the [releases](https://gitlab.com/hawara.es/blender/trucotrack/-/releases) and our [roadmap and releases](docs/roadmap-and-releases.md) document. Only versions 0.x.x will be released until the tool is ready for production. If ever.
        
        ## Documentation
        
        ### TrucoTrack File Formats
        
        - [File Format for MediaPipe Hand Tracks](docs/file-formats/mediapipe_hand.md)
        - [File Format for MediaPipe Face Tracks](docs/file-formats/mediapipe_face.md)
        
        ### Command Line Usage
        
        - [Examples of Command Line Usage](docs/cli/examples.md)
        - [Display The Command Line Help](docs/cli/help.md)
        
        ### Development
        
        - [Roadmap and Releases](docs/roadmap-and-releases.md)
        - [How to Contribute with the Development](docs/how-to-contribute-with-the-development.md)
        - [GPL v3 License](LICENSE.txt)
        
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
