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 --file 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.9.tar.gz
(3.3 kB
view details)
Built Distribution
mvnx-0.1.9-py3-none-any.whl
(7.7 kB
view details)
File details
Details for the file mvnx-0.1.9.tar.gz
.
File metadata
- Download URL: mvnx-0.1.9.tar.gz
- Upload date:
- Size: 3.3 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 | 1277a895f37df91fd750436ac6b412c0095ac4400a28a9a21f206e082d46596d |
|
MD5 | 0be87039fe312754d21dcdd2d144b901 |
|
BLAKE2b-256 | a4555cbec85627c1e53dd1e09389090bef8c021f29a42fc282b0a6b040453c89 |
File details
Details for the file mvnx-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: mvnx-0.1.9-py3-none-any.whl
- Upload date:
- Size: 7.7 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 | 28fcb57deb137caf09ae8d833b307c3e7d8a22792c5cacaff67cd97b8caa3309 |
|
MD5 | e7f8287e1e2e212c3e198b1da56e9a8c |
|
BLAKE2b-256 | 07bb8786fdc4efe48ff8b52303c5c3138dc1125c8aad329c507492ac3e21b2c6 |