You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for your codes and explanation. It really helps for me to understand how to control ESP32-CAM.
Currently, I want to get raw data of 240*320 or little higher resolution images(preventing psram issue) for image processing.
So I tested with your code to get RGB888 data and sucess to get the rgb file.
But,
I couldn't open the file because it looks like broken. Could you give me idea to handle this file?
Is there any method to get the real raw data file from camera sensor(OV2640) with ESP32-CAM?
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered:
The file is not a standard image file but just the raw RGB data (3 bytes per pixel) so you will not be able to load it in to a standard image viewer etc.
Hi, thank you for your codes and explanation. It really helps for me to understand how to control ESP32-CAM.
Currently, I want to get raw data of 240*320 or little higher resolution images(preventing psram issue) for image processing.
So I tested with your code to get RGB888 data and sucess to get the rgb file.
But,
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered: