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.4.tar.gz
(3.3 kB
view details)
Built Distribution
mvnx-0.1.4-py3-none-any.whl
(7.7 kB
view details)
File details
Details for the file mvnx-0.1.4.tar.gz
.
File metadata
- Download URL: mvnx-0.1.4.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 | ea3b1da95aa4b42abc7d77d1c247839ce8f8ee89bb38857decc99570ce82ade1 |
|
MD5 | 78f98376ecc2a84ba968f2a5d3464141 |
|
BLAKE2b-256 | 79d1bea50fe3910dc7485c816c17b8310567d2c6bbb9d91ea123ff8712826256 |
File details
Details for the file mvnx-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: mvnx-0.1.4-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 | 8aa473d89bad0e2c5a7b34e09fc65756fe96946a05d8fd7003cdb4271e1331fa |
|
MD5 | 3976937f3ebeeb508a2d3dbd32bfde9d |
|
BLAKE2b-256 | 93b107856c7ce026d0732ed815bdf62c83284a3fea0c2343f429490a502c1d9d |