|
|
|
|
|
by swiftcoder
174 days ago
|
|
> I’m pretty sure that’s because the lights are actually flickering They are, but the camera stack should be detecting and compensating for that - it's pretty easy to detect, since it should be a fixed 50/60Hz depending on geographic location. You typically have to implement this filtering on all manner of light sensors. |
|
This is easier when your lights are all in phase and also in a single frequency, but you might also have bulbs that are at different frequencies (120 vs 60) or electric hookups that go out of phase.
It’s a very tricky problem to solve and to the best of my knowledge, nobody truly has. Film lights do clever and expensive tricks to match phase but that’s not feasible in a domestic setup.