<< return to Pixycam.com

Can Arduino MCU set the parameter of Pixy CMU?

Hi there, I was just wondering how to set camera brightness, and signature coefficient with Arduino code. But i found that there is no function defined in PIXY.h.

I think an adaptive algorithm can be written to raise detect correctness at any time.

It may sound crazy, but is it possible?

Hello Tim,
There is a function to adjust the brightness from the Arduino. See setBrightness():

http://cmucam.org/projects/cmucam5/wiki/Arduino_API

But there is no functions to change the signature parameters from the Arduino. From USB, you can adjust the signature range sliders, although it might not be too useful. Is this what you had in mind? If not, can you be more specific?

thanks!

Edward

Yes, you’re right.
Thanks.