Live stream with a camera pi on node red dashboard

Hi @khalil,
I don't have a raspicam, but can't you do it like this:

  1. Get camera snapshot images with node-red-contrib-camerapi.
  2. As soon as images are travelling through your Node-RED flow, show them on your dashboard. In this link I do something similar for an IP camera: if you replace the httprequest node (that gets images from the IP cam) by the camerapi node, I assume it should work...

P.S. Be aware that the above flow keeps pushing images to your dashboard, even if you are currently showing another tab in your dashboard....