About ESP32-CAM image capture byte data

Sorry - that’s still ascii data. What needs to end up in the file are the raw bytes - no conversion whatsoever into something human can read. If the byte is 255 you want 1 byte in the file that is worth 255 (not the characters ‘2’ ‘5’ ‘5’, not 0xFF not « 11111111 » etc)

ok,,,,
Then I'll first implement and think about storing and printing these data.

By the way there is a limit to how much data can be in a udp payload. (If your MTU is 1500, you have 1500-20-8 = 1472 bytes for your data.). Double Check if the library is chunking that

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.