<< return to Pixycam.com

Pixy cam Python functions Get frame

Hello, I’m working on my university thesis and I’m trying to make a 360 image dewarping with a raspberry pi for simple object recognition. My problem is performance, so I’m using a pixy cam for object recognition and then I’ll dewarp only the positions of the objects. But for that I need a way to see the actual image the pixy can is working on. I know there is a function get_frame on libpixy_usb and I wonder if anyone have made a wrapper for that function on python so i can work on top of that.