Just wanted to share a wrapper library I wrote for a recent project that visualizes the positions of passing satellites over a given location on earth. The library offers added functionality to the bare tracking (NORAD) algorithms and formats data so it can be used with the processing logic... a couple of examples are added and some vague Javadocs are provided.
http://github.com/Protonumerique/Satelistica
It's a very specific problem while using the GSVideo Lib when working with the Intellij environment (P5 Berlin Tutorial). I'm getting this error but the lib works fine in the Processing Environment. I just added the whole content of the Library including the Gstreamer directory into a module, but it seems not to work that way. So far I hadn't any trouble with other libraries. Any ideas?:
GSVideo version: 0.9
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: Unable to load library 'gstreamer-0.10': dlopen(/Users/admin/Documents/Processing/libraries/GSVideo/library/gstreamer/macosx/libgstreamer-0.10.dylib, 9): no suitable image found. Did find:
/Users/admin/Documents/Processing/libraries/GSVideo/library/gstreamer/macosx/libgstreamer-0.10.dylib: mach-o, but wrong architecture
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:163)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:236)
at com.sun.jna.Library$Handler.<init>(Library.java:140)
at com.sun.jna.Native.loadLibrary(Native.java:379)
at org.gstreamer.lowlevel.GNative.loadNativeLibrary(GNative.java:48)
at org.gstreamer.lowlevel.GNative.loadLibrary(GNative.java:45)
at org.gstreamer.lowlevel.GstNative.load(GstNative.java:42)
at org.gstreamer.lowlevel.GstNative.load(GstNative.java:39)