Hello together, I´m new in this forum, actually that´s the first time I post anything in a forum, so if I do something wrong (wrong forum, wrong topic, etc. forgot information) please tell me.
I am working with an ESP32 Feather from Adafruit in combination with an AMG8833 Feather from Adafruit.
I´m trying so set up a webpage where I can see the live stream of the thermal cam an also can adjust the Minimum and Maximum Temperature.
So far I can view the Picture via the manipulation of a table and I can also adjust the Min/Max temperature.
Now I cannot figure out how so set up the video stream, I have to say I´m an absolute newbie in Networking. I tried to set up a java script to update the cells of the table but that didn´t work out. I also googled but I can´t find anything similar. Do I have to use Websockets and have an extra Html file on my computer which is the client and one provide an Websocket server on the ESP32 or can I run everything on the ESP32 an use the provided array somehow as an source for an HTML video element?
I´m really stuck here and would appreciate any help.
My code and a picture of the website is in the attachements.
Thermal_Cam.ino (8.37 KB)