<< return to Pixycam.com

pixy_close() cannot be used in Python

Hi, all

I’m using Ubuntu and I have met some problems when I wanted to use pixy_close() in python, I found this function cannot be used, because by following the instruction on Wiki, we can only turn pixy_init() and pixy_get_blocks() to python. I have tried to change the code in some files, but it didn’t work. So, could someone give me some help?

Thank a lot.
Frank

Frank,

I’ve added support for pixy_close() in python. Please pull in this commit give it another shot.

Thanks,
John

John,

Actually, I have tried this method, but I used “int pixy_close()” for mistake, haha

Thanks a lot,
Frank