FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Topics & Contributions
   Video, Camera
(Moderator: REAS)
   JMyron webcamxtra error
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: JMyron webcamxtra error  (Read 1397 times)
lars


JMyron webcamxtra error
« on: Aug 18th, 2004, 7:47pm »

I have tried getting the JMyron webcamxtra to work with processing. I have copied the "code" folder into the sketchbook folder as described in the instructions. But I get the following error when I try running one of the example programs:
 
Error: Type JMyron was not found.C:/Program Files/processing-0068/lib/build/Temporary_819_4506.java:5:11:5:16: Semantic Error: A candidate for type "JMyron" was found, but it is invalid and needs to be fixed before this type will successfully compile.
 
I tried copying the code files into the lib folder instead, but then I get this error:
 
 
java.lang.UnsatisfiedLinkError: no JMyron in java.library.path
 
 at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1403)
 
 at java.lang.Runtime.loadLibrary0(Runtime.java:78
 
 at java.lang.System.loadLibrary(System.java:832)
 
 at JMyron.<clinit>(JMyron.java:13)
 
 at Temporary_7565_5654.setup(Temporary_7565_5654.java:5)
 
 at BApplet.init(BApplet.java:185)
 
 at PdeRuntime.start(PdeRuntime.java:151)
 
 at PdeEditor.doRun(PdeEditor.java:807)
 
 at PdeEditorButtons.mouseReleased(PdeEditorButtons.java:41
 
 at java.awt.Component.processMouseEvent(Component.java:5134)
 
 at java.awt.Component.processEvent(Component.java:4931)
 
 at java.awt.Container.processEvent(Container.java:1566)
 
 at java.awt.Component.dispatchEventImpl(Component.java:3639)
 
 at java.awt.Container.dispatchEventImpl(Container.java:1623)
 
 at java.awt.Component.dispatchEvent(Component.java:3480)
 
 at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3450)
 
 at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3165)
 
 at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3095)
 
 at java.awt.Container.dispatchEventImpl(Container.java:1609)
 
 at java.awt.Component.dispatchEvent(Component.java:3480)
 
 at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
 
 at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThrea d.java:197)
 
 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread. java:150)
 
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
 
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
 
 at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
 
 
Do you have any suggestions?
 
lars


Re: JMyron webcamxtra error
« Reply #1 on: Sep 3rd, 2004, 1:47pm »

had put the code folder in the wrong place....
 
Pages: 1 

« Previous topic | Next topic »