Search code examples
cameraesp32micropython

Micropython/Circuitpython - ESP32-Cam - How to download images taken onto computer?


Newbie alert

I have code that takes a picture with the camera on the ESP32 but then that picture is in the flash memory and I don't know how to retrieve it. How do I get it onto my computer using micropython or circuitpython?


Solution

  • As the Thonny wiki says:

    You can upload / download data and library files and directories via respective commands in the file browser (View => Files) via files' context menu (opened by right-clicking on a file).