blakeblackshear / frigate

NVR with realtime local object detection for IP cameras
https://frigate.video
MIT License
19.23k stars 1.76k forks source link

Reolink trackmix poe #6676

Closed mmaaligema closed 1 year ago

mmaaligema commented 1 year ago

Describe the problem you are having

Hur skriver jag en rätt frigate.yml file om jag vil ha min reolink trackmix poe att fungera i frigate nvr i home assistant ? 132 / 5 000 Översättningsresultat Översättningsresultat Hello !

How do I write a correct frigate.yml file if I want my reoloink trackmix poe to work in frigate nvr in home assistant?

Version

0.12.0

Frigate config file

cameras:
  reolink:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.1.8:8554/reolink?video=copy&audio=aac
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://192.168.1.8:8554/reolink_sub?video=copy
          input_args: preset-rtsp-restream
          roles:
            - detect

docker-compose file or Docker CLI command

now

Relevant log output

?

FFprobe output from your camera

?

Operating system

HassOS

Install method

HassOS Addon

Network connection

Wired

Camera make and model

Reolink trackmix poe

Any other information that may be helpful

https://reolink.com/ch/product/reolink-trackmix-poe/

NickM-27 commented 1 year ago

The recommended reolink configuration is in the docs https://docs.frigate.video/configuration/camera_specific#reolink-cameras

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

lehnen commented 1 year ago

The recommended reolink configuration from the doc's did not work for me on my Reolink trackmix poe. I could grab the stream via rtsp://<username>:<password>@<reolink ip>:554/h264Preview_01_main

harisk73 commented 9 months ago

The recommended reolink configuration from the doc's did not work for me on my Reolink trackmix poe. I could grab the stream via rtsp://<username>:<password>@<reolink ip>:554/h264Preview_01_main

Can you please post your complete working configuration?

lehnen commented 9 months ago

@harisk73 sure:

mqtt:
  host: <mqtt host ip>
  user: <mqtt user>
  password: <mqtt password>

detectors:
  coral:
    type: edgetpu
    device: usb

birdseye:
  enabled: true
  mode: continuous

record:
  enabled: True
  events:
    retain:
      default: 14
      mode: active_objects

detect:
  width: 1080
  height: 720
  #fps: 5
  enabled: True
  max_disappeared: 25

objects:
  track:
    - person
    - cat
    - dog
  filters:
    person:
      min_score: 0.68
      threshold: 0.78

go2rtc:
  streams:
    garten:
      - ffmpeg:rtsp://<user>:<password>@<ip address of camera>:554
      - "ffmpeg:garten#video=h264#audio=aac"
    garten_sub:
      - ffmpeg:rtsp://<user>:<password>@<ip address of camera>:554/h264Preview_01_main
      - "ffmpeg:garten#video=h264#audio=aac"

cameras:
  garten: 
    birdseye:
      mode: continuous
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/garten 
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/garten_sub
          roles:
            - detect
mmaaligema commented 9 months ago

Thanks you so very very much Ha en trevlig dag 😊

Med vänlig hälsning/Best regards

Mikael Näslund Tekniker Miljö- och samhällsbyggnadsförvaltningen

Telefon: 0225-340 21<tel:0225-340%2021>

@.**@.>

[huvudlogo_liggande_2rad_3farg (2)] www.hedemora.sehttp://www.hedemora.se/ |https:/www.facebook.com/hedemorakommunhttps://www.facebook.com/hedemorakommun Hökargatan 6, 776 30 Hedemora<x-apple-data-detectors://4> | Växel: 0225-340 00<tel:0225-340%2000>

Information om hur Hedemora kommun behandlar dina personuppgifter och hur du tar tillvara på dina rättigheter enligt Dataskyddsförordningen (GDPR – General Data Protection Regulation) finns på Hedemora kommuns hemsida www.hedemora.sehttp://www.hedemora.se/. Du kan också kontakta kommunens kundtjänst tel. 0225-340 00<tel:0225-340%2000>.

29 jan. 2024 kl. 15:43 skrev lehnen @.***>:



@harisk73https://github.com/harisk73 sure:

mqtt: host: user: hass password: mosquitto

detectors: coral: type: edgetpu device: usb

birdseye: enabled: true mode: continuous

record: enabled: True events: retain: default: 14 mode: active_objects

detect: width: 1080 height: 720

fps: 5

enabled: True max_disappeared: 25

objects: track:

go2rtc: streams: garten:

cameras: garten: birdseye: mode: continuous ffmpeg: inputs:

— Reply to this email directly, view it on GitHubhttps://github.com/blakeblackshear/frigate/issues/6676#issuecomment-1914835586, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A5RGR4ICCCSDBH5GG5LKVP3YQ6YPZAVCNFSM6AAAAAAYW4VND6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJUHAZTKNJYGY. You are receiving this because you authored the thread.Message ID: @.***>

harisk73 commented 9 months ago

@lehnen Thank you for sharing.

gio-dot commented 6 months ago

@harisk73 sure:

Hi, i'm interested in this cam and i have some question before to buy it:

  1. Can you manage both cameras inside the cam (wide and narrow lens) in frigate?
  2. Each camera inside the cam does have high and low resolution flows?
  3. Can you manage PTZ in Frigate/Homeassistant?