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.14.tar.gz
(1.6 kB
view details)
Built Distribution
mvnx-0.1.14-py3-none-any.whl
(5.6 kB
view details)
File details
Details for the file mvnx-0.1.14.tar.gz
.
File metadata
- Download URL: mvnx-0.1.14.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 | bbc38f4f4fdf31e06f515cd20db1afc60f16eb1731204a5df1fd7c63c3fc7497 |
|
MD5 | 4d67b4fdf228307c5e8770fd2687efdd |
|
BLAKE2b-256 | e9ae7344ea5778e7ac73f1e045a158870901a35b58901616e50676b2f1f3f13d |
File details
Details for the file mvnx-0.1.14-py3-none-any.whl
.
File metadata
- Download URL: mvnx-0.1.14-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 | 6fa059fe2f634828f41caa90395058c3c1e217ab02db120a825f57183b7a17ff |
|
MD5 | e103d4b3b0bf52be1041121f13f52190 |
|
BLAKE2b-256 | 56b5086b0f911dd82b0d2753817a98e8341fc154f5cda8711c800b122a387716 |