Hi guys!
Trying to use the pixy to get tracking data for an object going through a defined space. Have wired a pixy up to an arduino which has code to send the simple data (X,Y,height, width) when a physical button is pressed out to the serial port and using a code written in Processing 3.0 to get data from serial/USB connection and save it to a .txt file.
That all works fine, automated the read-in, read-out. Heck, both files pasted here for anyone’s use.
However, however, for my purposes, it’d be TONS BETTER if I could get the CC data (location, angle) for the item instead. The programming to deal with that seems to be a lot less documented/clear/easy to figure out. Questions:
- Is there perchance any information/examples that you might be able to point me to? Examples especially are good.
- The data I’m getting… it’s not 50Hz. I’m not following something, I guess. Is there something I can modify in the code to send packets more frequently?
Thanks!
-Gene