<< return to Pixycam.com

Python or C/C++ to get pixy images/video?

Hello everyone! hope all of you are doing alright!

I have a project for school, we’re using Pixy, now what I need to perform is get an image frame from Pixy or a batch of frames and put them together (video), under Linux (rpi2 to be specific) I’ve been looking for information and/or code, over the web, github, and couldn’t get any.

could you please provide me some guidance? or even if you could have the way (code) to perform this, I’ll be so grateful!

thank you very much in advance

Kind regards!

Hello Angel,
You can use libpixyusb (which you may have already installed). There is also some code that users have written to grab frames using libpixyusb:

http://cmucam.org/boards/9/topics/5106?r=6834#message-6834

hope this helps!

Edward