Generic camera - stream with image only

This error occurs, because there is only an image available and no video. This is not a camera. How can I properly set it, so it streams the image instead of MP4 or any other stream.

Logger: pyhap.camera
Source: /Users/server/homeassistant/lib/python3.9/site-packages/pyhap/camera.py:573 
First occurred: 13:30:31 (3 occurrences) 
Last logged: 13:30:40

 Failed to start/reconfigure stream, deleting session.
camera:
  - platform: generic
    still_image_url: http://127.0.0.1:8123/local/status.png
    name: Status

If I add this line, it actually doesn’t produce the error, but I also can’t show the camera full screen in HomeKit (not available) and a new error message (Failed to close/kill stream) appears.
stream_source: http://127.0.0.1:8123/local/status.png

did you ever resolve this? same issue here.

Unfortunately not, sorry.