Search found 682 matches

by Sparky
08 Nov 2018, 18:33
Forum: Input Lag / Display Lag / Network Lag
Topic: Input Lag Test Analysis with Arduino Due and a 60Hz monitor
Replies: 5
Views: 5399

Re: Input Lag Test Analysis with Arduino Due and a 60Hz moni

However I notice there is quite a lot of variance for each run of the test (each line) initial climb start time when using random delays between each test. If i set the delay between each test to the same e.g. 1000ms, then the graphs line up almost perfectly (initial climb start the same time each ...
by Sparky
25 Oct 2018, 20:09
Forum: Input Lag / Display Lag / Network Lag
Topic: Measuring keyboard input lag
Replies: 56
Views: 121869

Re: Measuring keyboard input lag

The three approaches I think are best all have in common a test platform capable of both GPIO and USBHost. 1: Mechanical input to USB output. Attach an accelerometer or contact microphone to a mechanism that can press keys with good repeatability. measure the time between when the mechanism touches ...
by Sparky
12 Oct 2018, 22:03
Forum: G-SYNC
Topic: Is this normal ?
Replies: 9
Views: 6435

Re: Is this normal ?

The framerate meters you have are implemented before the GPU, so they won't show you fluctuation in frame time caused by different frames taking different amounts of time to render.
by Sparky
08 Oct 2018, 16:40
Forum: BENQ Zowie Tweaking — Strobe Utility / Blur Reduction / DyAc
Topic: Firmware upgrade using Linux tool, requires no hardware
Replies: 577
Views: 669931

Re: Firmware upgrade using Linux tool, requires no hardware

I have a problem in the last step, when I enter the code ./flashrom, it throws me an error of ./flashrom not found. pleas help me, my monitor is Benq XL2420z Are you in the right place? You can use pwd to see what directory you're in, and ls to see what's there. I've been two days with this and I c...
by Sparky
08 Oct 2018, 14:46
Forum: BENQ Zowie Tweaking — Strobe Utility / Blur Reduction / DyAc
Topic: Firmware upgrade using Linux tool, requires no hardware
Replies: 577
Views: 669931

Re: Firmware upgrade using Linux tool, requires no hardware

Kbenq wrote:
I have a problem in the last step, when I enter the code ./flashrom, it throws me an error of ./flashrom not found.
pleas help me, my monitor is Benq XL2420z
Are you in the right place?
You can use pwd to see what directory you're in, and ls to see what's there.
by Sparky
07 Oct 2018, 05:45
Forum: Input Lag / Display Lag / Network Lag
Topic: USB Latency Tester using Light Sensor
Replies: 4
Views: 4786

Re: USB Latency Tester using Light Sensor

Well, that patent date is after the leo bodnar tester came out, and mostly seems to deal with touchscreens. Is there a specific part of it that you're worried about? There are also a couple implementations similar to your device on this forum: https://forums.blurbusters.com/viewtopic.php?f=10&t=3005...
by Sparky
27 Sep 2018, 22:51
Forum: Input Lag / Display Lag / Network Lag
Topic: 2 monitors side by side input lag test help please
Replies: 8
Views: 6122

Re: 2 monitors side by side input lag test help please

The difference in input lag between the two monitors doesn't change with framerate, you'll just be able to see it more consistently. Say you have two monitors at 60hz, and the timer is running at 30fps. Depending on when the frame completes, a monitor will be displaying the image for 33ms, or it mig...
by Sparky
26 Sep 2018, 21:27
Forum: Input Lag / Display Lag / Network Lag
Topic: 2 monitors side by side input lag test help please
Replies: 8
Views: 6122

Re: 2 monitors side by side input lag test help please

The timer you're using might have a very low framerate when compared to the refresh rate of the monitors.
by Sparky
26 Sep 2018, 18:18
Forum: Input Lag / Display Lag / Network Lag
Topic: 2 monitors side by side input lag test help please
Replies: 8
Views: 6122

Re: 2 monitors side by side input lag test help please

This type of test needs to be run many times. The refresh rate of the monitors and framerate of the timer have a big impact, so you need a lot of samples to figure out exactly how big the difference is. Keep taking photos until you get several where the number on both monitors is different, the prop...
by Sparky
26 Sep 2018, 17:05
Forum: Input Lag / Display Lag / Network Lag
Topic: Measuring keyboard input lag
Replies: 56
Views: 121869

Re: Measuring keyboard input lag

Someone at https://www.reddit.com/r/thinkpad/comments/9ivh0u/thinkpad_keyboards_measurement_of_polling_lag_and/e6n9dc3/ reported that pressing two keys simultaneously on the MasterKeys Pro S, a 1000Hz keyboard, makes one of the two keys appear first every time. That sounds like either the firmware ...