<< return to Pixycam.com

Getting raw image data from Pixy

Hello,
I want to get raw image data from the Pixy from either a laptop or microcontroller, is this possible via usb or any other set of pins? The process does not need to be realtime, I just need to send it within 10-20 sec.

PixyMon seems to be able to get realtime video feed from the Pixy using the a USB serial port, so this seems like it should be doable.

Thanks,
Arnav

Hello Arnav,
If you’re microcontroller is running Linux, using libpixyusb is a good way to go. You can find how to get started here:

http://cmucam.org/projects/cmucam5/wiki/Building_the_libpixyusb_example_on_Linux

There is also some example code on how to get raw frames on this forum:

http://cmucam.org/boards/9/topics/5106

Hope this helps!

Edward