Anyone have any suggestions on how this camera might be integrated with a VeraLite controller? I’ve tried a couple of different URLs, but haven’t been able to get it recognized.
You might want to provide the exact model your using so others can help…
Sure: IPC-HDB4300C
Possible URLs for FFMPEG and JPEG streams. Also for RTSP via VLC.
HDB4300C FFMPEG rtsp://IPADDRESS:554//cam/realmonitor
HDB4300C JPEG http://IPADDRESS/cgi-bin/snapshot.cgi?1
HDB4300C JPEG http://IPADDRESS/cgi-bin/snapshot.cgi?loginuse=[USERNAME]&loginpas=[PASSWORD]
HDB4300C MJPEG http://IPADDRESS/axis-cgi/mjpg/video.cgi?camera=[CHANNEL]
HDB4300C MJPEG http://IPADDRESS/axis-cgi/mjpg/video.cgi?date=1&clock=1&camera=[CHANNEL]&resolution=[WIDTH]x[HEIGHT]
HDB4300C MJPEG http://IPADDRESS:554/axis-cgi/mjpg/video.cgi?camera=1&resolution=[WIDTH]x[HEIGHT]
HDB4300C VLC http://IPADDRESS//axis-cgi/mjpg/video.cgi
Thank you. I had tried the first rtsp URL with no success. Will take a look at the others this evening.
I could be wrong but i dont think any rtsp works with vera stick with the http.
http://IPADDRESS/cgi-bin/snapshot.cgi?1 worked like a charm… ;D