If it can help you, I installed Node Red on Win10 with a PC equipped with an integrated webcam.you take a picture from the web cam and display it on the Dashboard:
instal : node-red-contrib-usbcamera
from the palette
[{"id":"35f18345f50f3ec2","type":"ui_button","z":"89d3af175a223bca","name":"webcam","group":"60bff788.d10d28","order":3,"width":1,"height":1,"passthru":true,"label":"cam","tooltip":"","color":"","bgcolor":"","className":"","icon":"","payload":"go","payloadType":"str","topic":"testDetection","topicType":"str","x":390,"y":430,"wires":[["75b97e9991341f20"]]},{"id":"75b97e9991341f20","type":"usbcamera","z":"89d3af175a223bca","filemode":"0","filename":"image01.jpg","filedefpath":"1","filepath":"D:\\Documents\\Pictures\\Camera Roll","fileformat":"jpeg","resolution":"5","name":"","x":540,"y":430,"wires":[["695ed8b1b88af243"]]},{"id":"695ed8b1b88af243","type":"base64","z":"89d3af175a223bca","name":"","action":"str","property":"payload","x":580,"y":470,"wires":[["96efc2f989459ba4"]]},{"id":"96efc2f989459ba4","type":"ui_template","z":"89d3af175a223bca","group":"60bff788.d10d28","name":"tuto aff New pict","order":1,"width":10,"height":8,"format":"<!DOCTYPE html>\n<html>\n<head>\n<style>\ndiv.parent {\n position: relative;\n height: 480px ;\n}\ndiv.absolute {\n position: absolute;\n width: 100%;\n bottom: 0px;\n} \n\n</style>\n</head>\n<body>\n <div class=\"parent\">\n <div class=\"absolute\" >\n <img src=\"data:image/jpg;base64,{{msg.payload}}\" alt=\"Camera New Picture\" style=\"width:100%\"><br>\n {{msg.filename}}\n </div>\n </div>\n</body>\n</html>\n\n\n\n\n\n\n<!--\n<div>\n<img style=\"position:absolute;width:100%;bottom:0px;\" alt=\"Image not found\" \nsrc=\"data:image/jpg;base64,{{msg.payload}}\"/><br>\n</div>\n\n <div>\n {{msg.fileName}} {{msg.affSlideIndex}}/{{msg.numSlides}} \n </div> \n \n -->\n \n \n","storeOutMessages":true,"fwdInMessages":true,"resendOnRefresh":false,"templateScope":"local","className":"","x":730,"y":470,"wires":[[]]},{"id":"60bff788.d10d28","type":"ui_group","name":"camStream","tab":"edb4afad.52228","order":1,"disp":true,"width":"10","collapse":false,"className":""},{"id":"edb4afad.52228","type":"ui_tab","name":"Home","icon":"dashboard","order":2,"disabled":false,"hidden":false}]