We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Jmyron Error (Read 1682 times)
Jmyron Error
Nov 21st, 2006, 8:01pm
 
Hi

I am a media artist and I am making an installation with a webcam. On windows everything work fine but when I am trying to run my code in mac osx I get this error:

myron_ezcam_run() failed at cam->initCamera()

Invalid memory access of location 00000000 eip=021330f1

I had already replace the Processing/libraries/JMyron/library/libJMyron.jnilib with the one found in:
http://www.jibberia.com/projects/

I am running on Processing 121 and Jmyron 0025
Any suggestions
Re: Jmyron Error
Reply #1 - Feb 15th, 2007, 5:24pm
 
I get the same error on a ibook g4 ppc osx, java 1.42, using a logitech quickcam.
("myron_ezcam_run() failed at cam->initCamera()")
any ideeas of what might be happening?
Re: Jmyron Error
Reply #2 - Mar 14th, 2007, 6:36pm
 
I have the exact same problem... does anyone have an idea?
Re: Jmyron Error
Reply #3 - May 13th, 2007, 3:34pm
 
i have a solution. in the header of the simplecamera file is written that it works with processing 0090 so i searched for an old version but is just found the 0074 Alpha so i used this one. the only thing you have to do is delete the loadPixel() and upadtePixel() functions. for me this solution works.

but when anybody find another way with a new version please let me know.

hag
Page Index Toggle Pages: 1