-
-
Notifications
You must be signed in to change notification settings - Fork 491
Closed
@youkidearitai
Description
Describe the request
Add the option to disable hardware acceleration for the Arduino IDE application.
Describe the current behavior
I'm trying to capture the Arduino IDE window on OBS, but this is not working:
arduino-pro-ide-cannot-capture-on-message-resized
Operating system
Windows
Operating system version
10
Additional context
Some Electron applications (Ex: Slack, Discord) have an option parameter "Disable to Hardware Acceleration". When this option is checked, it is then possible to capture the window in OBS.
It works when I tried either:
- Windows Compatibility Mode sets to
Windows 7
. - Create a shortcut, add
--disable-gpu
to Target.
Related: electron/electron#16955