-
hey, i just started using the JMyron library for Processing, i'm working on a project and it'd be useful to be able to flip the camera image on the x axis... or mirror it i guess would be the expression.
any thoughts on what code i need to use?
i was thinking on rearranging pixels[] so pixel 0,0 would turn into pixel 319,0 and so on. that's for a 320x240 pixels canvas.
thanx.
2009-11-05 01:34:54 UTC by littlearchive
-
Hi there,
I'm doing the technical side of a library project where the object is to start an action when motion in a zone is detected.
For the purpose of detecting moving objects I'm using the JMyron library with this code (example code from: http://www.silentlycrashing.net/p5/libs/jmyron/):
import JMyron.*;
JMyron theMov;
int[] currFrame;
int[] prevFrame;
int tolerance;
boolean...
2009-08-18 11:14:48 UTC by aj42
-
yes, please!
2009-07-07 23:59:31 UTC by nobody
-
I resolved the issue. The problem was actually with the path.
It was:
Processing/libraries/JMyron/FILES
It needed to be:
Processing/libraries/JMyron/library/FILES
Weird, but that worked.
2009-07-07 17:17:37 UTC by mattrichards
-
guys, I had the same problem, and the solution by alex@play helped.
download:
http://www.jibberia.com/projects/libJMyron.jnilib.zip
I guess it's just the older (0.24) version of JMyron.
Cheers.
2009-07-07 10:54:48 UTC by kolinko
-
Anybody have any success with this library recently? I'm running OS 10.5.7, with Processing 1.0.1, and this very simple code:
import JMyron.*;
void setup(){
JMyron m = new JMyron();
println(m.version());
}
Yields this error:
The package "JMyron" does not exist. You might be missing a library.
Starting with release 0149, libraries must be installed in a folder named...
2009-06-29 02:01:04 UTC by mattrichards
-
http://webcamxtra.sourceforge.net/distro/JMyron0021.zip seems to be missing
would be great if you could fix it
thanks,
nicole.
2009-06-21 11:32:54 UTC by topotropic
-
i also get an error:
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: /Applications/Processing.app/Contents/Resources/Java/libraries/JMyron/library/libJMyron.jnilib:
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1822)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1739)
at...
2009-06-18 20:16:38 UTC by jansensan
-
Same here.
Please help.
2009-06-03 14:09:33 UTC by nobody
-
Hi
I have downloaded MyronXtra0025 and have dropped the windows version into the Xtras folder in Director. However when I start Director I get the following error message:
"This application requires an Xtra (Flash Component) that either does not exist or failed to initialize properly. Please make sure the appropriate Xtras are in the Xtras folder(s)".
I am able to play video from...
2009-05-13 09:57:18 UTC by carlobarca