Replies: 7 comments 10 replies
-
|
Thank you :) Well, we usually fight with the opposite problem in the configuration (the LED system lags behind the TV) but in some configurations a situation like yours can also occur. This is usually caused by heavy TV image processing e.g. if we turn on the advanced features of the TV's cinema mode then the delay can be even more than 200ms, which the TV needs to process the signal. For starters, I can suggest the opposite of the standard hints: increase the delay(time) in the smoothing settings (don't reduce the frequency there, it should still be high) and switch smoothing algorithm from "advanced linear" to "linear", in the grabber: set the capture resolution to high , try different codec e.g. MJPEG, do not enable "Quarter of frame mode", use lower framerate or set 'Software frame skipping' higher than 1. Start with the smoothing delay alone, I think it should help. |
Beta Was this translation helpful? Give feedback.
-
|
Heya, would it be possible for this to be added into an early beta? Hyperion has a function to delay the LEDs on a frame by frame basis. This is especially great for syncing multiple different outputs (SPI, PWM, Network, etc.). |
Beta Was this translation helpful? Give feedback.
-
|
Hey @awawa-dev and @acortelyou Thanks @awawa-dev for the continuous contributions I was looking at QTimer::singleShot myself, before I stumbled on this post, but unfortunately, I'm not proficient in C++, Do you have a new version or other suggestions? I saw in the thread that you faced some inconsistency while using your PR. I have a similar inconvenience, my LEDs are faster than a TV display. In my case, LEDs ignite ~300ms faster than the display's image. ProposeI'm not sure that delay in smoothing is the right place as in HyperionNg, I think it's better to be inside device section, IMHO not all people like smoothing effect. Add text input called "Delay" or something similar to
Why this is the issue / BackgroundI have a build in android TV in my TV, it's really fast, since it's android I use hyperion android graber app. The app sends data via |
Beta Was this translation helpful? Give feedback.
-
|
Hey, I know this is an old issue and it may be worked on in the future, but just wanted to comment that I'm having this issue as well. I'm running v21.0.0. I'm using the Android Hyperion Grabber on a Shield 2019 and HyperSerialPico is running the leds and HyperHDR is running as a home assistant addon on a Raspberry Pi 4. In the Shield menu everything seems to be synced just fine, but when I play any video, the leds are a fraction of a second quicker than the TV. I've tried everything in this thread without success. |
Beta Was this translation helpful? Give feedback.
-
|
Have you tried putting your TV in game mode? That solved it for me when nothing else was working. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I have the same issue using Hyperion Android Grabber and a TCL TV. I can't put the TV in game mode if it's not coming from HDMI. What could I do to avoid the LED being lit before the image displayed on TV ? Thanks in advance for your answers. |
Beta Was this translation helpful? Give feedback.
-
|
@gghisellini To avoid duplicating threads. And in case you want to take a look. I’ve been doing some tests on the latest beta and it seems feasible to create a FIFO queue with a size equal to the number of frames to delay. I’ve been testing it and, in my case, with 4–5 frames it works well (smooth colors with a delay, no performance drops). Anyone up for it? |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
I first want to say that I love HyperHDR, and I want to thank everyone who contributes, especially awawa-dev.
I have been having a problem that I don't think I have seen in the discussion. I tried to search, but I am not sure what to search for. First, my rig is the following,
HDMI switch >
EZCOO HDMI Splitter>
MS2109>
Raspberry Pi 4 running HyperHDR 19.0>
ESP 32 running HyperSPI 9.0>
Level Shifter>
SK6812 with 232 LEDs
I have the same set up in another room but instead of the switch it's a AV Receiver and it has 270 LEDs.
My problem is that the lights are appearing slightly before the television. I had this same problem when I was on HyperHDR 18.0, but when I upgraded to 19.0 it was fixed for at least a day or two before the tv fell behind the lights. It was perfectly synced for that day or two, so I feel like this is a problem that can be solved, but I don't really understand how HyperHDR works. I just follow the instructions. The effect that the lights have when they are perfectly synced is far superior to when the TV is lagging behind them, so any help would be greatly appreciated.
Thanks again for your help, and all of the hard work you put into this. I love it.
Beta Was this translation helpful? Give feedback.
All reactions