NatNet_py

Python NatNet client for retrieving Optitrack data from Motive data streaming. Connections can be made from external PCs on the same network.

Note

It contains code that modifies the official NatNet Python Client.

Tip

When connecting from an external PC on the same network, set client_ip to "0.0.0.0".

Install

git clone git@github.com:takumi-nishimura/NatNet_py.git

Usage

Please refer to natnet_py/natnet_sample.py.