[HELP] Raspberry pi ZeroW motionEYE

Hi,

I have a problem with a Rpi Zero W using the standard camera.
The system is running MotionEYE and it works excellent in Lovelace as a camera entity.

But when i try to use the camera.play_stream a error message comes up.

“Failed to call service camera/play_stream. camera.rpicam does not support play stream service”

Is my camera not supported? or do i have to change some settings in the MotionEYE config?

This is my code and it should work.

{
  "entity_id": "camera.rpicam",
  "media_player": "media_player.cast_stue",
  "format": "hls"
}