A python packege to get data from qualisys cameras
Project description
qualisys_python_IO
This repository provides an interface for connecting to and interacting with a Qualisys Motion Capture system. The main components include a Python class for handling the connection and data retrieval, and supporting functions for processing the motion capture data.
Files
- qualisys_io.py
- Purpose: Manages the connection to the Qualisys system and handles the retrieval of position and rotation data.
- Key Classes/Methods:
- qualisys_io: Initializes the connection, starts/stops the data stream, and retrieves position and rotation data.
- connect(): Starts the data streaming process.
- stop(): Stops the data streaming and disconnects from the system.
- get_position_rotation(): Retrieves the latest position and rotation data from the Qualisys system.
- lib.py
- Purpose: Contains the underlying logic to connect to the Qualisys system and process 6DoF data.
- Key Functions:
- run(): Main loop to handle the real-time data processing and streaming.
- create_body_index(): Parses the XML data to create a dictionary mapping body names to indices.
- body_enabled_count(): Counts the number of enabled 6DoF bodies.
- main(): Handles the connection to the Qualisys system, retrieves data, and processes it in real-time.
How to Use
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qualisys_python_io-0.0.1.tar.gz.
File metadata
- Download URL: qualisys_python_io-0.0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
980391df815591a4473144b6a99d3d858740f053d6999103e865f9f5a0639adb
|
|
| MD5 |
c5dab8f072bebdd800a9756e689d82a3
|
|
| BLAKE2b-256 |
8f399c46af7255b76907b3944ab7c0bf55c8d169104c736cc19e54d567399c20
|
File details
Details for the file qualisys_python_io-0.0.1-py3-none-any.whl.
File metadata
- Download URL: qualisys_python_io-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
104dbacdd30d9adfe16030415d4ca262484e546bb9916b217316ee0c84929e65
|
|
| MD5 |
546285dd157a319b238d3d8ec6f4289d
|
|
| BLAKE2b-256 |
2e5560dbe1486855b80cd555e619862e33a65cfd1010ebd914e53511124a65b9
|