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.6.tar.gz
(3.3 kB
view details)
Built Distribution
mvnx-0.1.6-py3-none-any.whl
(7.8 kB
view details)
File details
Details for the file mvnx-0.1.6.tar.gz
.
File metadata
- Download URL: mvnx-0.1.6.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 | 5094c403f19cd1d70df5f0f6110b28ffa52afa6008707950df4808191f442a94 |
|
MD5 | ac6bae8be34cfe475407d193a1326ca9 |
|
BLAKE2b-256 | ca8f2e8636ee71f4030e12675770a8221633a59692a305f330075692ae42f696 |
File details
Details for the file mvnx-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: mvnx-0.1.6-py3-none-any.whl
- Upload date:
- Size: 7.8 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 | f47c8c1554a2eba7b5bf50775b466ec297583620216acb5cc0497ce8c7f9ab61 |
|
MD5 | 32661efca7845c29699364c7d09486d2 |
|
BLAKE2b-256 | b5c5f2c466604733d623e36f366eb002cf1276c50ecf22ce279c32f7b37956d4 |