lemariva / uPyCam

Take a photo with an ESP32-CAM running MicroPython
https://lemariva.com/blog/2019/09/micropython-how-about-taking-photo-esp32
Apache License 2.0
140 stars 42 forks source link

Capturing can fail, returning bool (false) instead of bytes #4

Closed krayon closed 4 years ago

krayon commented 4 years ago

When the capture fails, a bool (false) is returned instead of the expected byte string.