Difference between revisions of "Optotrak"

From TSG Doc
Jump to navigation Jump to search
Line 2: Line 2:
 
== Optotrack Certus ==
 
== Optotrack Certus ==
  
[[image:Optotrack certus.jpg|200px|Image: 200 pixels]]
+
[[image:Optotrack certus.jpg|500px|Image: 500 pixels]]
  
 
== Manuals ==
 
== Manuals ==

Revision as of 15:47, 16 February 2015

Optotrack Certus

Image: 500 pixels

Manuals

First Principles User Guide: Media:First_Principles_User_Guide(IL-1070104_Rev3).pdf

Optotrak Certus User Guide rev 6: Media:Optotrak_Certus_User_Guide_rev_6(IL-1070106).pdf

Optotrak Certus Marker Strober Guide: Media:Optotrak_Certus_Marker_Strober_Guide(IL-1070074).pdf

Optotrak Certus Tool Strober Guide: Media:Optotrak_Certus_Tool_Strober_Guide(IL-1070076).pdf

Optotrak Certus 3020 Strober Adapter Guide: Media:Optotrak_Certus_3020_Strober_Adapter_Guide(IL-1070075).pdf

Optotrak Data Acquisition Unit II Guide (ODAU unit): Media:Optotrak_Data_Acquisition_Unit_II_Guide(IL-1070028).pdf

NDI 6D Architect User Guide (usefull for making rigid body files): Media:NDI_6D_Architect_User_Guide(IL-1070059).pdf

How to make Rigid Body files, RIG File Creation Procedure: Media:NDI_LS Division-RIG_File_Creation_Procedure_R1.1.pdf

NDI DataView User Guide: Media:NDI_DataView_User_Guide(IL-1070088).pdf

Optotrak Application Programmers Interface Guide. Usefull when you are creating your own software that communicates with the Optotrak System. We advise however to use First Principles to record your data and communicate with First Principles by using the RTC3D Protocol that is descibed in the link below this one. Media:Optotrak_Application_Programmers_Interface_Guide(IL-1070086).pdf

RTC3D Protocol, use this protocol when you write your own software, to communicate with First Principles. Media:RTC3D_protocol_rev4.pdf

RTC3D examples: Media:RTC3D_client_for_customers.zip

Delphi Component that implements an RTC3D client that can connect to First Principles. Written by Hubert Voogd. Can also be used as a source base to write code in other languages. Media:ClientSocketsPackage.zip

Python code that implements an RTC3D client that can connect to First Principles. Written by Wilbert van Ham. Can also be used as a source base to write code in other languages. https://github.com/wilberth/Rudolph/blob/master/fpclient.py