<< return to Pixycam.com

Dynamic Loading of pixy tunning parameter

HI ,
I am making a line following robo with pixy2 with arduino , now the problem iam facing is i have readjust the tuning parameter every time the light intensity changes inoder to detect the lines and barcodes accurately , is there any way where i can read different stored paramaters based on outer light intensity using Digital Light Sensor and dynamically tune the pixy2 , so that it can detect the lines accurately in both day light and night time.

Regards,
Sumit Kumar

Hello,
Unfortunately, there is no way to programmatically change the parameters. (sorry!)

I suppose you could do it through the USB interface, but it would write to the flash each time, which probably isn’t a good thing.

Edward