c0nfluks
c0nfluks

Reputation: 51

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?

Upvotes: 0

Views: 714

Answers (2)

c0nfluks
c0nfluks

Reputation: 51

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).

Upvotes: 1

Alberto Gorni
Alberto Gorni

Reputation: 33

If you wrote your code in Circuit Python you can make the esp32-cam connected to a wifi hotspot and transfer... via http or mqtt as you whish.

But if you manage to get a picture from the camera WITH circuit python then you need to share how you achieved that!

Upvotes: 0

Related Questions