0% found this document useful (0 votes)
20 views

Node-RED_Contrib QRdecode (Node)

The document describes the 'node-red-contrib-qrdecode' node for Node-RED, which decodes QR codes from image files. It provides installation instructions and details on how the node operates, including input requirements and error handling. The node is based on the 'qrcode-reader' module and has been tested with specific versions of Node.js and Node-RED.

Uploaded by

Eva Suárez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Node-RED_Contrib QRdecode (Node)

The document describes the 'node-red-contrib-qrdecode' node for Node-RED, which decodes QR codes from image files. It provides installation instructions and details on how the node operates, including input requirements and error handling. The node is based on the 'qrcode-reader' module and has been tested with specific versions of Node.js and Node-RED.

Uploaded by

Eva Suárez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

14/3/23, 11:43 node-red-contrib-qrdecode (node) - Node-RED

Node-RED

home
about
blog
documentation
forum
flows
github

Search library

Sign in with GitHub

node-red-contrib-qrdecode 0.0.2
node for decoding qr code from an image file

npm install node-red-contrib-qrdecode

A Node-RED node to decode a QR code from an image file.

Install
Run the following command in the root directory of your Node-RED install or home directory (usually ~/.node-red) and will also install
needed libraries.

npm install node-red-contrib-qrdecode

The node takes the full (absolute) path of the image file as an input and then sets the message payload with the decoded content of the QR
code contained in the image.

If it does not detect or can not decode the QR code, it returns an error message in the message payload.

This node basically wraps the excellent qrcode-reader node module for decoding the QR code.

Runtime information

This node was tested to Node.js v8.10.0 LTS and NPM 5.6.0 on Node-Red v0.18.4

Usage
Typical use of this node will be with node-red-contrib-usbcamera.

Node Info

Version: 0.0.2
Updated 3 years, 7 months ago
License: MIT
Rating: 5.0 1
View on npm
View on GitHub

Actions

https://flows.nodered.org/node/node-red-contrib-qrdecode 1/3
14/3/23, 11:43 node-red-contrib-qrdecode (node) - Node-RED
Rate:

Downloads

295 in the last week

Nodes

qrdecode

Keywords

node-red
qrcode
qr-code

Maintainers

sandman0

Report this module

If you have a concern about the contents of this module, please let us know. For example, if you believe it contains unsuitable or
inappropriate material.

This is not a way to get help with this module. For that, please contact its maintainers directly or post to the Node-RED Forum.

Please provide some details about the module:

Cancel Report

Node-RED: Low-code programming for event-driven applications.

GitHub
npm
Documentation
APIs

Flow Library
About
Code of Conduct
Community

Blog
Twitter
Forum
Slack

Copyright OpenJS Foundation and Node-RED contributors. All rights reserved. The OpenJS Foundation has registered trademarks and uses
trademarks. For a list of trademarks of the OpenJS Foundation, please see our Trademark Policy and Trademark List. Trademarks and logos
not indicated on the list of OpenJS Foundation trademarks are trademarks™ or registered® trademarks of their respective holders. Use of
them does not imply any affiliation with or endorsement by them.

https://flows.nodered.org/node/node-red-contrib-qrdecode 2/3
14/3/23, 11:43 node-red-contrib-qrdecode (node) - Node-RED
The OpenJS Foundation | Terms of Use | Privacy Policy | OpenJS Foundation Bylaws | Trademark Policy | Trademark List | Cookie Policy |
Cookie Settings

https://flows.nodered.org/node/node-red-contrib-qrdecode 3/3

You might also like