File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The node provides UI widget that will display a live image from the web camera
15
15
on the device running the dashboard.
16
16
17
17
The user can click a button to capture an image which is then sent by the node
18
- as a Buffer object contain the image in png format.
18
+ as a Buffer object contain the image in png or jpeg format.
19
19
20
20
If a message is passed to the ` ui_webcam ` node with the ` capture ` property set,
21
21
and if the webcam has been activated on the dashboard, it will capture an image
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-red-node-ui-webcam" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " A Node-RED ui node to capture images from a webcam." ,
5
5
"author" : " Nick O'Leary" ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ <h3>Inputs</h3>
113
113
< h3 > Outputs < / h 3 >
114
114
< dl class = "message-properties" >
115
115
< dt > payload< span class = "property-type" > Buffer</ span > </ dt >
116
- < dd > The captured image as a png.</ dd >
116
+ < dd > The captured image as a png or jpeg .</ dd >
117
117
</ dl >
118
118
< h3 > Details < / h 3 >
119
119
< p > </ p >
You can’t perform that action at this time.
0 commit comments