Take a snapshot from a MJPEG stream and save it

In my old HA I did have a add a motioneye intergration connect to my motioneye server. It was simple after that to get a image and save it in Node-RED.

In my latest HA I have add motioneye in Add-ons and skip the motioneye server and it works nice too but I have no idea how to get a image now in Node-RED and save it?

I have google some Node-RED that can capture a open MJPEG stream and save but I have not find any good.

You can create a camera entity from a MJPEG stream with the MJPEG IP Camera integration. Then you can use the call service node to call camera.snapshot to save an image.

1 Like