• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.
J
Reaction score
0

Profile posts Latest activity Postings About

  • Hello jimmyb,

    Just wanted to give you a heads-up that I've replied to your post.
    I'm aware hardware VSYNC makes it OS-specific. The API exists (Direct3D RasterStatus.ScanLine and RasterStatus.INVBlank) and I'm successfully using that for my Arduino input lag meter at http://www.scanningbacklight.com

    I'm now planning to support both hardware and software VSYNC, to give me maximum testing/benchmarking flexibility.
    I came up with an algorithm:
    - I achieved 1-2 microsec accuracy (timecoding) via QueryPerformanceCounter() sync'd up with RasterStatus.ScanLine() (accurately tells me how long ago the last VSYNC was)
    - I only requires signal to scanning backlight once every 10sec (CPU+USB timing independent) or randomly. The Arduino extrapolates. No precise timing, just simply timecoded.
    - I successfully exceeds precision requirements for drift-free timing of strobes (+/-100us) with achieved accuracy of ~2us, almost 2 orders of magnitude safety margin!

    So software VSYNC is quite accurate.
  • Loading…
  • Loading…
  • Loading…
Back
Top