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.8.tar.gz
(3.3 kB
view details)
Built Distribution
mvnx-0.1.8-py3-none-any.whl
(7.7 kB
view details)
File details
Details for the file mvnx-0.1.8.tar.gz
.
File metadata
- Download URL: mvnx-0.1.8.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 | 1fcb7b33394831f8aba5ff655220b401a997eb2491a908079d2eb76a86f14b0d |
|
MD5 | f553c887fcbb75bc95b1c860d75c4aee |
|
BLAKE2b-256 | edbf3727165967a3f8da368eaae3cde23c879ef0d17f1723015647d50f619293 |
File details
Details for the file mvnx-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: mvnx-0.1.8-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 | 54e018a02d7efaa8df301dc5f7e5936f5a3d9af450d6c57e326d4dcd2e6998e0 |
|
MD5 | 52dfb8894fcb3a5b48a178e30fd35f7e |
|
BLAKE2b-256 | 06f3a0da44a094cbdfff047c7fc50e33891aaf17550fb560c3ad4ccdb4acdeb6 |