ofxHapPlayer 64bit
Hi, I am trying to get ofxHapPlayer to work with liquidzym's 64bit openframeworks (https://github.com/liquidzym/openframeworks_X64/tree/VS2013_X64). Unfortunately, the HapSupport.h complains about not...
View Article0.9.0 Release Candidate 1
Just downloaded the iOS version. Can't launch any example. Even the emptyExample in the apps folder doesn't launch. Not sure if this is a bug or I am missing something. Apple Mach-O Linker Error:...
View Article0.9.0 Release Candidate 1
can you check the latest nightly build? there's been several fixes since we released RC1
View ArticleofxHapPlayer 64bit
Quick update - I've also tried to do this using the 0.9 release candidate but it looks like video in windows has been changed to directshow and quicktime does not play nicely. So I am guessing this is...
View Article0.9.0 Release Candidate 1
hey arturo, that's what i did first.. reported the bug: https://github.com/openframeworks/openFrameworks/issues/4307
View ArticleStrange issue running app
Hi - In case someone comes across this and wonders where it was left. I was able to solve the problem by using a differnet strategy for loading models. I was loading a new model in every instance of...
View ArticleSkeleton tracking without calibration (psi pose)
IN the past i worked with ofxOpenNI and ofxMsKinect. The best way to get the skeleton data fast without the Psi pose its by using the KinectSDK with openframeworks. Maybe you can use a PC for the...
View ArticleSkeleton tracking without calibration (psi pose)
Hi fbrmz, Thank you for the info. It is good to know that there is an alternative solution. Unfortunately I am limited to OS X (not sure about Sarah). I am still trying to figure out this problem at...
View ArticleSkeleton tracking without calibration (psi pose)
@sarah_ Hi, I'm just wondering did you have any issues installing OpenNI on your machine? It seems that we both have the same setup but when i am installing through Terminal, I am having an issue when...
View ArticleMultiple Kinect setup for real time volumetric reconstruction and tracking of...
Hello All, this is great. I'm currently writing a research proposal in this exact problem domain. I would be keen to collaborate and work on any part that could help me get through my thesis. I have...
View ArticleOpen raw binary files and interpret as sound
There are several ways.Checkout the audiooutput example.Load your binary file and convert it to a float vector with values from -1 to 1.modify the audioOut method so a portion of your float vector is...
View ArticleA problem about ofxFaceTracker
Probably you will need to edit face model files (\data\model\face.*), which have to be copied into every project using ofXFaceTracker... but I'm not familiar with fomat of these files. Also this might...
View ArticleHow to get touchscreen events for windows
Oh man, wish i saw that addon a few days ago. Same results i guess. Added a define to my example so you can switch between WM_POINTER and WM_TOUCH-...
View ArticleofxPd clashes with Music IO (iOS midi app)
Also, If I open Music IO first, and then open my app, it crashes caused by the following error. Screen Shot 2015-08-28 at 16.49.51.png1714x1628 539 KB
View ArticleofxPd clashes with Music IO (iOS midi app)
It no longer crashes if I remove this from the code, but then I can't use ofxpd. if(!pd.init(2, 1, 44100, ticksPerBuffer, false)) { OF_EXIT_APP(1); }
View ArticleArduino connection problem on OF0.8.4
Hi, Recently, I am trying to connect my Arduino to OF0.8.4 on windows. My Arduino Uno Rev3 worked fine with the official IDE.The port it uses is COM3 (on windows);I can upload sketches and ran it...
View ArticleofVideoGrabber in Debian only shows first frame
Great, I can confirm it's fixed in the current nightly. Sorry, should have tried those first.Thank you.
View ArticleMore calls per second for more accurate timing, sequencer, threads
With next release you mean 0.9 or something after that? I will check your code! Sounds great. Thanks!
View Article