Hi,
I was wondering if theres any way to controll the brightness and range settings of your pixy camera from the arduino board.
I wanted to make auto calibration but i can’t seem to find any information on the subject.
Thanks already
Hi,
I was wondering if theres any way to controll the brightness and range settings of your pixy camera from the arduino board.
I wanted to make auto calibration but i can’t seem to find any information on the subject.
Thanks already
Hello Bram,
We need to document this better, but there is a setBrightness method in the Arduino API. Take a look at TPixy.h in the Arduino Pixy library.
Essentially you call it like this:
pixy.setBrightness(100);
where pixy is your Pixy object.
Hope this helps!
Edward