Dear sirs, I would like to be able to control the TrackIR smooth by software. Would you be so kind of giving some advice in order to implement that function by my own. I was thinking on calculating the average of a range of the recent readings, or just having a maximun value for incrementing/decrementing the last read. How do you implement that? What are the values you use for the range 0-50 that can be adjusted in the Panel view?
Thanks is advance,
regards,
Rafa.
Implementing smooth
-
- Posts: 1896
- Joined: Tue Feb 01, 2011 8:41 am
- Location: Corvallis, OR
Re: Implementing smooth
Smoothing is a function that exists within the TrackIR application, and is not currently configurable by any means other than within the TrackIR application itself.
Re: Implementing smooth
Dear Mike, I use the TrackIR sdk. My intentions are firstly to set the smooth value to 0 in the application panel and then, when reading raw camera values usign the library functions, implement a configurable smooth by my own.
(I am not a user, I am an application developer, so I am not sure if this is the right forum).
Thanks in advance,
Rafa
(I am not a user, I am an application developer, so I am not sure if this is the right forum).
Thanks in advance,
Rafa
-
- Posts: 1896
- Joined: Tue Feb 01, 2011 8:41 am
- Location: Corvallis, OR
Re: Implementing smooth
Rmtnez -
The TrackIR SDK is used for integration of TrackIR control into applications, and is unfortunately a one way street, so to speak. It is not possible to change TrackIR application variables such as speed and smoothing through the SDK. You can, however use the Camera SDK to build the functionality directly into your application and bypass the TrackIR application entirely.
It should be noted, however, that while you can use the Camera SDK for development with the TrackIR camera, we do not offer technical assistance for development with the TrackIR camera. Technical assistance is only available with the OptiTrack line of cameras with the Camera SDK.
The TrackIR SDK is used for integration of TrackIR control into applications, and is unfortunately a one way street, so to speak. It is not possible to change TrackIR application variables such as speed and smoothing through the SDK. You can, however use the Camera SDK to build the functionality directly into your application and bypass the TrackIR application entirely.
It should be noted, however, that while you can use the Camera SDK for development with the TrackIR camera, we do not offer technical assistance for development with the TrackIR camera. Technical assistance is only available with the OptiTrack line of cameras with the Camera SDK.