Turning off auto-build in Eclipse
Interesting, that option was off. It must be the "plugins activated on startup" that is causing the auto-build, but I don't see any options to configure those plugins. I've just gotten in the habit of...
View ArticleCreating and playing multiple ofSoundPlayers when detecting a circle
Hello! I am using HoughCircles to detect circles from the video camera, and I want to play back a sound each time a circle is detected. With this code, a new player is created each time a circle is...
View ArticleRaspberry pi2 projectGenerator
it's my first time working with the pi2.there is not make file to make an executable for the projectGenerator. the command line projectGenerator has a make file and makes projects but not the GUI...
View ArticleRaspberry pi2 projectGenerator
Generally the project generator isn't needed for the raspberry Pi. You should just be able to copy the Makefiles (Makefile, config.make, addons.make) to the project folder of your choice and run make...
View ArticleRaspberry pi2 projectGenerator
thanks so much for the fast reply. much appreciated. as a tag on question.i like IDEs so, would yu recommend installing code blocks and somehow make a project file for it in my project folder?...
View ArticleTurning off auto-build in Eclipse
Oh, by the way like Arturo said it was building for all architectures that was making the build times go through the roof. I changed config.android.default.mk from this: ABIS_TO_COMPILE_RELEASE armv5...
View ArticleRaspberry pi2 projectGenerator
Just added a note about the PG that will appear when the site regenerates. @stephanschulz some of that is covered in the Workflow...
View ArticleRaspberry pi2 projectGenerator
Here is the way I set it up to edit on a Mac and run on the RPI. Install Samba on the RPI (this is in the Workflow portion) Mount the RPI on a Mac (e.g. /Volumes/Data) Create a new Xcode project with...
View Article[SOLVED] Visual Studio 2015 Project Generator
Hi all, I'm trying out the new OF 0.9.0 with a fresh install of Visual Studio 2015 Community Edition. After installing VS, I followed the instructions to install the OF Plugin successfully. Attempting...
View Article[SOLVED] Visual Studio 2015 Project Generator
Problem solved. I think the installation instructions should be updated to reflect this. Needed to install the Common Tools for Visual C++ 2015. This is done by trying to make a C++ Project then...
View ArticleProject tracker position back to screen fixing the distortion
Hi everyone! I am glad to be a part of OpenFrameworks community, hopefully outside the beginner forum soon. I am working on a multimedia project where IR tracker position is scanned with a camera and...
View ArticleofVideoPlayer on ubuntu and OF 0.06
how do I use these this is my output from Xterm and I think Im having the same problem xterm gstreamer.png1920x1080 378 KB
View ArticleiOS v9.0 audioinput example gets no audio input (w/ partial fix)
the audioinput example in the 9.0 release compiles and runs, and can play sound, but doesn't receive any audio input. I removed the ofSoundPlayer, and now the audio input does work. so I guess there's...
View ArticleiOS v9.0 audioinput example gets no audio input (w/ partial fix)
thanks! this is maybe the old issue you were mentioning? github.com/openframeworks/openFrameworks Issue: ofSoundStream input doesn't work when using ofxOpenALSoundPlayer opened by ofTheo on 2013-04-13...
View ArticleVector of ofxMSAInteractiveObject
I had some progress...The problem was that when I declare an object of class derived from ofxMSAInteractiveObject, his constructor is called, that calls the method enableAppEvents(), which in turn...
View ArticleSkeleton tracking without calibration (psi pose)
hello ryan! i'm afraid i can't help you with this one... but if it's a linker error my guess is that it can't find the header files – (so in "build settings" -> "header search paths", make sure it...
View ArticleArduino / of0.9.0 / of0.8.4
@bakercp Do you have any ideas regarding this? I know you aren't super familiar with the changes I made to the code but maybe you have an idea whats causing it other than what I guessed was a fight...
View Article[SOLVED] Visual Studio 2015 Project Generator
It should prompt you when you install Visual Studio what tools to install, did you deselect all options when installing? If you want to make changes to the site look here...
View Article