circuitrocks / ESP32-RTSP

ESP32-CAM as RTSP stream server
231 stars 69 forks source link

Frame resolution #7

Closed silverhorse3 closed 3 years ago

silverhorse3 commented 3 years ago

I can see that it streams at 800x600, is there any way to reduce that resolution? That would help to make it faster

beegee-tokyo commented 3 years ago

Image size is set in the config file. You can experiment to change it in the Micro-RTSP library in OV2640.cpp You can try the different options. But if I remember correct FRAMESIZE_SVGA was the only one that worked. Not sure, it is a long time since I worked on this code.

silverhorse3 commented 3 years ago

Yes, i tried to change the resolution, but it always works at 800x600

beegee-tokyo commented 3 years ago

I am just using the Micro-RTSP library. Maybe raising an issue at their repository Micro-RTSP can give you an answer. I am not familiar with the internals of this library.