rzeldent / esp32cam-rtsp

Simple RTSP (streaming image) server for the ESP32CAM. Easy configuration and monitoring through the web interface.
664 stars 121 forks source link

Add ov5640 driver #69

Open mglwolf opened 1 year ago

mglwolf commented 1 year ago

Hi guys, may I know how to add 0v5640 driver?

rzeldent commented 1 year ago

Hi Mglwolf,

Adding the ov5640 requires a new CStreamer object. This is not present in the current rtsp library used in this project. I guess it is possible by writing a streamer for it...

simonyel commented 2 months ago

I would like to have support for OV5640 as well. Currently, the project only works up to 800x600 without issues.