Hi there,
I'm trying to migrate to new processing, as I use to do always in my life (it's an update, so moving on...).
But is being so hard so far.
my setup:
Mac OS X 10.7.3
Processing 2.0b1 - Launch Programm in 32-bit mode
$ java -version
java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11D50b)
Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode)
Used to work on Processing 1.5 - and all the problems that I'm front right now I not had using this release.
First:
Any examples form libraries/video/capture simple doesn't works. Sometimes crash, sometimes freeze.
the console log after AsciiVideo
DVFreeThread - CFMachPortCreateWithPort hack = 0xc083b7c0, fPowerNotifyPort= 0xc085a0f0
DVFreeThread - CFMachPortCreateWithPort hack = 0xc0809a60, fPowerNotifyPort= 0xc0808080
DVFreeThread - CFMachPortCreateWithPort hack = 0xc08159a0, fPowerNotifyPort= 0xc082add0
I use the GSVideo too, and I tried to run the AsciiVideo from there.
the console error:
GSVideo version: 1.0.0
19200
Invalid memory access of location 0x0 eip=0x97cee3ba
and raised an error window
Process: java [25673]
Path: /usr/bin/java
Identifier: com.apple.javajdk16.cmd
Version: 1.0 (1.0)
Code Type: X86 (Native)
Parent Process: JavaApplicationStub [24849]
PlugIn Path: /var/folders/*/libjogl_desktop.jnilib
PlugIn Identifier: libjogl_desktop.jnilib
PlugIn Version: ??? (???)
Date/Time: 2012-09-05 17:04:08.993 -0300
OS Version: Mac OS X 10.7.3 (11D50b)
Report Version: 9
...
I work with SimpleOpenNI, GSVideo, GLgraphics, SurfaceMapper...
And I decided migrate yesterday, to increase performance using the same CPU when I render videos.
Someone can help me?
Thanks
1