Small trouble with projectGenerator on Linux
the project generator simple is deprecated now, the downloadable packages come with a new version of the project generator, you can get it from the nightly builds if you need. i've just removed the...
View ArticleSmall trouble with projectGenerator on Linux
Thanks for the explanation, @arturo - good to know what the status is on this. Cheers!
View ArticleGetting Started Interactive Projection Floor
heya, so the reason for the circle is just so that you can see the coordinates doing their thing. so do you have an oF project using ofxKinect? That'd be the first step, with that then you should be...
View ArticleUsing right or left in stereo exits
Are you getting any audio at all? Also what are you playing back? If its a sound file, the code might not be finding it.
View ArticleGoogle maps in iOS App
I don't think you can use Google Maps like that, but ofxMapBox is a good resource for doing similar
View ArticleOpenGL ES1 ES2 ES3
Are there pros and cons to using the different OpenGL renderers specific to openframeworks?
View ArticleofxAVFVideoPlayer sizing
Hey Of community. I'm workig on a project where I'm using ofxAVFVideoPlayer to load some videos and swap between them. My setup is a list of videos and 2 players, one currently playing and one loading...
View ArticleofxAVFVideoPlayer sizing
As a quick update, I was loading mp4 files but when I load an mov file I get the same problem. It looks to me as if just the top right quarter of the image is being displayed.
View ArticleAndroid Studio always recompiling openFrameworks
Thanks a lot arturo! Just tried it out, compile time went down to a minute.
View ArticleError building the androidEmptyExample
thanks @Prof_Sparkles for your reply. It looks like the tutorial is not up-to-date. Even with the last ndk, I was not able to run the example, I've added the the error on this issue...
View ArticleofxAVFVideoPlayer sizing
Hey Guys, Found and fixed my own problem following this link: https://github.com/pusnik/ofxAVFVideoPlayer Use this fork for the time-being. cheers!
View ArticleGPU particle System with multitexturing and optical flow
Hi, I have the same problem with shaders. It won't compile the version 330 and the 120 with the Programmable Renderer. Tried to disable Optical Flow and it doesn't work. Does anyone know a fix ?...
View ArticleInteractive floor like this...Are There suggestions for this?
Hi Paulo, I´ve made some interactive floors using Openframeworks. The process its not very difficult : 1. Grab data from the Kinect. 2. Set minimum and máximum thresholds. (Checkout ofxKinect exampple...
View ArticleRaspberry pi 2 + kinect
Thanks for your help and interesting for this!!!!! this is the out of the console when i run lsusb Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. Bus 001 Device 001: ID 1d6b:0002 Linux...
View ArticleBest practice for maintaining / upgrading different branches of your app?
This might be a silly question, hoping someone has some insight. So basically I have a series of similar apps that are out in the wild. They all sorta do the same thing, and are all branched off of a...
View ArticleofxHapPlayer 64bit
Feel free to continue the conversation here guys, if it's helpful to people. I had another look at the WMF player again today and switched my method of working. I have now split the videos into...
View ArticleOpen frameworks in Windows 10 + Visual Studio 15 RC
Thanks . I'm obviously doing SOMETHING wrong but within 0.8.4 release directory clicked project generator, Created a new project in apps/myapps When I launch and build the .sln file using VS2012 it...
View ArticleError building the androidEmptyExample
I'm not using an Emulator.Have a look at https://github.com/openframeworks/openFrameworks/blob/master/docs/android_studio.mdarturoc just pushed my changes to it Use the latest NDK...
View ArticleAndroid Studio: Gradle hanging in infinite loop when building
I have a weird issue where Gradle isn't advancing anymore with the build process. At least it seems that way, whenever I try to build my application it hangs at the same point. I let it run for 4.5...
View Article