I am trying to take photos from an ESP32-CAM board and send them via sockets to a Unity applications. I have the images, in bytes, transferred to the Unity application, but to recreate the image, I need to know the image format (RGB, sRGB, etc). The pixel format is config.pixel_format = PIXFORMAT_JPEG, so I know that much.
If the image format is .jpg or .jpeg, all the information required to display it is encoded in the file.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.