Cannot get screen captures faster than one per 17 ms

55 views Asked by At

I am trying to make trigger, using Kotlin, which can work faster than one image per 17 ms. But it cant give me that time despite all my solutions

I tried to use 1) Robot().createScreenCapture() 2) FFMpegGrabber 3) multithreaded Robot 4) multiple instances of my programm. But it can't give me time faster than 17 ms, when i launch 4 programms, they all work with 68 ms each, which is (17 * 4), how to fix that problem? Maybe there is some low-level framework for kotlin/java which can do that?

0

There are 0 answers