Good day
I am trying to set up an esp32 camera, however, this one is with custom code, at the end it provides a fixed IP/web address like so:
Note: All IPs start with “http://”, but I am unable to post it like so
192.168.XX.XXX/cam-hi.jpg
192.168.XX.XXX/cam-low.jpg
I want to have the setup like it so I can access it as needed (if I want to see high resolution or low resolution images)
I am able to see it when I configure it on the static
But I am unable to set the address as the streaming as well, is this possible? Since I do not have user/admin passwords, I tried the following but didn’t work
stream:
camera:
platform: generic
name: TTGO Camera
still_image_url: “192.168.XX.XXX/cam-hi.jpg”
stream_source: “rtsp://192.168.XX.XXX/cam-hi.jpg:554”