Skip to content

motion-workshop/shadow-labstreaminglayer-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shadow Lab Streaming Layer (LSL)

Lab Streaming Layer (LSL) app for your Shadow Motion Capture System. Convert a Shadow devkit stream into a LSL Stream Outlet. Runs as a command line Python app.

Install required packages

pip install -r requirements.txt

Run the application

python main.py --help

usage: main.py [-h] [--header] [--host HOST] [--port PORT]

Read data from your Shadow mocap system and create a Stream Outlet for the Lab
Streaming Layer (LSL)

optional arguments:
  -h, --help   show this help message and exit
  --header     write header to the stream as per the XDF metadata spec
  --host HOST  IP address of your Shadow app
  --port PORT  port number of your Shadow app

Run unit tests

python -m unittest

About

Lab Streaming Layer (LSL) app for a Shadow Motion Capture System.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages