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.10.tar.gz
(3.3 kB
view details)
Built Distribution
mvnx-0.1.10-py3-none-any.whl
(7.7 kB
view details)
File details
Details for the file mvnx-0.1.10.tar.gz
.
File metadata
- Download URL: mvnx-0.1.10.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 | 5451a3b4f75626f012f34d358b6b618480356d45d8a69503ca4a0137fb3e63e0 |
|
MD5 | ee043316d870ad38f3196768eb5ac3a9 |
|
BLAKE2b-256 | 4a05fa1c124645b9728fdd9a4ef3b78b6e30e556f4dba5fb34bb35200fe3a73b |
File details
Details for the file mvnx-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: mvnx-0.1.10-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 | c09b7f1bc037491b4e4b173b0356084899e369c85301f932ba2c1108adef6a5c |
|
MD5 | d4dd96f833d8bdd4f38f04cc65b62723 |
|
BLAKE2b-256 | f1f94c0957ce625d88a7e7c37bcdfbfe0aab2adbb792ebbf58d04d6a8beaaac9 |