Integrating Razer Kiyo Webcam as a Continuous Livestream in Home Assistant Dashboard and OctoPrint

Hello Community,

I’m trying to add my Razer Kiyo webcam to Home Assistant so I can view a continuous livestream in the dashboard. I’d also like to get a streaming link to integrate the webcam with OctoPrint.

Here’s what I’ve tried so far:

  1. motionEye: I set up motionEye, but unfortunately, I only get a still image in the dashboard, which updates roughly every 30 seconds, rather than a continuous livestream. Also, I couldn’t find a streaming link in motionEye.

  2. configuration.yaml:

camera:
  - platform: ffmpeg
    name: Razer Kiyo
    input: /dev/video0

This also doesn’t give me a consistent livestream.

My questions:

  • Is there a way to configure the Razer Kiyo in Home Assistant to display an uninterrupted livestream?
  • How can I create a streaming link to use with OctoPrint?

Thanks in advance for any tips or experiences!