To download this example project to your computer, you can either:
- Click here to download it as a zip file.
— or — - Clone this repository to your computer.
- Install Miniconda for Windows https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe
- Run the installer and when prompted add Anaconda to your PATH environment variable
- Open a command line prompt and enter the following:
conda create -n python-example python=3.9
conda activate python-example
conda install -c conda-forge ezc3d
(c3d parsing library, see https://github.com/pyomeca/ezc3d)conda install -c anaconda lxml
(xml parsing library)
- Open QTM and make sure that the path to
Command Prompt
is set in Project Options\Miscellaneous\Folder Options (the path is usually C:\Windows\System32\cmd.exe) - Click on
Start Processing
to automatically export c3d files, read the c3d files content and export some data intooutput.xml
file.
The purpose of the Project Automation Framework (PAF) is to streamline the motion capture process from data collection to the final report. This repository contains an example project that illustrate how PAF can be used to implement custom automated data collection in Qualisys Track Manager (QTM), and how QTM can be connected to a processing engine.
The full documentation for PAF development is available here: PAF Documentation.
Our official examples for various processing engines:
- ENABLE
- Excel
- Matlab
- OpenSim
- Python
- Theia Markerless
- Theia Markerless Comparison
- Theia Markerless True Hybrid
- Visual3D
As of QTM version 2.17, the official Qualisys PAF examples can be used without any additional license. Note that some more advanced analysis types require a license for the "PAF Framework Developer kit" (Article number 150300).