Open kazuhitoyokoi opened 6 months ago
I also found the official document of this design. https://github.com/FlowFuse/node-red-dashboard/blob/v1.7.1/docs/contributing/widgets/third-party.md
Thanks @kazuhitoyokoi for submitting the issue. I will take a look at it. I noticed that you have been contributing to the Node-RED community diligently for many years. You are welcome to submit a pull request to this repository, as this widget needs more features and improvements.
When the Node-RED flow editor is disabled with
node-red -D httpAdminRoot=false
, I found that there is no webcam UI on the Dashboard UI.The reason for this problem is that Dashboard UI cannot access
ui-webcam.umd.js
under/resources
path. I thought that/resources
path is for flow editor, not dashboard UI.