Hi, I have a Panasonic AW-HE2 camera which outputs an MJPEG video stream. Its webpage does it in a weird way though, because it just refreshes a script really fast that outputs an image. You can see here:
I got it to work this summer somehow, but I forgot how I did it and i haven’t found a way to turn the still images into a video stream, I have tried several other keywords for the ?action= thing in the URL to no avail. The only option is to refresh the image really fast.
I could also give you the javascript files to see if you could do something with the &n= option at the end.
While I don’t have that exact model; I do have some with similar setups.
Research to see if there’s a configuration for RTSP; that’d be for a live stream instead of snapshot mode. I had to setup the RSTP ports for my cameras in HA to get mine to work.
It does work, but the resolution is 320x360 instead of 640x480. I want the higher resolution since the first one is kind of pixelated. I tried http://192.168.1.148/cgi-bin/camera?ch=0&resolution=640x480 but all it shows is a black screen.