When watching a live broadcast and the signal drops, why does the screen seems to wipe across the screen when it comes back?

179 viewsOtherTechnology

When watching a live broadcast and the signal drops, why does the screen seems to wipe across the screen when it comes back?

In: Technology

2 Answers

Anonymous 0 Comments

Because what’s actually happening, is the LEDs are being told one by one what colour they should be and at what time, and theirs many worker processes doing this – seeming as your screen is made up of millions of these little LEDs what we don’t want to have is a millions of processors trying to process every frame as it would be pointless and expensive. Instead the graphics processor splits the frame load up by its amount of LEDs it can handle simultaneously, and instead aims to get the entire frame done using this method. Now as the process takes a set amount of very small time to render, and our eyes are good at perceiving even these slight changes, we tend to notice it eventually. As you went from a black screen with no data, to a screen full of data, it’s more noticeable. Technically every time you render something onto a TV, you are replacing the screen data every time such that it replaces all the colours that’s needed – these rapid changes of colour however are not so easily noticed, especially when the entire screen doesn’t always change.

You are viewing 1 out of 2 answers, click here to view all answers.