Resolving SPI Image Capture Error with OV2640 and ESP-WROOM-32 in MicroPython

hey guys, on my project Object Detection with MicroPython and OV2640 Camera Module Using ESP-WROOM-32, am trying to capture image over SPI but getting the error
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "camera.py", line XX, in capture
OSError: Failed to capture image
how do i resolve it
file0.jpg
Solution
Hey guys after much trouble shooting, i reduced the resolution of the captured image and am now able to capture image smoothly
Was this page helpful?