0.11.0 Release Candidate 1 #3513
Replies: 7 comments 91 replies
-
Just a comment / observation In the updated docs I see newer slightly different config file entry for hw acceleration
I've added LIBVA_DRIVER_NAME_JELLYFIN=i965 to my docker-compose environment section and recreated the container What I have noticed is vaapi now appears to be much faster that before. Before they were much of a muchness and as QSV was the future I went with that but now using QSV I get inference speeds of 16 and Beelink CPU usage around 45% but with Vaapi I see inference speeds around 12 and CPU usage of 23% I do notice running intel_gpu_top that As I say its as much an observation as anything else and I'm nor really sure when things changed but unless I'm missing something I'll be sticking with vaapi for now. |
Beta Was this translation helpful? Give feedback.
-
here's a few issues that I've found, perhaps these have been reported elsewhere. in recordings, while clicking rapidly between event clips, I stumbled on an error message "Playback cannot continue. No available working or supported playlists." that appears with a spinner containing an X in the center. When this happens, the recordings page locks up, and it's necessary to navigate away from the camera page. Playing recordings at 16x 'buffers' approximately every 3 seconds for about 1.5 seconds. this is 1080p video read from an ssd drive viewed on chrome with 40% cpu load. Most important issue for me is a show stopper - I proxy cam streams through rtsp-simple-server in frigate v0.10 successfully. in v0.11, all of my amcrest cameras green screen.
I was able to verify that the rtsp-simple-server issue is only present in cameras with audio streams. if I disable the camera audio stream everything works normally. if I enable pcm ulaw or aac audio, frigate is unable to access the camera feeds through rtsp-simple-server. for my baby cam, audio is a requirement. I primarily consume my baby monitor feed using webrtc from multiple tablets concurrently, but also want to use frigate for recording and sensing. Unfortunately the cameras don't have enough reliable wireless bandwidth to stream more than one stream concurrently, and rtsp-simple-server is required. this issue appears to be an incompatibility between the jellyfin ffmpeg builds and rtsp-simple-server code. rtsp streams containing audio work fine when proxied from rtsp-simple-server in frigate v0.10 |
Beta Was this translation helpful? Give feedback.
-
Hi: I only see one tag in this RC. In the new docs I understand that from now on using nvidia hard is going to be defined on the config file, so there is no more need for separated tags for each architecture? But at the installation page I read : Running in Docker directly is the recommended install method. Make sure you choose the right image for your architecture:
|
Beta Was this translation helpful? Give feedback.
-
Would this need to be a complete reinstall for a RPi4 8gig with USB TPU? Or would just updating the docker compose file to pull down the latest rc be enough. I almost want to pull the trigger with this but I mainly use the Home Assistant Proxy for viewing and I'm not sure if that parts ready or not. But this looks really cool. Integrates very well with Double-Take for facial recognition training and support. |
Beta Was this translation helpful? Give feedback.
-
how long will it be until frigate 0.11 is released to main? (I ask as i'm after the coral usb compatibility in dsm7 synology) thank you |
Beta Was this translation helpful? Give feedback.
-
Random; I upgraded to the RC2 and made the environment variable changes for LIBVA, but have noticed weird "artifact-ing" both live and recordings. Anyone else getting this? I am guessing it's transcoding related? I can submit a formal issue but wanted to check in case; I'm guessing I might have missed something. RC1 was working great. |
Beta Was this translation helpful? Give feedback.
-
I'm running Frigate on Unraid 6.11 rc5 with Intel 12th gen CPU, Alder Lake. I'm unable to get hardware acceleration to work with Frigate, only get green cameras (Hikvision). hwaccel_args: -c:v h264_qsv Using the same setup, Plex does hardware acceleration correctly so I feel like the host is Ok. Any pointers? |
Beta Was this translation helpful? Give feedback.
-
Major Changes for 0.11.0
Link to updated docs: https://deploy-preview-2829--frigate-docs.netlify.app/
Changes since beta 7
BREAKING CHANGES
stimeout
parameter. This needs to be renamed totimeout
in your config.LIBVA_DRIVER_NAME_JELLYFIN=i965
to get similar hardware acceleration performance to previous builds.No such file or directory: 'ffmpeg'
, then you need to stop overriding your PATH. This happens with both Proxmox LXC and Portainer ([Support]: Beta11 Can't Find FFMPEG #3223)max_seconds
config setting under events has been removed as it no longer has any effectFrigate+ Integration
With this release, users can easily send snapshots to Frigate+ for labeling directly from the Events view. Note that Frigate+ is still in development, and custom models are not yet available. There is no cost to create an account and submit labeled images. Making it simpler to submit images should accelerate the build out of a robust training set.
To enable the Frigate+ functionality, you need to obtain an API Key from your Frigate+ account on the settings page and set it via the
PLUS_API_KEY
environment variable. I am working on getting this added into the Home Assistant Addon as well.Here is the roadmap for Frigate+:
Updated Events View
Updated Recordings View
Updated Dockerbuild
Experimental Timeline UI
Not recommended for use yet, but an alternative UI has been added. It has very limited browser/device support. #2830
Other changes
all
objects for each camera & zone #2908contour_area
andthreshold
values can now be adjusted dynamically via mqtt (Adjust camera motion threshold and contour area with mqtt #3154)Full Changelog: v0.10.0...v0.11.0-rc1
Image:
blakeblackshear/frigate:0.11.0-rc1
This discussion was created from the release 0.11.0 Release Candidate 1.
Beta Was this translation helpful? Give feedback.
All reactions