hello its my first time posting so sorry if its in the wrong place or format.
I want to connect my webcam to my PC and display the live feed on a Node-RED dashboard. Then, I’d like to access this dashboard on my phone (both locally and potentially externally). How can I achieve this?
Details are as follows
- What I’m trying to achieve:
Connect my webcam to my PC and stream the live video feed.
Integrate this live stream into a Node-RED dashboard.
Access the dashboard from my phone, both on the same local network and, if possible, from outside the network. - What I have:
A working Node-RED installation on my PC.
A webcam that works correctly on my PC (I can view the feed in other apps).
A node that allows me to use the camera of the Local device from which im accessing my
dashboard from - Challenges I’m facing:
How can I stream my webcam feed to a URL or in a format that Node-RED can use?
How do I embed the live webcam feed into a Node-RED dashboard?
What steps are required to make the Node-RED dashboard accessible from my phone (locally and externally)?