I've been trying to use the Movie() object but It keeps crashing the sketch. Below is the error message for Frames.pde example that comes with the video library, just as an example, although I get similar messages for the Capture() object as well. I'm fairly new to code so I'm pretty lost on what to take from this message, any pointers would be appreciated!
JRE version: Java(TM) SE Runtime Environment (8.0_74-b02) (build 1.8.0_74-b02)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.74-b02 mixed mode bsd-amd64 compressed oops)
Problematic frame:
C 0x00007fff6b39df48
#
Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
An error report file with more information is saved as:
/Users/Abe/hs_err_pid635.log
#
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
# Could not run the sketch (Target VM failed to initialize). Make sure that you haven't set the maximum available memory too high. For more information, read revisions.txt and Help → Troubleshooting.