- This topic has 2 replies, 2 voices, and was last updated 8 years, 12 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Software Development › How to use the Lightly Filter?
Tagged: data stream, eyex sdk, lightly filtered
Hello,
I would like to know how to use the Lightly Filter option with new 0.10 sdk.
The old way of doing it does not work anymore and I cannot find the documentation on this topic.
Thanks!
Hi Cheng,
the data streams framework has been evolving a bit in the latest SDK releases. We’re sorry for the trouble that’s causing, but we believe it’s best for the API in the long run. The good news is that the sample applications have been evolving too: there are samples called MinimalGazeDataStream both in the C/C++ SDK package and in the .NET SDK package that use a lightly filtered gaze data stream.
I’d also recommend browsing though the release notes in the Readme file in the SDK package when upgrading.
Thank you Anders. I will look into the sample code.