How to detect applications that are not visible in screen capture from a Chrome Native Messaging host?

1 week ago 4
ARTICLE AD BOX

I’m building a Native Messaging Host in Go (Windows/macOS) for an online proctoring app. The Chrome side records the screen, and the native host should detect if apps are running but not visible in the screen capture.

Is it technically possible to detect applications that running on the system but are not included in the current screen recording?

Do Windows/macOS offer APIs to know if a window/process is excluded from capture?

Read Entire Article