Page 1 of 1

Does ESP32-S3 support raw data from CMOS Camera?

Posted: Wed Aug 16, 2023 6:04 am
by zenki463
I'm studying the ESP32-S3 on wireless camera, my project use OV6946(resolution 400x400) which data only supports RAW data.
I see the SDK codes examples with OV2640 and OV5640,but they all use YUV422 output data.
Dose ESP32-S3 support RAW data,and how to use it with my cmos OV6946, resolution 400x400 30FPS,and only output RAW data

Re: Does ESP32-S3 support raw data from CMOS Camera?

Posted: Mon Aug 21, 2023 7:07 am
by esp_man
https://www.espressif.com/sites/default ... eet_en.pdf
Datasheet says:
CI.gif
CI.gif (4.49 KiB) Viewed 684 times
But 400x400 is sufficiently low resolution to make conversion programmatically.