Image (stream) in OH3UI

this would be your yaml code:

- component: oh-image
  config:
    height: auto
    lazy: false
    refreshInterval: 100
    url: ='http://192.168.178.69/record/current.jpg'
    width: 100%

There is a great binding available (see above) which gives you a lot of functionality but for MX cameras don’t expect too much.
If your requirements are not too much (just live stream) I’d be doing it with oh-image and for door bell trigger or door open commands you need to use http-listener as MainUI does not accept http-get requests anymore, just http-post. T24 does not support http-post.