-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slower than expected time to initial image #1769
Comments
When you say video latency, do you mean (i) time from a blank page to first image to load, or do you mean (ii) delay between real-time and what you see on camera generally? |
Good question! |
Huh. OK. Can't say I noticed any difference. Let me try out your config. |
As a cursory check: Do you see anything unusual logged to your Javascript console? (F12 in Chrome) |
Javascript console I will check today afternoon - when I will back to home. The configuration of the Frigate card I have provided above.
|
@spiderjuka Thanks. As well as checking the Javascript console, any chance you could take a short video clip / screen capture of the loading and what you see? |
Below you can find some finding at Java console - I don't know if it is important or not? Frigate Card v5.2.0 on Tablet - OK: |
Those logs are just Frigate being over loggy, that was fixed in a later Frigate release, I highly doubt it's related. You could try:
Your issue looks like a rendering problem (the fact it updates when you move the mouse over it). The PTZ thing is just "another thing" the card needs to do at startup. My theory is the initialization is finished, but for some reason the card is not being re-rendered and then "coincidentally" re-renders when something else forces it to (e.g. mouse move). |
@spiderjuka Are you using any URL actions, i.e. query parameters in your dashboard URL? |
I already did it - unfortunatelly still error in logs is present:
|
Yes, only for two buttons: one is nevigate to camera doorbel (lovelance) and second navigate to outside standard camera.
But it is important to note that in the Frigate Card v5.2.0 there was no PTZ error and there was no significant delay in the camera image appearing - why? |
When you don't use the URL actions, do you still have your delay?
Well, that's the whole point of this issue, to find out :-) The codebase changed massively between |
I changed url to navigate and after I deleted button - still this same delay.
But why still PTZ error exist in logs even capabilities was disabled for it? |
Can you clarify what you mean by that? If you just manually go to a dashboard URL with a card, you get the same delay?
Camera capabilities are fetched, then disables are applied on top. |
BTW: If you try different live_providers (e.g. |
Yes it is - dosen't meter how I do it - thru the button or manually - this same delay is. |
I did it. After change deleay is this same, but two way audio was gone :( - provider must be go2rtc. |
OK -- thank you. Currently don't have much to go on here :-( I'll have to look into it / experiment. |
After update Frigate Card form version 5.2.0 to > 6.x.x I noticed a significant latency in the appearance of the camera image.
Version v5.2.0 has much less video latency when compared to v6.x.x (current 6.0.12)
For Frigate Card version 5.2.0 after switching to the camera the image from the camera is visible almost immediately. After update to version > 6.x.x (currently tested on 6.0.12) sometimes need to wait even 1-2 seconds which is problem when operating the intercom (Hikvison Doorbell).
My hardware configuration:
HAOS is installed on Dell Wyse 5070 (Intel J5005) with Proxmox.
Frigate Card setup:
I had to back to version 5.2.0 because I have no idea how to solev the problem.
Can you support me to solve it?
The text was updated successfully, but these errors were encountered: