<< return to Pixycam.com

I want to see the information of all the pixels of the pixcam

I used spi communication to connect the Arduino Uno with the pixie cam.

I want to see the information of all pixels of PixyCam as Uno’s serial monitor.

What should I do?

I don’t understand what you mean by “information of all pixels”. Can you say more about what you’re trying to do?

Here is a guide on receiving communications from Pixy2 with Arduino: https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:hooking_up_pixy_to_a_microcontroller_-28like_an_arduino-29

Cheers,
Jesse

Do you know if you want to know all the pixel information like the picture?

It sounds like you’re trying to get data about every pixel that Pixy sees. Unfortunately, Pixy is designed to report data about objects that it sees. You can teach Pixy an object based on color, and it will report x-y coordinates and area of that object. The protocol does not support getting data about every pixel in the image.

Hope this helps,
Jesse