Search found 1 match
- Thu Dec 23, 2021 3:41 pm
- Forum: ESP32 Arduino
- Topic: ESP32 CAM direct access to image data
- Replies: 27
- Views: 103298
Re: ESP32 CAM direct access to image data
Hello, Could you please advise viewer for the specific grayscale image format of ESP32CAM. I tried some popular viewers, they do not recognize those images. Thank you. ---------------------------- config.pixel_format = PIXFORMAT_GRAYSCALE; config.frame_size = FRAMESIZE_SXGA; config.jpeg_quality = 10...