I would like to get the x and y location of a signature from the pixy in python on a windows machine. Is there a way that I can do this? Maybe with a FTDI cable attached to the Pixy? Thanks in advance for any help.
Hello Max,
We have python support in Linux but now Windows:
http://cmucam.org/projects/cmucam5/wiki/Building_libpixyusb_as_a_Python_module_on_Linux
We’ve focused on embedded platforms to talk to Pixy since that’s what most users want to use (Arduino, Raspberry Pi, etc), but we’ve had a few users port libpixyusb to the .NET framework:
http://pabloaizpiri.com/2015/10/25/net-pixycam-library/
This might be a decent place to start since the python library runs ontop of libpixyusb.
Hope this helps!
Edward