Cannot compile OF on Debian---gstreamer issue
that's a really old version of the gstreamer sdk that is not supported anymore. debian has much newer versions of gstreamer in their official repos. the sdk repo is probably conflicting with the...
View ArticleRaspberry pi 2 + kinect
I try everything of this, but dont work anyway. I'll try to get a new camera to test kinect.thanks for your help!
View ArticleCannot compile OF on Debian---gstreamer issue
Thanks Arturo.Ok. I've remove it from the sources.list. Now, when try to compile again, it asked me to install the dependencies: checking pkg-config libraries: cairo zlib gstreamer-app-0.10...
View ArticleCannot compile OF on Debian---gstreamer issue
Ok.Now I've removed the gstreamer stuff on install_dependencies.sh and no errors were sent. But when I try ./compileOF.sh on the path .../scripts/linux, writes the same error: checking pkg-config...
View ArticleofxQCAR from github + 0.9 get errors
oh so i think now if you create new markers, they are incompatible with the older version of vuforia.so chances are that new markers won't work with 084 (but i haven't tested this). the only setup...
View ArticleSpatializing Monophonic Signals with ofxHOA
Hello, I'm doing a fairly large project involving virtual reality and 3D sound. I'm trying to use the binaural decoder in the 3D example within the ofHOA addon and whenever I attempt to use this...
View ArticleNature Of Code: converted to OF here
looks great.i pulled a copy and added the OS X project files. https://github.com/antimodular/Nature-Of-Code-Open-Frameworks-Port most of these examples ran on OS X 10.10 with OF 0.8.4.but everything...
View ArticleMicrosoft Surface Anyone?
Thanks for the answer @pmelendez, no i have not solved the ofVideoPlayer freezes, that to be precise is in ofMediaFoundationPlayer.cpp at the line hr =...
View ArticleMicrosoft Surface Anyone?
Hey @gh00st !The garbage thing! Yeah ... I totally got that too (and right after that a crash). Quick test, search for FreeImage_DeInitialise and comment that line (should be on only one place if I...
View ArticleofxStk Mutex, pThread
Hello! I was thinking to adapt some stk examples in OF but when i compare ofxStk headers with stk ones, some are missing like RtAudio, RtWvin, Mutex...Ok for RtAudio which is integrated in OF but what...
View ArticleMicrosoft Surface Anyone?
No, sadly i commented the FreeImage_DeInitialise in ofImage.cpp and also the one that i got in ofxGif but with no result, the second time it contains garbage.
View ArticleTurning off auto-build in Eclipse
When I look at your screenshot, I realize it invokes a command "make -j4 -C ..." I told you it takes 35 seconds here. I look at my invoked command, it writes "ndk-build ..." As we use here ndk builder...
View ArticleOpenframeworks on Apple tvOS
definitely interesting - I didn't know Apple had opened up a dev kit
View ArticleI think ofEvent has some bugs?
hi,i have tested the latest nightbuild,also crashed sometimes 60B1BBF6-93E6-43FE-A399-80C9A986C61F.png760x315 241 KB any ideas? @arturo
View ArticleTurning off auto-build in Eclipse
Oh, I see. I... think I use of as a shared library as well, like I mentioned above it's just my own code that is built on start. I guess you are using something custom then? I went through the install...
View ArticleofNode based curves
Hi! Check the tutorials page, specially the first ones. Those should explain everything you need to get oF running.
View ArticleI think ofEvent has some bugs?
mmh, does this happen with an empty example? and how long does it aproximately take to crash?
View ArticleCannot compile OF on Debian---gstreamer issue
it might need some extra package that is not installed in the system yet. it seems those packages you installed broke the repositories somehow, try to completely remove them from the system and then...
View ArticleTurning off auto-build in Eclipse
@Rancs ndk-build internally uses make to build so i doubt it would be much faster than the OF toolchain. For me compiling the empty example, including ofxAndroid, in debug also takes 35s. even if...
View ArticleCannot compile openframeworks using the new Debian Jessie OS
Cannot compile openframeworks using the new Debian Jessie OS.I do not know how to create an iissue in Github so I must use the forum.The wheezy OS was no problem. Error message after cd...
View Article