Cannot compile openframeworks using the new Debian Jessie OS
i get this is on the raspberry pi? what version of OF are you using?
View ArticleSpatializing Monophonic Signals with ofxHOA
Hi, normaly this example should work out of the box just by changing the commented line.I've tested it here and I've ran into the same problem as you. This is probably due to some change in the way...
View ArticleofNdkSetup Error when synching Gradle in androidEmptyExample
I am trying to run the androidEmptyExample and I am not able to run it using Android Studio.The error I get is the following, which I have not found anything about anywhere: > Gradle sync failed:...
View ArticleofNdkSetup Error when synching Gradle in androidEmptyExample
what version of openFrameworks are you using? if you are in 0.8.4 can you try with the nightly builds? the support for android studio is still experimental but there's some fixes in the nightly...
View ArticleSpatializing Monophonic Signals with ofxHOA
It seems that the library now uses the function processBlock(const T** inputs, T** outputs) to perform the binaural decoding. I've not figured out how to make it work in oF. I'll meet Pierre Guillot,...
View ArticleCannot compile openframeworks using the new Debian Jessie OS
I see that the last three line I thought I had added were somehow deletedby me.Raspberry Pi B++and used curl -O http://www.openframeworks.cc/versions/v0.8.4/of_v0.8.4_linuxarmv6l_release.tar.gz to...
View ArticleCannot compile openframeworks using the new Debian Jessie OS
there are some fixes in the current version in github or the nightly builds, can you try with the latest nightly? you can find them in the downloads page below the normal downloads
View ArticleofNdkSetup Error when synching Gradle in androidEmptyExample
Hi Arturo, thank you for your answer. I've just pulled the repository, so I believe I am using the 0.8.4 version, but how could I check and be sure? I am really unexperienced in openFrameworks, could...
View ArticleofNdkSetup Error when synching Gradle in androidEmptyExample
if you have pulled from master then you should have the latest version the same as the nigly builds. have you followed the instructions in the readme inside the docs folder?
View ArticleTurning off auto-build in Eclipse
Oh cool, I will give that build setting a shot. Thanks!
View ArticleofNdkSetup Error when synching Gradle in androidEmptyExample
Yes, I am following the instructions of the file docs/android.md. In the section "Import the project", it says to browse to the "settings.gradle" file, but the only .gradle file in the directory...
View ArticleofxCoreImageDetector, detect/track features
@stephanschulz as far as I can see I don't think you can. https://developer.apple.com/library/ios//documentation/CoreImage/Reference/CIDetector_Ref/index.html
View ArticleofxStk Mutex, pThread
which part of stk do you need? I only included the musical stuff. All stuff like mutex,threads, networking, etc, is already in POCO so there was no point in bringing it in.
View ArticleofNdkSetup Error when synching Gradle in androidEmptyExample
the docs/android.md file doesn't exist anymore is now called docs/android_studio.md: github.com openframeworks/openFrameworks/blob/master/docs/android_studio.md...
View ArticleRaspberry Pi 2 Setup Guide
I'm running the 3DPrimitive Example right now. No Problems getting the of_v20150930_linuxarmv7l_nightly installed and compiled on a fresh Raspbian Jessie...(don't forget to resize your filesystem, I...
View ArticleofxFlowTools: optical flow, fluid dynamics and particles in GLSL
Curious as to why performance on Windows is so dismal...I am getting only 7-8 fps. Is flowtools tied to OpenGl?
View ArticleBuild All Examples on Debian
hi, do you know if can I do the same on OSX?I can't found the projectGenerator anymore...
View ArticleofxCv::FlowPyrLK tracking
@kylemcdonaldi am looking at your example-flow-keypoints that uses ofxCv::FlowPyrLK.i was hoping to use it to track people. right now i am trying to work out how to eliminate keyPoints that stop...
View ArticleRaspberry Pi 2 Setup Guide
I just tried an openframeworks v0.8.4 install with an new raspian jessie install on a RPI2 and got the error posted by wolfgang_hershey above during the install_dependencies.sh script.i.e. The...
View ArticleNature Of Code: converted to OF here
Hmmm not sure I'm understanding what you mean about the ones with #include not working - is that all of the ones that have separate class files (which would be a lot of them)? It's probably just a...
View Article