Not sure if it’s still an open topic, but wanted to share that I have successfully integrated two Reolink POE cameras models 410 and 520. Both are configured as ONVIF and perform as expected: they provide snapshot images and RTSP streams, and issue a Cell Motion Detection Alarm via ONVIF. Specific to Reolink, the cameras come configured with no password, so that is the first thing to configure. Secondly, the cameras do not successfully report neither a snapshot URL nor RTSP stream URL via ONVIF protocol, so those have to be configured manually. And lastly, the ONVIF port for Reolink is 8000 but the binding by default have it as 80, so that is important to configure for the motion detection alarm. For reference:
- the snapshot URL is in the following format: http://[192.168.x.x]/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=[some_random_string]&user=[user]&password=[password]
- the RTSP stream URL is in the following format: rtsp://[user:password]@[192.168.x.x]:554/h264Preview_01_main
Replace values in [] with your own
I use the following channels exposed by the binding:
- Image
- Poll image
- Last Motion Type
- Cell Motion Detection Alarm