ngx-webcam
A simple Angular webcam component. Pure & minimal, no
Flash-fallback. <a href="https://basst314.github.io/ngx-webcam/?" target="_blank">See the Demo!</a>
node-onvif
The node-onvif is a Node.js module which allows you to communicate with the network camera which supports the ONVIF specifications.
shinobi-onvif
Made by futomi (on Github) and updated by SolinkCorp (on Github). Forked from https://github.com/SolinkCorp/node-onvif and modified for use with Shinobi(CCTV).
foreign-country-utils
// 初始化
const camera = new Camera({
containerCanvas: canvas,
customVideoConfig: {}, // 自定义视频配置
customAudioConfig: {}, // 自定义声音配置
callBack: (e:Blob) => {
// todo something
}
})