Reputation: 51
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
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
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