Dynamically changing(loading) images on daily schedule
Assuming that you'll get the images from web, that might help. examples/imageLoaderWebExample could be what you are looking for. You can get the time of the day like this: std::string...
View ArticleFluid simulation in of 0.9.0
I have, but unfortunately it doesn't work with my graphics card.
View ArticleRaspberry Pi - compiling error with ofAppEGLWindow.cpp
Hi! I know that this is an old topic, but I also can not compile projects after running rpi-update command.And this is what I get: root@minibian:~/openFrameworks/examples/3d/quaternionLatLongExample#...
View ArticleRaspberry Pi - compiling error with ofAppEGLWindow.cpp
OK! Solved withmake cleanand thenmake Now compiling as it should.
View ArticlePerformance drop after rotating screen
Tried and, as I suspected, this rotates only my project.Performance is OK, but system is in horizontal, project is in vertical.
View ArticleUbuntu executing error. boost::fliesystem
Hi Arturo, did you check what can be happen? i know that this is not your priority but this issue is stopping me my project and i don't want change of library. OF has all i need for my project. Best...
View ArticleSkeleton tracking with Kinect V2 (Xbox One) + OF 0.9.0 + ofTheo/ofxKinectV2 +...
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleofTheo/KinectV2 + OSX USB 3.0 SuperSpeed issue on reboot
For installation purposes it is a problem that the KinectV2 (NuiSensor Adaptor Xbox NUI Sensor) may disappear from the USB 3.0 SuperSpeed Bus on a potential power failure or restart. ("For OS X if you...
View ArticleSharing ofFbo between multiple windows: how? (shared_ptr?) [solved]
Hi Guys, I'm doing some initial testing with the 0.9.0 version, and am really liking the possibility of using multiple windows in one app (without using addons). I can't figure out though how to share...
View ArticleSkeleton tracking with Kinect V2 (Xbox One) + OF 0.9.0 + ofTheo/ofxKinectV2 +...
Nope, not at the moment, install windows, the kinectV2 tracking is great and worth the switch.
View ArticleSkeleton tracking with Kinect V2 (Xbox One) + OF 0.9.0 + ofTheo/ofxKinectV2 +...
Thanks for the reply. But is Windows stable enough for installation purposes?
View ArticleUbuntu executing error. boost::fliesystem
can you try using the nightly builds? i rmember we fixed something similar after releasing 0.9 also check that you have a bin/data folder in your project since i think that was what caused the crash i...
View ArticleSharing ofFbo between multiple windows: how? (shared_ptr?) [solved]
you can't share an fbo among windows but you can share the texture an ofFbo holds intetrnally. when creating the windows, on the second window set: settings.shareContextWith = mainWindow;...
View ArticleHelp me choose a camera
I think looking at Point Grey cameras is a good idea - lens selection will be the toughest part (at least it was for me). Good luck!
View ArticleSharing ofFbo between multiple windows: how? (shared_ptr?) [solved]
That is great, thank you @arturo! I added settings.shareContextWith = mainWindow; to main.cpp, and on the secondary window I use fbo.getTexture().draw(30, 30);, and now it works fine.
View ArticleDynamically changing(loading) images on daily schedule
(copied from my response to your SO post) You can use https://github.com/bakercp/ofxTime to do some basic time calculations or if you have a icalendar-based schedule you can use...
View ArticleUbuntu executing error. boost::fliesystem
I tested in nightly version and the data folder exists in it, i test in a guiExample.
View ArticleHelp me choose a camera
Thanks for your opinion! I appreciate it Yes, finding the right lens its not easy
View Article