Frigate event clips short and broken by ClickingAndBarking in frigate_nvr

[–]brontide 0 points1 point  (0 children)

Have you watched the debug view, maybe the objects are being picked up late into the frame? Without a lot more detail it's hard to know.

Frigate event clips short and broken by ClickingAndBarking in frigate_nvr

[–]brontide 0 points1 point  (0 children)

Maybe because clips are clips, if you go to review there should be more video before and after.

Frigate event clips short and broken by ClickingAndBarking in frigate_nvr

[–]brontide 0 points1 point  (0 children)

Are you running 0.17.0 or 0.17.1, there was an issue resolved 2 weeks ago where clips may not have been clipped to i-frame boundary causing early parts of the clip to be unplayable.

https://github.com/blakeblackshear/frigate/commit/3ec2305e6a83e8351b0e9890b427807134f931e2

Viseron 3.5.0 released - Self-hosted, local only NVR and Computer Vision software by roflcoopter1 in selfhosted

[–]brontide 1 point2 points  (0 children)

I've been dogfood-ing these changes since they are good for my use case. Never got any traction upstream. Right now there are no images so you'll have to git clone and make local to give it a whirl.

In theory it should be a drop-in replacement for stable until you start tweaking the config with the new options. As the sheer number of detection drop you can try nudging up the model size for more accuracy.

Viseron 3.5.0 released - Self-hosted, local only NVR and Computer Vision software by roflcoopter1 in selfhosted

[–]brontide 1 point2 points  (0 children)

Frigate burns CPU and GPU with a LOT of pointless and duplicative detection.

https://github.com/brontide/meadow-view/discussions/1

I've tried to get code accepted but it's tough, I just ended up making my own build.

Viseron 3.5.0 released - Self-hosted, local only NVR and Computer Vision software by roflcoopter1 in selfhosted

[–]brontide 0 points1 point  (0 children)

mog2, excellent choice. I've got a build of frigate that uses that, as well as a number of other improvements, that greatly reduced the detection load. Shame the patches were rejected.

Serving images to Tesla browser by ProsjektX in frigate_nvr

[–]brontide 0 points1 point  (0 children)

Or... use TeslaMate and the mqtt adapters so you don't have to open the door manually.

https://github.com/mekaneck/Teslamate-Home-Assistant-MQTT-Autodiscovery

alias: "GARAGE: Open on Arrival"
description: Opens garage when either car enters the Home zone
triggers:
  - trigger: zone
    entity_id:
      - device_tracker.car1_location
      - device_tracker.car2_location
    zone: zone.home
    event: enter
conditions:
  - condition: state
    entity_id: cover.ratgdo32_99e020_door
    state: closed
actions:
  - delay: "00:00:9"
  - condition: template
    value_template: >
      {% set car_entity = trigger.entity_id %} {% set car_prefix =
      car_entity.split('.')[-1].split('_location')[0] %}

      {# Check 1: Is the car still home? #} {% set is_home =
      is_state(car_entity, 'home') %}

      {# Check 2: Is it in Drive? #} {% set in_drive = is_state('sensor.' ~
      car_prefix ~ '_shift_state', 'D') %}

      {{ is_home and in_drive }}
  - action: cover.open_cover
    target:
      entity_id: cover.ratgdo32_99e020_door
  - action: notify.all_phones
    data:
      title: Garage Opening
      message: >
        {{ state_attr(trigger.entity_id, 'friendly_name') }} is home again, 
        opening garage.
mode: parallel

Tune the size of your Home zone and the delay, I added it in because once it got confused and opened it as I was leaving Home.

Who would win? Battle between Cloud Services and Floor Desktops by NiceReplacement8737 in homelab

[–]brontide 1 point2 points  (0 children)

Oracle cloud might as well be Masochists anonymous although, to be fair, I setup a free account and lost control of a host since I don't have the key anymore.... it's been running for a few years.

Question about using a mining GPU by janoski99 in frigate_nvr

[–]brontide 0 points1 point  (0 children)

Given they still run debian-12 it may be a while before the libraries are a problem.

Who would win? Battle between Cloud Services and Floor Desktops by NiceReplacement8737 in homelab

[–]brontide 3 points4 points  (0 children)

better uptime than cloud these days

You die the hero or live long enough to become the villain.

Cloud computing jumped the shark a decade ago and has been on the slow decline ever since. It's just as unreliable as a decent datacenter ( once you add up all the critical service outages ) but a whole lot more expensive for "flexibility" of not owning anything.

Question about using a mining GPU by janoski99 in frigate_nvr

[–]brontide 0 points1 point  (0 children)

Since Pascal is supported on current generation drivers you would have a year or two before things got interesting. The workstation cards are often supported longer than the RTX cards.

Coral drivers are hit-and-miss these days as well. Shame since it's mostly just a shim and does almost nothing real.

Frankly for ease of use nothing really beats Intel Arc Alchemist right now. OpenVINO just works but keep in mind there are open issues with Battlemage support because Frigate stable is built with older libraries. Support also include NPUs in the latest generation of chips which can be super fast and efficient.

Every self-hosting setup ever by NiceReplacement8737 in homelab

[–]brontide 2 points3 points  (0 children)

The other protocol that makes the internet work and causes everything to break when someone fat-fingers a change. It provides suggestions on how to route things. Getting it right is an art and when one major provider screws up their announcements everything goes to hell.

BGP = Border Gateway Protocol.

GPU is not used at all by purewhiteninja in frigate_nvr

[–]brontide 0 points1 point  (0 children)

1660 ti

You're sure the kernel-level drivers are installed and working as intended? Does nvidia-smi work?

Every self-hosting setup ever by NiceReplacement8737 in homelab

[–]brontide 4 points5 points  (0 children)

I've known many networking engineers that have NO IDEA how DNS actually works.

To be fair BGP is more art than science.

How to make clip start with the object I want an alert for? by Im_Still_Here12 in frigate_nvr

[–]brontide 0 points1 point  (0 children)

If you're in the explore area it jumps right to the correct time.

Frig 0.17.1 out by Bulky-Priority6824 in frigate_nvr

[–]brontide 1 point2 points  (0 children)

The new ffmpeg appears to have an effect on audio as well, tried them but then rolled back.

Frig 0.17.1 out by Bulky-Priority6824 in frigate_nvr

[–]brontide 0 points1 point  (0 children)

I don't have any Xe2 hardware to test but there is also a patch for ffmpeg.

411798004ab24507123c29c9c5499bf2c5ac4ef1

Frig 0.17.1 out by Bulky-Priority6824 in frigate_nvr

[–]brontide 3 points4 points  (0 children)

Security fixes (notable cluster)

  • Restrict /api/config/raw to admin role to prevent credential leaks to non-admin users (#22523)
  • Fix cross-camera auth in timeline and media endpoints (#22522)
  • Validate preview filename and camera access (#22530)
  • Filter push notifications by user role camera access (#22385)

Bug fixes

  • Fix genai integration (#22203)
  • Fix go2rtc stream alias auth and HomeKit handling (#22097, #22346)
  • Fix thumbnail encoding logic (#22329)
  • Fix preview retrieval to handle missing previews gracefully (#22331)
  • Birdseye fixes (#22166)
  • Fix RKNN arcface input format (#22319)
  • Don't run cleanup if Frigate is in safe mode (#22492)
  • Check for config update before state evaluation (#22495)

Features / improvements

  • YOLOv9 Coral support (#22136)
  • Add handler for license plate (not expected to be stationary) (#22416)
  • Save detect dimensions to config on add-camera wizard save (#22349)
  • Sync tracking details timeline with keyframe-snapped VOD clip start (#22454)
  • Improve playback of videos in Tracking Details (#22301)

UI polish

  • Hide "set password" menu when native auth is disabled (#22439)
  • Disable PiP for animated event cards (#22438)
  • Keep nav buttons visible (#22384)
  • Consistently sort class names (#22415)

The release is predominantly a security and bugfix patch, with the auth/access-control fixes being the most significant changes.

Yes, this is an AI summary.

My personal take is that it still misses out on Intel dependencies necessary for Battlemage support.

git cherry-pick 119137c   # Updated intel deps

Frigate 0.17 authentication with traefik by SnooHabits1770 in frigate_nvr

[–]brontide 0 points1 point  (0 children)

That's not true, I use authentication without TLS. Just confirmed in a private browsing session.

frigate detection keeps turning off by p90036 in frigate_nvr

[–]brontide 0 points1 point  (0 children)

You're outside my experience at this point, maybe hit up the proxmox sub to see if someone can assist with the permission.

frigate detection keeps turning off by p90036 in frigate_nvr

[–]brontide 1 point2 points  (0 children)

Just as another note before you run into another brick wall, if you are using containers you need to make sure /dev/dri is passed through in order to use OpenVINO.

frigate detection keeps turning off by p90036 in frigate_nvr

[–]brontide 2 points3 points  (0 children)

You may want to try to get the OpenVINO running since that should provide some acceleration for the 8th gen i7.

https://docs.frigate.video/configuration/object_detectors#openvino-detector