I am not sure what I'm missing in my Arduino 1.6.8 setup, but a sketch involving a OV2640 Arudcam camera that used to compile a month ago, doesn't anymore.
The error I get is: error: 'OV2640_CHIPID_HIGH' was not declared in this scope. myCAM.rdSensorReg8_8(OV2640_CHIPID_HIGH, &vid);
I am pointing to the ARDUCAM ESP8266 UNO board, with all the libraries included. The same sketch used to compile just fine. Even the stock example for the OV2640 capture on the Arducam github repo does not work.
If anyone can point me in the right direction, I'd be very thankful.
Thanks.