node-red-node-ui-webcam
Advanced tools
+1
-1
| { | ||
| "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", |
+1
-1
@@ -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, |
+1
-1
@@ -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> |
34501
0.05%