Is there any way to save the image to local system capture by esp32 camera in bmp format.
Note: Without Using SD Card...
Save to WHAT if not a memory card? Send it wifi? Serial? I2C? MISO/MOSI?
I want to save the image in my laptop local folder.
You need to transmit the image to the laptop, via serial, WiFi, etc., then have the laptop save the file. It is not a simple process, and requires programs running on both ends.
Any decent terminal program will be able to save received data to a file.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.