Phil Rittenhouse
Phil Rittenhouse
This pull request addresses the issues in my ticket #https://github.com/adafruit/Adafruit-VC0706-Serial-Camera-Library/issues/32 with changes to the reset() and getVersion() functions. The change to reset() consumes the "basic configuration information" that is returned...
This issue started when I noticed an intermittent failure of the camera getVersion() command. Adding some debug I found the verifyResponse was failing. In my case it was reading the...
This change relates to issue #21. I saw a similar issue where it was necessary to increase the CAMERADELAY value from 10 to 32 in order to successfully read data...