|
|
|
|
|
by LinuxBender
1342 days ago
|
|
I don't know how complete it is, but this site [1] claims to verify which cameras are truly ONVIF compliant as apparently some companies make false claims about their cameras or gatekeep some ONVIF functions. [1] - https://www.onvif.org/conformant-products/ |
|
The most important part is getting the video. The popular open standard is RTSP. Many cameras have astonishingly poor RTSP implementations. See https://github.com/scottlamb/moonfire-nvr/wiki/Cameras:-Reol... for some of what I'm talking about. That ONVIF page (https://www.onvif.org/conformant-products/) says everything is fine for several Reolink models, but I don't believe it!
After that would be some way to get the analytics, assuming the camera has them and they're any good. If the ONVIF API works well, great, but a proprietary API isn't that bad IMHO as long as it's simple.