How to get the orientation from Android?
Hi Rancs, is it something like this? extern "C"{ void Java_cc_openframeworks_OFAndroidAccelerometer_updateAccelerometer( JNIEnv* env, object thiz, jfloat x, jfloat y, jfloat z ) Thanks
View ArticlebearingHaversine function
Sure, thanks!I have no idea on how to do it, but as soon as I have time I'll try.Thanks again!
View ArticleofxSceneManager duplicate scenes
helloi try to test ofxSceneManager addon to switch some sketch and examples, but when I compile, change scenes, they will copy! when compile, show the first scene normal: 1.png1108x874 16.9 KB change...
View ArticleHow to get the orientation from Android?
You can;- Send the data from Java side or- Call the data from C++ side. The choice is up to your design. This one is to send the data from Java side and it is very ok as a template.
View ArticleUsing ofxCV or ofxOpenCV for hand tracking?
Hej,I've made a project where I had to track handy butom up with a kinect. https://github.com/jonasfehr/HandTracker_KinectV1 I just put the code on github, it's quite a mess, but the tracking is...
View ArticleTransmestizx, Instalación interactiva intercultural
buenos días, estamos buscando un/a programador/a para acompañarnos en el proceso de desarrollo de la instalación en Quito, Ecuador. Se puede trabajar a distancia. Transmestizx es una instalación...
View ArticleFull screen and application focus issue
maybe use apple script to switch the focus based on some sort of timing. apple.stackexchange.com How do I focus a specific window with applescript without doing an activate and bringing other windows...
View ArticleRunning ofxopenni
Hello! I'm a beginner for OF and i'm more used to Processing. Recently I've been reading a book named which talks about building interactive apps with the help of Kinect and I want to transform my...
View ArticleopenFrameworks 0.9.0-RC2 in Android Studio on OSX 10.11.1:...
Unfortunately, I’m also experiencing the exact same behavior on my Android device … Target device: lge-nexus_5-052a4255f0bb2c9e Uploading file local path:...
View ArticleopenFrameworks 0.9.0-RC2 in Android Studio on OSX 10.11.1:...
do you have the application installed already soehow? this usually happens if for example you have an application installed through google play or signed with a relase signature and you try to install...
View ArticleopenFrameworks 0.9.0-RC2 in Android Studio on OSX 10.11.1:...
I tried to install the emptyExample and the PolygonExample … I tried to remove the apps from /data/local/tmp/ via adb (root) shell … The error message always keeps popping up....
View ArticleKeyboard Karaoke
Hi All!I've finished the Keyboard Karaoke, an application to learn to type faster and have fun with your favourite songs. Here a blog entry where you can find some screenshots and the link to the...
View Article0.9.0 documentation
Just updated the docs in the test site to track the latest version in master: http://openframeworks.cc/0.9.0/documentation there's also now an introduction for each module which will hopefully make it...
View ArticleCalculate 3d position in front of camera
Hi, I am trying to calculate a position that is always in front of the camera (using ofCamera) at a certain distance. I can get the position and orientation of the camera, but how would I find the...
View ArticleDirectShow codecs
I've been testing video playing features with the new 0.9 rc2 version in a windows pc. After installing klite codecs the new ofVideoPlayer based on DirectShow can handle h264 .mov files, but the...
View ArticleColoring / Texturing Triangles in an ofMesh
Hi, this was a closed source project so I can't share the code. Just group your vertices into triangles and then have the three vertices of each triangle share the color that you want to fill it with....
View ArticleHow to get the orientation from Android?
Now I understand better, thank you very much.So, basically I'd like to do something like this: add to my ofApp.cpp a snippet of code that calls for a variable in java, e.g. the currentDegree one;...
View ArticleCalculate 3d position in front of camera
you can try using the cam.getLookAtDir() to get the direction the camera is facing. Multiply it by your desired distance and then add it to the position.For example: float myDistance = 50.f; ofVec3f...
View ArticleofxEdsdk with Xcode 7 & OF0.9.0rc2 - ld: framework not found EDSDK
Hello all, I feel really stupid. I've spent 3 hours now trying to figure this out and no idea. I've tried multiple branches of the addon and searching high and low - nothing that has solved it. I'm...
View Article