All Projects → qualisys → qualisys_python_sdk

qualisys / qualisys_python_sdk

Licence: MIT license
Python implementation of the real-time protocol for Qualisys Track Manager

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to qualisys python sdk

WebCamCap
Motion capture tool for 2D/3D motion capture with LED markers.
Stars: ✭ 20 (-16.67%)
Mutual labels:  motion-capture, motion-tracking
QTM-Connect-For-Unreal
Unreal plugin for real-time streaming from Qualisys Track Manager
Stars: ✭ 18 (-25%)
Mutual labels:  qtm, qualisys
docs
The official soketi documentation. 📡
Stars: ✭ 55 (+129.17%)
Mutual labels:  realtime
revai-node-sdk
Node.js SDK for the Rev AI API
Stars: ✭ 21 (-12.5%)
Mutual labels:  realtime
sonic-track
Uses a raspberry pi camera or web cam and python opencv to track motion in camera view. Sends motion contour data to sonic-pi via osc interface to produce and control notes/sample. Includes ability to use onscreen menu areas to change synthesizer, octaves Etc.
Stars: ✭ 24 (+0%)
Mutual labels:  motion-tracking
vicon
Code for working with the Vicon tracking system
Stars: ✭ 20 (-16.67%)
Mutual labels:  motion-capture
watsor
Object detection for video surveillance
Stars: ✭ 203 (+745.83%)
Mutual labels:  realtime
forum
real-time forum software written in javascript. could very well replace your old phpBB forum (it replaced ours). react+redux, node, postgres.
Stars: ✭ 28 (+16.67%)
Mutual labels:  realtime
ably-dotnet
.NET, Xamarin and Mono client library SDK for Ably realtime messaging service
Stars: ✭ 32 (+33.33%)
Mutual labels:  realtime
echo-server
Echo Server is a Docker-ready, multi-scalable Node.js application used to host your own Socket.IO server for Laravel Broadcasting.
Stars: ✭ 32 (+33.33%)
Mutual labels:  realtime
ripple
Simple shared surface streaming application
Stars: ✭ 17 (-29.17%)
Mutual labels:  realtime
soketi
Just another simple, fast, and resilient open-source WebSockets server. 📣
Stars: ✭ 2,202 (+9075%)
Mutual labels:  realtime
harfang3d
HARFANG 3D source code public repository
Stars: ✭ 173 (+620.83%)
Mutual labels:  realtime
app
Source code of intencje.pl website and mobile/desktop apps based on Angular, Firebase, and Capacitor.
Stars: ✭ 12 (-50%)
Mutual labels:  realtime
i3blocks-crypto
💵 View your favorite coins' ticker prices with i3blocks.
Stars: ✭ 30 (+25%)
Mutual labels:  realtime
intrinio-realtime-python-sdk
Intrinio Python SDK for Real-Time Stock Prices
Stars: ✭ 79 (+229.17%)
Mutual labels:  realtime
channeled-dashboard
Repository for the talk `Building real time applications with Django and Channels`
Stars: ✭ 20 (-16.67%)
Mutual labels:  realtime
Embedded UKF Library
A compact Unscented Kalman Filter (UKF) library for Teensy4/Arduino system (or any real time embedded system in general)
Stars: ✭ 31 (+29.17%)
Mutual labels:  realtime
smag
Show Me A Graph - Command Line Graphing
Stars: ✭ 78 (+225%)
Mutual labels:  realtime
realtime-csharp
A C# client library for supabase/realtime.
Stars: ✭ 35 (+45.83%)
Mutual labels:  realtime

Qualisys SDK for Python

The Qualisys SDK for Python implements our RealTime(RT) protocol and works with Python 3.5 and above.

Installation

The easiest way to install the qtm package is by using pip:

python -m pip install pip --upgrade # Upgrade to latest pip
python -m pip install qtm

It's also possible to install from github:

python -m pip install git+https://github.com/qualisys/qualisys_python_sdk.git

Or just clone the repo and copy the qtm folder into you project folder,

Documentation

https://qualisys.github.io/qualisys_python_sdk/index.html

Examples

See the examples folder.

Missing RT features and limitations

Implementation only uses little endian, should connect to standard port 22223. Protocol version must be 1.8 or later.

GetCaptureC3D is not implemented. GetCaptureQTM is not implemented.

No support for selecting analog channel.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].