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.13.tar.gz
(1.6 kB
view details)
Built Distribution
mvnx-0.1.13-py3-none-any.whl
(5.6 kB
view details)
File details
Details for the file mvnx-0.1.13.tar.gz
.
File metadata
- Download URL: mvnx-0.1.13.tar.gz
- Upload date:
- Size: 1.6 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.56.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 229c8bb3d3b4e754463294cf7b7c620fdbbac575f64dcb1897f2fc4d9fff3cf0 |
|
MD5 | 1cce7a9a51336ff0f1f23cc6fe6aaaf8 |
|
BLAKE2b-256 | 88faca3204e7aa86bb28082da1493dc3853b5845cd433825fff681db35e79c37 |
File details
Details for the file mvnx-0.1.13-py3-none-any.whl
.
File metadata
- Download URL: mvnx-0.1.13-py3-none-any.whl
- Upload date:
- Size: 5.6 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.56.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f21ed17664ff7c9aac789536643268b07fbd8828da51a3735944952542cf14b7 |
|
MD5 | 76ae606fda6768f99923b8818e0b0b74 |
|
BLAKE2b-256 | bdd4b7ec5d94482007df3313060752ffb078c7646e5e0102933f51623bd2b34f |