node-red-contrib-onvif 1.0.3

A Node-RED node that interacts with ip cameras using the ONVIF protocol

npm install node-red-contrib-onvif

A Node-RED node that interacts with ip cameras using the ONVIF protocol.

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-onvif

Flows usage

Input

msg.payload = {
    url: "", // IP camera URL
    username: "", // IP camera username
    password: "", // IP camera password
    resize: {
        width: 800 // resize by width or height
    }
}

Output

msg.payload = {
    image: {
        "base64": "", // Base64 encoded image
        "binary": "", // Binary image
    }
}

Dashboard Usage

ONVIF Snapshot returns msg.payload in the form of a base64 encoded image to use with a Node-RED Dashboard template

<img src="{{ msg.payload.image.base64 }}">

Node Info

Version: 1.0.3
Updated 3 years, 1 month ago
License: Apache
Rating: 2.3 3

Actions

Rate:

Downloads

90 in the last week

Nodes

  • ONVIF Snapshot

Keywords

  • node-red
  • node-red-contrib
  • onvif
  • ipcam

Maintainers