Using ofxCV or ofxOpenCV for hand tracking?
@bakercp -- this has been extremely helpful. I knew that Kinect made things easier but did not know much about the process behind it all. Thanks; will definitely keep this in mind.
View ArticleRaspberry Pi and loauth and lcurl - ofxOAuth - ofxTwitter
I ran into this problem as well, while using the main @bakercp branch of ofxOAuth and openFrameworks 0.8.4 (armv6) with an older Raspberry Pi 1 (Model B). All I needed to do was install the Libcurl...
View ArticlebearingHaversine function
Hi all,I noticed that two different functions in ofxGeo/GeoUtils.h has the same description: /// \brief Get the bearing in degrees between two Coordinates. /// \param coordinate0 The first location....
View ArticleRaspberry Pi 2 Setup Guide
anyone have trouble with make complaining about tabs instead of spaces? any solutions? $ make *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
View ArticlesaveScreen after frame rendering is finished
i guess doing it as the first thing in update should have the same effect as doing it in keyPressed
View ArticleOFAndroid doesn't work on x86 devices?
It seems to me that the device is trying to load arm version of the OF to the x86 device, instead of x86 version of the OF.
View ArticleOFAndroid doesn't work on x86 devices?
I mean; as i remember, Houdini is writen to load arm apps to the x86 devices. I see libhoudini.so lines on the stack strace. That's why it seems to me that the device try to load arm library, not x86...
View ArticleOFAndroid doesn't work on x86 devices?
Yep, that's what happening. For some reason, the device prefers the arm emulation over pure x86. I thought arm was supposed to be the fallback, but it seems that it's not so on these Asus devices. I...
View ArticleOFAndroid doesn't work on x86 devices?
"OFAndroidApp_x86" looks as elegant as "OFAndroidApp_neon". I think it should be done like that.
View ArticleHow obtain IP adress of other Pc in ubuntu 14.04 or later?
Hola: Me gustaría añadirte a mi red profesional en LinkedIn. Claudio Confirma que conoces a Claudio:...
View ArticleRaspberry Pi 2 Setup Guide
Ahh.....figured. Solution? Would switching the spaces to tabs make it work?
View ArticleRaspberry Pi 2 Setup Guide
I just updated step 8 (we recently made rpi2 the default makefile for armv7). Let me know if it doesn't work... I think you may have been downloading a 404 page ...
View ArticleRaspberry Pi 2 Setup Guide
When I am trying to compile examples, I've got an error: ../../../libs/openFrameworks/app/ofAppEGLWindow.cpp: In member function ‘void ofAppEGLWindow::setWindowRect(const...
View ArticlesaveScreen after frame rendering is finished
Thanks, I think you're right. I hacked a "postDraw" event into oF, calling it at the very end of ofAppGLFWindow::draw() and it creates the same result as when calling it at the beginning of update()....
View ArticleRaspberry Pi 2 Setup Guide
@alexhod @eelke try adding this line to the top of libs/openFrameworks/app/ofAppEGLWindow.cpp #define USE_DISPMANX_TRANSFORM_T 1 @bakercp we can probably safely remove the ifdef we are using for what...
View ArticleRaspberry Pi 2 Setup Guide
jvcleave: @alexhod @eelke try adding this line to the top of libs/openFrameworks/app/ofAppEGLWindow.cpp #define USE_DISPMANX_TRANSFORM_T 1 Thanks @jvcleave, that worked!
View ArticleopenFrameworks 0.9.0-RC2 in Android Studio on OSX 10.11.1:...
Hey folks, when starting an emulator with API 22 I get the following error: Application Installation Failed Installation failed with messageINSTALL_FAILED_CONTAINER_ERROR.It is possible that this...
View Article