Skip to content

Commit 3afbc6f

Browse files
authored
Update README.md
1 parent d332fe4 commit 3afbc6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Note: if you are getting OpenCV build errors when building the example, check ou
4141
## Why not `mss` / `pyautogui`?
4242

4343
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.
4545

4646
## Credits
4747

0 commit comments

Comments
 (0)