Tagged Questions

1
vote
2answers
375 views

Processing.org applet out of IntelliJ IDEA

I merged my code from Processing.org into IDEA some time ago as it was just more comfortable to develop. Now I need to export the code to an applet. I already set up the configuration for that task, ...
1
vote
1answer
856 views

webcam access using opencv with processing in an applet or application

I made a small sketch with processing using opencv to face detect and track. But when I export as an application and start it nothing happens, same as an applet. First I exported the applet and ...