Can the Eyesy code self-trigger a screenshot to be saved and used again?
You should be able to call: eyesy.screengrab() from inside a mode. This will immediately save a new screengrab. But be careful, you don’t want to call it every frame, it will generate tons of files.
1 Like
That’s exactly what I wanted to hear. I’d just be wanting it to take a snapshot of the results of certain conditions being met. Thank you.