I would like to be able to set/get the camera settings thru Arduino.
Is there a way to do this (example cam_getWBV)
it would be nice if we could do something like the following.
int whitebal = pixy.cam_getWBV;
Serial.println(whitebal);
Also, if there is a way, does the Camera have to be stopped to change the settings like it does in Pixymon?
Regards,
Dan