esp-idf-video-streaming icon indicating copy to clipboard operation
esp-idf-video-streaming copied to clipboard

FPS speed limit

Open ghost opened this issue 9 months ago • 1 comments

Hi,

From where does this limitation come from:

Limitations At 320x240, 30FPS is the maximum rate regardless of camera capabilities. At 640x480, 15FPS is the maximum rate regardless of camera capabilities.

Is there a way to overcome this? (higher resolution, and frame per seconds)

ghost avatar Feb 25 '25 09:02 ghost

From where does this limitation come from:

I based it on this official example. These are listed in the Known Limitations section of this document.

Is there a way to overcome this? (higher resolution, and frame per seconds)

I don't know. This project uses this component. Please ask in the issues of this repository.

nopnop2002 avatar Feb 25 '25 11:02 nopnop2002