I am working with a Pixy connected to an Arduino MEGA 2560. Is there a way for me to get Pixy to take snapshot of what it sees and return it?
Hello Watcharapong,
The serial interfaces (SPI (which is what Arduino uses), I2C and UART) don’t support sending raw frame data, mostly because sending raw frames over these interfaces would take several seconds, possibly up to a minute. The USB interface supports sending raw frame data, but I don’t think this helps. (sorry)
Edward
Can I save pictures from Pixy cmucam5 in to SD card?
Hello Watcharapong,
You can’t save images to an SD card currently. I’ll log this as a feature request though.
Edward