- This topic has 1 reply, 2 voices, and was last updated 8 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Software Development › Realtime feedback and data logging
Hi all! I’m starting a project in which I will want to gather a stream of position data from the EyeX tracker while presenting visual stimuli, and also provide auditory feedback representing eye position in real time.
I’m trying to figure out how to code this up. My preference is Matlab, but I’m concerned that clunky Matlab may not handle realtime feedback well.
What language/environment do you recommend? I don’t know much about Unity — would that do what I want?
Hello Jonathan,
Without knowing much about your project, I would say the Unity probably is the easiest way to achieve what you’re trying to do. Another approach would be to use the WPF binding, but that has a much steeper learning curve.
Best regards
Patrik