OH3 ONVIP Camera

New Day - new Challenge :slight_smile:

Today I get my HeimVision HM311 ONVIP Camera and I´m able to stream via iSpy.

In OpenHab I connected a ONVIP Cam via IP Cam Binding as a new Thing and everything looks good.
It shows the green online and I could see the Channels. After linking the important ones - I could see the RTSP Url (tried with VLC) and the MJPEG Url. How I could see the Stream in OH3 and how in the Habpanel?

Thank you

UID: ipcamera:onvif:Outdoor_Cam
label: Outdoor Kamera
thingTypeUID: ipcamera:onvif
configuration:
  mjpegOptions: -q:v 5 -r 2 -vf scale=640:-2 -update 1
  ipAddress: 192.168.178.24
  updateImageWhen: "0"
  onvifPort: 80
  gifPreroll: 0
  ffmpegLocation: /usr/bin/ffmpeg
  serverPort: 6767
  ffmpegOutput: /etc/openhab/html/camera1/
  ipWhitelist: DISABLE
  mp4OutOptions: -c:v copy -c:a copy
  pollTime: 1000
  port: 80
  snapshotOptions: -an -vsync vfr -q:v 2 -update 1
  ptzContinuous: false
  onvifMediaProfile: 0
  hlsOutOptions: -strict -2 -f lavfi -i aevalsrc=0 -acodec aac -vcodec copy
    -hls_flags delete_segments -hls_time 2 -hls_list_size 4
  gifOutOptions: -r 2 -filter_complex
    scale=-2:360:flags=lanczos,setpts=0.5*PTS,split[o1][o2];[o1]palettegen[p];[o2]fifo[o3];[o3][p]paletteuse

in OH3 use this widget

for habpanel there is a widget in the gallery, however I would not spend time setting up habpanel, instead spend the time learning the new UI.