dynobo / normcap

OCR powered screen-capture tool to capture information instead of images
https://dynobo.github.io/normcap/
Other
1.8k stars 91 forks source link

fix(screengrab): use more robust args to test grim #575

Closed dynobo closed 6 months ago

dynobo commented 6 months ago

Screenshotting a small region of the screen to test grim with a minimum delay turned out to be not robust, because a pre-defined region might not be part of the display.

Therefor we switched to grab the whole screen for testing, but scale the result to a tiny picture to keep the delay low.

dynobo commented 6 months ago

Partial fix of #375