npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@sumit_shinde_84/node-red-dashboard-2-ui-webcam

v1.0.2

Published

The ui-webcam node for Node-RED Dashboard 2.0 enables users to integrate webcam functionality into Node-RED Dashboard 2.0. It allows users to capture images, select different cameras, and control webcam features through an intuitive user interface within

Downloads

183

Readme

Node-RED Dashboard 2.0 Webcam Widget

The Node-RED Dashboard 2.0 Webcam Widget is a UI widget node designed to facilitate image capture directly from the Dashboard 2.0 interface. This widget enables users to capture images from their device's webcam seamlessly within Node-RED.

Installation:

Ensure that you have previously installed Dashboard 2.0 before proceeding with the installation of the ui-webcam widget.

Using the Node-RED Editor:

  • Navigate to Editor > Menu > Manage Palette > Install.
  • Search for @sumit_shinde_84/node-red-dashboard-2-ui-webcam and install it.

Using Command Line:

  • Run the following command in your Node-RED user directory (typically ~/.node-red):
    npm i @sumit_shinde_84/node-red-dashboard-2-ui-webcam

Usage

The ui-webcam node offers the following functionalities:

  • Live Image Display: Renders a live image feed from the device's webcam within the Dashboard 2.0 interface.
  • Image Capture: Users can click a designated button to capture an image, which is then transmitted by the node as a Base64 string containing the image in PNG format.
  • Automated Image Capture: If a msg.payload is passed to the ui-webcam node with the capture string , the node automatically captures an image without requiring user interaction.
  • Camera Selection: Users have the option to select a different camera by clicking on the three-dot icon located in the top-right corner and choosing their preferred camera from the options.

Browser Support

The webcam widget is compatible with all modern browsers, except Internet Explorer.

If you are accessing the Dashboard 2.0 remotely (not via localhost), then you must use HTTPS otherwise the browser will block access to the webcam.

Privacy

Before the webcam can be activated, the browser will ask the user's permission for the page to access the device. The node cannot capture images until the user has given their permission.