From d9a4a7e6a20724262fb14adebc10b540d392556e Mon Sep 17 00:00:00 2001 From: Ryan Hughes <31203021+rhughes42@users.noreply.github.com> Date: Mon, 14 Feb 2022 07:43:48 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aef9869..ac1456b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OptiTrackGH +# Tracker A Grasshopper plugin for NaturalPoint's NatNet API. Supports real-time motion tracking with OptiTrack camera systems. Requires a valid copy of the OptiTrack Motive software to broadcast MoCap data on a local network. @@ -7,6 +7,8 @@ Tracker grabs frame data from Motive, scales, translates and presents the releva Read more about OptiTrack here: https://optitrack.com/applications/ ## Dependencies +Tracker requires version 4.0 the NatNet Assembly (NatNetML.dll), which is included in this repo in the lib folder. +The SDK can be downloaded from https://optitrack.com/software/natnet-sdk/ ## Installation From 4cff586f2cb2c26f99a01376e020f24632c6c070 Mon Sep 17 00:00:00 2001 From: Ryan Hughes <31203021+rhughes42@users.noreply.github.com> Date: Mon, 14 Feb 2022 07:44:07 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac1456b..7ca8823 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Tracker grabs frame data from Motive, scales, translates and presents the releva Read more about OptiTrack here: https://optitrack.com/applications/ ## Dependencies -Tracker requires version 4.0 the NatNet Assembly (NatNetML.dll), which is included in this repo in the lib folder. -The SDK can be downloaded from https://optitrack.com/software/natnet-sdk/ +Tracker requires version 4.0 the NatNet Assembly (NatNetML.dll), which is included in this repo in the lib folder. +The full SDK can be downloaded from https://optitrack.com/software/natnet-sdk/ ## Installation