简体   繁体   English

IP摄像机/光传感器Node.js

[英]IP-camera/light sensor Node.js

I have a Node.js server application which I would like to connect several IP-cameras to. 我有一个Node.js服务器应用程序,我想将多个IP摄像机连接到该应用程序。 I found out about the ONVIF IP-camera standard, but I find it hard to find cheap (less than 50€) ONVIF IP-cameras from Europe. 我发现了有关ONVIF IP摄像机标准的信息,但我发现很难从欧洲找到便宜的(不到50欧元)ONVIF IP摄像机。

Is there any other way of accessing IP-camera data from a Node.js server other than through ONVIF standard? 除了通过ONVIF标准之外,还有其他方法可以从Node.js服务器访问IP摄像机数据吗? Basically I want to either trigger node.js function on motion detection or if the cameras/light sensors light value changes. 基本上,我想在运动检测或相机/光线传感器的光线值更改时触发node.js函数。

ONVIF node.js implementation: https://github.com/agsh/onvif ONVIF IP-camera support list: http://www.onvif.org/ConformantProducts/ProfileProducts.aspx ONVIF node.js实现: https : //github.com/agsh/onvif ONVIF IP摄像机支持列表: http : //www.onvif.org/ConformantProducts/ProfileProducts.aspx

I have introduced an ONVIF Emulator in the following post: Onvif Simulator For Testing Onvif web service client 我在以下文章中介绍了ONVIF模拟器: 用于测试Onvif Web服务客户端的Onvif模拟器

You can also search for demo cameras that manufacturers allow you to access the device for test. 您还可以搜索制造商允许您访问设备进行测试的演示摄像机。 For instance: https://www.toshibasecurity.com/products/Live-Demo-Cameras/ 例如: https//www.toshibasecurity.com/products/Live-Demo-Cameras/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM