Replies: 1 comment
-
The first resolution was : FRAMESIZE_UXGA, // 1600x1200 => took 1 sec to render
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created a dashboard that besides metrics also display live camera images, collected via an ESP32 microcontroller camera.
However rendering an image of 100kb take about 1 sec to render. Is there a faster way to do so ?
I didn't find any way besides creating a texture . This however freezes most of the time the dashboard as these images arrive 10 fps.
Beta Was this translation helpful? Give feedback.
All reactions