I've been using ArduCAM mini camera for a while now. I just have 1 problem with it, it's taking a long time to initialize. The function myCAM.InitCAM() is taking about 400 ms. Since my application puts Nodemcu to deep sleep again and again and starts it later, the ArduCAM initializes every time. Is there a way to minimize this initialization time?
Hello team ArduCAM,
I've been using ArduCAM mini camera for a while now. I just have 1 problem with it, it's taking a long time to initialize. The function myCAM.InitCAM() is taking about 400 ms. Since my application puts Nodemcu to deep sleep again and again and starts it later, the ArduCAM initializes every time. Is there a way to minimize this initialization time?