esp-idf-video-streaming
esp-idf-video-streaming copied to clipboard
FPS speed limit
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)
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.