OFAndroid doesn't work on x86 devices?
Rancs: Probably Genymotion emulator can emulate this issue. You think? I'll give it a try. I've been meaning to try it anyway. But I have a feeling the priority of this issue will freefall after my...
View ArticleOFAndroid doesn't work on x86 devices?
arturo: would be great to get this in for 0.9 so if you have a moment to send a PR Done https://github.com/openframeworks/openFrameworks/pull/4507
View ArticleRaspberry Pi 2 Setup Guide
4 posts were split to a new topic: openFrameworks window on the raspberry pi is missing normal window controls
View ArticleRaspberry Pi 2 Setup Guide
A post was split to a new topic: Compiling raspberry pi example hangs
View ArticleofRectangle.inside() inclusive
Just the 4 that are non-inclusive. github.com openframeworks/openFrameworks/blob/master/libs/openFrameworks/types/ofRectangle.h#L627-L680 /// \name Intersection /// \{ /// \brief Determines if the...
View ArticleofxGamePad Compile Errors
Hey there, I've been experimenting with OFx over the past two days. I'm trying to get read inputs from a PS3 Controller. The addon ofxGamePad seems like it can do the job. When compiling a project...
View ArticleFont set spaces size
In the nightly of 31-10-2015 the font.setLetterSpacing(float); does not work. Changing this value don't change the font rendered. Here my code: font.load("BEBAS.ttf", _fontSize, true, false, true,...
View ArticleFont set spaces size
hmmm, I want to increase the space between words in a sentence, is it this method supposed to do this? If not, how can i do it otherwise?
View ArticleFont set spaces size
yes but it's doing that for me, can you post a smal example that shows the problem?
View ArticleofParameter.h compile error
Hi there, I'm trying to compile the examples of ofxOpenNI and ofxNI2, none of them work due to the same error from this part of ofParameter.h template <class T> yes check(T const&); no...
View ArticleError building for android: “ invalid use of incomplete type 'class Poco::Path'”
Hi, I am trying to build an android application with OF. The application runs in two other computers. However, it does not work on mine. I am using a mac. I run the command "make AndroidDebug" in the...
View ArticleFont set spaces size
Ok, problem solved. I've read the docs of setSpaceSize and getSpaceSize, and I've thought that setting space size to 2.0 will make a space big as 2 p between the words, but that was not happening.Here...
View ArticleMutliple face tracking
this OS X addon works well for multi face tracking https://github.com/Ahbee/ofxCoreImageDetector i find it even finds much smaller faces than ofxfacetracker and faces in all sorts of orientations.
View ArticleBuilding for android: problems with Poco
Hi, I am trying to build an openframeworks application for android and I am having multiple problems with Poco. This is the last error I have: error: no matching function for call to...
View ArticleMutliple face tracking
or here my attempt to use ofxFaceTracker for multi face detection.with thanks to @kylemcdonald for his help. https://github.com/antimodular/ofxFaceTracker-multiFace-example
View ArticleInterference with UART
Hello Everyone. I am currently having trouble with wiringSerial with openframeworks. I am using ofxOMXPlayer addon to display videos to the screen. In the update function, I have the code:...
View ArticleCan't compile on QtCreator Windows (0.9.0 RC2)
I've done a lot of development on OF on a Mac and have not run into any problems. Today, I was trying to setup OF on a windows machine with QtCreator to compile my OF app but it won't even start to...
View Article