Hi All,
I am still working on the same project, but is going to use Mac mini i5 2012 to run the program I found out that the camera.start(); is causing the problem now. The error says:
java.lang.RuntimeExcaption: Waited 5000ms for: <365779eb, 38909151>[count 2, qsz 0, owner <main-FPSAWTAnimator#00-Timer0>] - <main-FPSAWTAnimator#00-Timer1>
at processing.opengl.PSurfaceJoGL$2.run(PSurfaceJPGL.java:467) at java.lang.Thread.run(Thread.java:745)
When I use this find with MBP it is fine, so I wonder how should I change the line or where to place it to run the program again. Also, I read somewhere to use delay();, which I did try but didn't work.
Any suggestion?? Thanks