Alteka / Kards

A cross-platform test card generator for AV professionals.
http://alteka.solutions/kards
GNU General Public License v3.0
48 stars 1 forks source link

100 & 120 fps support in AV Sync #63

Closed DrewLX closed 2 years ago

DrewLX commented 2 years ago

A user has requested higher rate AV sync cards. Pretty easy to implement but there's no guarantee the OS / computer will be able to keep up and display at that refresh rate. So we might want show a warning, or check the current OS settings for that given screen. Or use the callbacks from electron to see what rate the given window is refreshing at.

DrewLX commented 2 years ago

This is implemented on the rewrite branch.