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.12.tar.gz
(1.6 kB
view details)
Built Distribution
mvnx-0.1.12-py3-none-any.whl
(5.6 kB
view details)
File details
Details for the file mvnx-0.1.12.tar.gz
.
File metadata
- Download URL: mvnx-0.1.12.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 | 39f37ef61682bf9c77212b2b598f8dce35d1001173b11d4dc7953583bf29868d |
|
MD5 | 91753910389176e84da120aa07ea6b28 |
|
BLAKE2b-256 | 2403a28f8cce41b40396337abd434d58947139b5ba8ba184001edf22bb881a0f |
File details
Details for the file mvnx-0.1.12-py3-none-any.whl
.
File metadata
- Download URL: mvnx-0.1.12-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 | 9a8157f135cb126ee6be17a363624a7cf127681242371f35ef328431d777f7d8 |
|
MD5 | 2f558793b9e2128287d87c5a702e2a56 |
|
BLAKE2b-256 | 837a405e5d55c5ea1788173c4ec24af08de8785cf6c8b5726f6dcc391b20835d |