Tracking tools SDK and timeline saving

Post Reply
nabilgkhoury
Posts: 5
Joined: Mon Oct 26, 2009 1:16 pm

Tracking tools SDK and timeline saving

Post by nabilgkhoury »

Hello,

I'm a beginner with optitrack programming and am working on a c++ program that can record motion capture frames and trackables. The program will be used to manage synchronization with an external eyetracker via the parallel port.

I'd like to know if there's a sample code that makes it easier to save mocap data into a .TIM or .CSV file the same way the Tracking Tools program does it.

I have an optitrack system running with 4 v100 motion cameras.

Many thanks!
beckdo
Posts: 520
Joined: Tue Jan 02, 2007 2:02 pm

Re: Tracking tools SDK and timeline saving

Post by beckdo »

The Tracking Tools API is currently real-time only. However, you have access to all the frame data on a frame by frame basis, so you could potentially save the incoming data that you're interested in.
Post Reply