neolink icon indicating copy to clipboard operation
neolink copied to clipboard

Neolink Feed "Brighter"/Overexposed Compared To Reolink App Or Webpage

Open royaltongue opened this issue 7 months ago • 0 comments

Describe the bug When viewing the feed of my camera from Neolink in Frigate, the image is brighter/whiter/overexposed than it's supposed to be

To Reproduce Steps to reproduce the behavior. Example:

  1. Create this configuration file:
bind = "0.0.0.0"
discovery = "local"

[[cameras]]
name = "doorbell"
username = "admin"
password = "[redacted]"
uid = "[redacted]"
address = "192.168.3.8"
  1. Launch Neolink:
  2. Frigate configuration:
  doorbell:
    ffmpeg:
      inputs:
        - path: rtsp://neolink:8554/doorbell/main
          input_args: preset-rtsp-restream
          roles:
            - record
            - detect
    record:
      enabled: false
    detect:
      enabled: false
      width: 1920
      height: 1080
      fps: 20
  1. View camera feed from inside Frigate

Expected behavior Camera feed should be the same

Pictures:

From Reolink directly: Image

From Frigate: Image

Versions NVR software: Frigate 0.15.0-6cb5cfb Neolink software: 6e05e7844b5b50f89787d30bffcbbd3471bfcfde in Docker Reolink camera model and firmware: Reolink WiFi Doorbell v3.0.0.4662_2503122270

royaltongue avatar May 10 '25 05:05 royaltongue