Skip to content

Latest commit

 

History

History
27 lines (11 loc) · 510 Bytes

File metadata and controls

27 lines (11 loc) · 510 Bytes

Install Python dependencies

Run the following command from the python folder:

sudo pip install -r requirements.txt

Forward NatNet data through OSC

Run the following command from the python folder:

bin/forward_natnet [natnet_host_address] [natnet_multicast_address] [natnet_port] [osc_host] [osc_port]

Record NatNet JSON data

TOFIX

Playback recorded JSON data

Run the following command from the python folder:

bin/play_recording [<path/to/file.json>] [osc_host] [osc_port]