JMF and Eclipse
Tuesday, June 16th, 2009 Posted in Uncategorized | No Comments »I had some trouble getting JMF to work in eclipse. The problem was that trying to get capture devices(CaptureDeviceManager.getDeviceList(null)) always returned an empty list. When starting from the command promt everything worked fine. Even though after installing the JMF the jmf.jar ...
Eclipse language packs
Sunday, June 14th, 2009 Posted in Programming | No Comments »When using the eclipse babel project. And you want to switch back and forth between several languages you can use the switch when startinf eclipse -nl Make sure you use the -clean command when starting eclipse to make the changes ...
C++: Note about pointers
Tuesday, June 9th, 2009 Posted in Games, Programming | No Comments »I am still learning ... so don't mind me stating the obvious: int* a[3]; // defines an array a ...
Some fun stuff
Tuesday, June 9th, 2009 Posted in Uncategorized | No Comments »I a few things worth remebering I guess (German): http://www.youtube.com/watch?v=tCxjFSO5AOE&feature=related http://www.youtube.com/watch?v=u8ZAQSoH-Uk http://www.lastfm.de/music/J%C3%BCrgen+von+der+Lippe/_/Auto+I
Java Image Filter
Saturday, June 6th, 2009 Posted in Uncategorized | No Comments »This seems to be a quite good adress when starting out using image filters in java: http://www.informit.com/articles/article.aspx?p=1013851&seqNum=1 And chapter 12 of this little link should give a few insights about the procedures running under the hood: http://docs.rinet.ru/JaTricks/index.htm