Hello everyone, Iโm building a Python screen recorder that only records when assigned software is open.
If the app is minimized, recording should pause. When multiple apps are assigned, it should automatically pause and resume as the user switches between them.
Iโm having trouble figuring out the best way to approach these features. Has anyone built something similar or have a solution on how to go about this ?