Hi, newbie here, hope I’m not asking a question that’s been answered a million times!
Anyway, I’m using my brand-new Pixy to track balls on on a billiards table (more or less). So far so good, and I’m getting decent results, but there seems to be a lower limit on the interval between data points of about 50 ms.
The setup is Pixy -> supplied cable -> Arduino Mega -> USB cable -> Processing on a PC. Thinking that my code was what was slowing things down, I started at the Processing end and worked my way up the chain, but every step of the way I kept seeing that 50ms. The limit really seems to be on the data rate between the Pixy and the Arduino.
It seems like I’ve seen chatter here about people needing to waste time so that their code doesn’t grab redundant data within the same 20ms frame interval, so I feel like I’m missing something. Any guidance would be appreciated.
Many thanks!