You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Note: if you are getting OpenCV build errors when building the example, check ou
41
41
## Why not `mss` / `pyautogui`?
42
42
43
43
Those are the definition of "slow" at the time of writing. `mss` tops at 30-50 fps in a tight loop, `pyautogui` is
44
-
even slower than that. Due to GPU accel which comes with D3D11 and pointer sharing, `zbl` captures at 500-700 fps - an order of magnitude faster, which allows a lot more time for the actual processing.
44
+
even slower than that. Due to GPU accel which comes with D3D11, `zbl` captures at 500-700 fps - an order of magnitude faster, which allows a lot more time for the actual processing.
0 commit comments