BradyBrenot / huestacean

Philips Hue control app for desktop with screen syncing. C++ with Qt Quick GUI.
http://huestacean.com
Apache License 2.0
566 stars 54 forks source link

Warn when screen capture is using a slow path #37

Open BradyBrenot opened 6 years ago

BradyBrenot commented 6 years ago

Warn user if screen capture is using GDI on Windows because DXGI capping isn't available.

Anything similar for other platforms?

Will probably require forking screen_capture_lite, which I already need for #36