espressif / esp-video-components

Collections of components to be used for camera related functionalities.
7 stars 1 forks source link

Can DVP of ESP32-P4 support 1080p30 RAW stream? (AEGHB-803) #6

Open andylinpersonal opened 1 month ago

andylinpersonal commented 1 month ago

Hello: Can the CAM input (aka DVP or DCMI) of esp32-p4 support 1080p30 of RAW input stream? I have a video source which cannot be easily migrated to MIPI CSI, thanks.

WangYuxin-esp commented 1 month ago

@andylinpersonal Thank you for reporting the issue. We have tested some camera sensors. When the MIPI interface is used, we can achieve RAW+1080p+30fps, and when the DVP interface is used, we can achieve YUV422+720P+25fps. Usually, we recommend choosing MIPI interface instead of DVP when the resolution is greater than 720p. If I have time later, I will find a sensor that has a DVP interface and can output 1080p for testing.