dualdiode
dualdiode
I have the same issue, and wondered if it is related to the standalone application not successfully requesting macOS Catalina camera access control? For me, Catalina did recognise and approve...
Hi, I installed that library and the GettingStartedCapture works in Processing 4 but I still can't get standalone apps to run, one of the errors is _"GettingStartedCapture has been compiled...
Tried to work this out for several hours, and found that when using the video library, java is not included properly in the export application, similar to this issue: https://github.com/processing/processing-video/issues/80...
There is a `MacOS` subdirectory (but not a `macosx` subdirectory) at `/Processing/libraries/video/examples/Capture/GettingStartedCapture/application.macosx/GettingStartedCapture.app/Contents/MacOS`
Might you know of a workaround of the `macosx` / `MacOS` subdirectory naming issue (I suppose to make the app find gstreamer)? I tried for best part of the day...
@Avanividhani when you say you found a way to get this to work, do you mean a standalone application using camera capture running on MacOS Catalina exported from Processing 4...
ok I found running the sketch through processing-java works and is the closest to a standalone app, not perfect but will do for now, many thanks for your thoughts.
Ah thanks so much for pointing [that](https://github.com/processing/processing4/issues/176#issuecomment-855268791) out, I had tried adding the `macosx` folder to the main `Contents` folder (where the `MacOS` folder is situated) but didn't think to...