HA camera recording vs Motioneye?

Hi, at this time i have a debian11 system with HA and Motioneye running.

I already could bind the 7 Cams into HA.
Is it possible to replace Motioneye with HA?
So can HA detect motion in masked areas and record pics/streams if motion accours ?

It depends on the camera model and the integration available for it. Examples:

ONVIF ONVIF - Home Assistant
→ SUPPORTED SENSORS

Hikvision Hikvision - Home Assistant
→ Supported sensor/event types

Dahua https://github.com/rroller/dahua
→ Example Code Events

And so on. :slightly_smiling_face:

as i said, i can see all my 7 cams in HA:

    title: Kameras
    path: kameras
    icon: ''
    badges: []
    cards:
      - show_state: true
        show_name: true
        camera_view: live
        type: picture-entity
        entity: camera.hinterhof
      - show_state: true
        show_name: true
        camera_view: live
        type: picture-entity
        entity: camera.cam_parkstreifen
      - show_state: true
        show_name: true
        camera_view: live
        type: picture-entity
        entity: camera.cam_garagen
      - show_state: true
        show_name: true
        camera_view: live
        type: picture-entity
        entity: camera.192_168_2_111
      - show_state: true
        show_name: true
        camera_view: live
        type: picture-entity
        entity: camera.192_168_2_119
      - show_state: true
        show_name: true
        camera_view: live
        type: picture-entity
        entity: camera.192_168_2_114
      - show_state: true
        show_name: true
        camera_view: live
        type: picture-entity
        entity: camera.192_168_2_116

but how goes it further?

has someone already did this?
I really would like to rplace Motioneye!

That you can see your cams in HA has nothing to do with it. A camera picture/live-stream has nothing to do with (motion) detection. Therefor you need sensors/entities and therefor you need a integration suitable for your camera(s).

Example: Amcrest AD110 with Dahua Integration