Search found 2 matches

by zenki463
Wed Aug 16, 2023 6:04 am
Forum: ESP-IDF
Topic: Does ESP32-S3 support raw data from CMOS Camera?
Replies: 1
Views: 794

Does ESP32-S3 support raw data from CMOS Camera?

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...
by zenki463
Wed Aug 16, 2023 4:31 am
Forum: ESP-IDF 中文讨论版
Topic: ESP32-S3 支持摄像CMOS的RAW DATA麽
Replies: 1
Views: 1087

ESP32-S3 支持摄像CMOS的RAW DATA麽

在使用ESP32-S3做视频无线通讯,目前使用的CMOS是DVP输出RAW DATA(只支持raw data),分辨率是400x400,这个可以支持麽?
我看官方的sdk里给的OV2640的代码,都没有用rawdata,而是YUV422之类,这块应该如何调整以支持raw data呢?
实在不想为了拜尔插值再加颗DSP或FPGA了