Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-hikvision-ultimate

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-hikvision-ultimate

A native set of node for Hikvision Cameras, Alarms, Radars etc.

  • 0.0.15
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
145
decreased by-29.27%
Maintainers
1
Weekly downloads
 
Created
Source

node-red-contrib-hikvision-ultimate

A native set of node for Hikvision Cameras, Alarms, Radars, NVR etc.

NPM version NPM downloads per month NPM downloads total MIT License JavaScript Style Guide Donate via PayPal

DESCRIPTION

This is a set of nodes to handle ISAPI Hikvision messages.
Works with cameras, NVR and also with specialized devices, like Radar (for example DS-PR1-60 and 120).
Digest authentication is the default, so it should work with all gears!
All nodes are capable of auto reconnect if the connection is lost and are able to actively monitor the connection.
There are currently only two nodes, one that traps the alarms, in RAW mode, and outputs a JSON and the other that outputs the ANPR License Plate numbers.

THIS NODE IS IN BETA
I'll add helps, docs and samples in this README page. Please have some patience...

CHANGELOG



- RAW Alarm Node

The RAW alarm node connects to NVR, Camera, Alarm system, Radars etc. and outputs the alarm received.



- ANPR (License Plate) Node


Output message

The node outputs this msg.
The payload contains the license plate number and the property "plate" contains other useful informations.

msg = {
    "topic":"",
    "payload":"AB123CD", // This is the license plate
    "connected":true, // true if the connection is OK, otherwise false if the connection is lost.
    "plate":{
        "captureTime":"20201130T114200+0100",
        "plateNumber":"AB123CD",
        "picName":"202011301142008600", // This is the picture's name of the license plate.
        "country":"ITA",
        "laneNo":"1",
        "direction":"forward",
        "matchingResult":"otherlist"
        }
    }

Keywords

FAQs

Package last updated on 01 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc