I made a small tool in Processing 3.5.4 that I would like to export as a standalone application on Windows 10 Home (v. 1909).
If I leave out the webcam functionality, the app runs just fine, but as soon as I try to access the webcam, the app just starts with a gray screen and does nothing.
You can simply reproduce the problem by importing the Video Library, go to examples and open the Mirror example. The example runs just fine inside the editor, it can access the camera, shows the image, all good… but when you export the app and try to run it, it simple gets stucks with a gray screen.
Hope somebody has some ideas on what I can do to fix this issue.