A lightweight commandline parser for the MVNX motion capture file format
Project description
mvnx
A lightweight python library for parsing the MVNX motion capture file format.
To run the MVNX parser, instantiate a ParseObject, and then parse the relevant attributes you want in the following manner:
PO = ParseObject()
PO.parse_mvnx('path/to/file.mvnx')
PO.parse_modality('orientation')
PO.parse_modality('jointAngle')
PO.orientation
PO.jointAngle
Alternatively, you can run from the command line, using the modality of your choice (in this case, jointAngle
):
python3 mvnx.py path/to/file.mvnx --modality jointAngle
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mvnx-0.1.tar.gz
(1.4 kB
view details)
Built Distribution
mvnx-0.1-py3-none-any.whl
(5.5 kB
view details)
File details
Details for the file mvnx-0.1.tar.gz
.
File metadata
- Download URL: mvnx-0.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3ce6bf746c31c2cda9df2845ae8a64f22627b87b4968978557c269e225a3999 |
|
MD5 | 01a260a90f3f0f43b803788c61f7dc01 |
|
BLAKE2b-256 | 145011472ff20a313575abfad1acce6a9948e443df4ec82fe2094a7ab246f4b0 |
File details
Details for the file mvnx-0.1-py3-none-any.whl
.
File metadata
- Download URL: mvnx-0.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2f6ff9cb1349f1ed719e670bf9372a9d90c1c839838d50daa828b5f86c0adfc |
|
MD5 | 1f039fd0661606850d9699a9add05a06 |
|
BLAKE2b-256 | 216c208b9d44e3a00058d6cbfd05f9e24fdbf2c016dc3498ea985853b86271e2 |