-
Does Normcap actually takes a screenshot (an image screenshot). If so, does it store it somewhere? If so, where is it stored? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @louis-vgn , NormCap itself normally doesn't store the images of the screenshots it takes. But to be precise, there are two cases in which images end up on your harddrive anyway:
Does this answer your question? |
Beta Was this translation helpful? Give feedback.
Hi @louis-vgn , NormCap itself normally doesn't store the images of the screenshots it takes. But to be precise, there are two cases in which images end up on your harddrive anyway:
If you run NormCap in debug mode (e.g.
normcap -v debug
) some images are written to a temporary folder to support troubleshooting. On Linux, the images should be written to/tmp/normcap/
, but the log output contains the complete images' paths, e.g.:If you run a Linux system with the Wayland compositor (according to #331 you do ;-), NormCap has to use Wayland's internal screenshot mecha…