🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

node-red-node-ui-webcam

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-node-ui-webcam - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+1
-1
package.json
{
"name": "node-red-node-ui-webcam",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Node-RED ui node to capture images from a webcam.",

@@ -5,0 +5,0 @@ "author": "Nick O'Leary",

@@ -18,3 +18,3 @@ node-red-node-ui-webcam

The user can click a button to capture an image which is then sent by the node
as a Buffer object contain the image in png format.
as a Buffer object contain the image in png or jpeg format.

@@ -21,0 +21,0 @@ If a message is passed to the `ui_webcam` node with the `capture` property set,

@@ -116,3 +116,3 @@ <!--

<dt>payload<span class="property-type">Buffer</span></dt>
<dd>The captured image as a png.</dd>
<dd>The captured image as a png or jpeg.</dd>
</dl>

@@ -119,0 +119,0 @@ <h3>Details</h3>