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.5.tar.gz
(3.3 kB
view details)
Built Distribution
mvnx-0.1.5-py3-none-any.whl
(7.8 kB
view details)
File details
Details for the file mvnx-0.1.5.tar.gz
.
File metadata
- Download URL: mvnx-0.1.5.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 | 220d802da6c78653e00a56e309bb033adf2dfb7e36518dc93dd4061735cd2f44 |
|
MD5 | 670e532dfb1a03743e968ec7fbe4f843 |
|
BLAKE2b-256 | 0e1ed7f71ad280ad177bc004584ae40b955a3096a460508c120d846d57aede6f |
File details
Details for the file mvnx-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: mvnx-0.1.5-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 | 769b5dfb19aa3d4b75956aa230263e3222eb087f06f5ba610d28ba5bf883a1b8 |
|
MD5 | 96bb2cb22bb2dc6ed30274776b87cbb1 |
|
BLAKE2b-256 | 0f5adbc4dd571a2f2632c4419cf9048c4c5347edc546000bc16a4ccd93977eea |