h3. Hello,
I have Pixy camera and I want to connect pixy with Arduino board, my question is how to capture an image with a command from Arduino and then retrieve the data as blocks?
I wish I find the best solution here.
Thanks.
h3. Hello,
I have Pixy camera and I want to connect pixy with Arduino board, my question is how to capture an image with a command from Arduino and then retrieve the data as blocks?
I wish I find the best solution here.
Thanks.
You can capture a block of up to about 72K bytes.
Here is an example running on the RPi: http://cmucam.org/boards/9/topics/5106?r=5242#message-5242
Hello,
You can grab a raw frame from Pixy as Jim describes over USB with a Raspberry Pi, but grabbing a frame from the Arduino and SPI is not supported.
Edward