<< return to Pixycam.com

Take a photo with Pixy

I’m working with using Python scripts on my Raspberry pi in tandem with the Pixy camera. Is there any way to take an image and then save it? I’m aware PixyMon can take a snapshot but I specifically want to be able to use my code to take a snapshot and then save it to a cloud.

Hello,
There is the get raw frame example as part of libpixyusb2:

But we don’t have example code to upload it to the cloud.

Edward