← Back to context

Comment by bigfatkitten

2 days ago

To ensure each camera is scanning the same line of each frame at the same time.

This aids in switching without tearing, and if you’re using things like LED video walls, you want to synchronise the refresh rate of the video wall to the camera’s scan rate to eliminate “rolling” and other horrible visual artifacts.

Thanks, I didn't think synchronizing the pixel clock would be needed, but this makes sense.