Serialization of derived classes
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleSerialization of derived classes
Hi arturo, The main issue is that I have to send an ofParameterGroup containing the appropiate fields of the derived type to the ofBaseSerializer.deserialize() in order to load the field values into...
View ArticleAubio installing
hi OF ! We're also trying to include ofxAubio in a Windows 10 project with OF 0.9. Has anyone been able to use and compile ofxAubio for Windows with the binary libs from http://aubio.org/download ?...
View ArticlePicking a strategy for playing video from Youtube [Solved]
Hi!I have used this method with pretty good results, but it stopped working when I jumped to OFv0.9.0.Has anybody used it with OF 0.9.0? I am trying to figure out if it is a OF problem or an issue...
View ArticleGetDIBits to OfPixels
Hi everyone, I got the pixels from GetDIBits function like below. Mat src;GetDIBits(hwindowCompatibleDC,hbwindow,0,height,src.data,(BITMAPINFO *)&bi,DIB_RGB_COLORS); I can use unsigned char...
View ArticleofVideoPlayer.load and .loadMovie problems when streaming
i tried your code on OF 0.8.4, OS X 10.10 and Xcode 6.4 and it works fine.the same code on OF 0.9.0 does throw this error message. But i don't know why. [09:51:59.845]...
View ArticleofVideoPlayer.load and .loadMovie problems when streaming
Thanks buddy. Now at least I know is not my fault...Let's hope some one can throw some light...Arturo suggested it may have to do with the delay time from opening until the stream is properly ready......
View ArticleofxGUI no background on Jetson TK1
hi, @jvcleave, you said “I recompiled glfw and changed a call in OF - not sure what the repercussions of that are yet”,in the previous question. I am wondering how did you recompile glfw3? Did you...
View ArticleofxGUI no background on Jetson TK1
I think GLFW uses CMake to build. I probably compiled a static lib and just replaced the one in OF. I think it was 3.1 at the time but not 100% positive.
View ArticleofVideoPlayer.load and .loadMovie problems when streaming
I tried a youtube link and a video hosted on a local server, but I get the same error as you. I hope someone can shine a light on this
View ArticleofVideoPlayer.load and .loadMovie problems when streaming
Thanks a lot for giving it a try. I posted an issue in github. Maybe you could insist in there?Thanks again!D!
View ArticleofVideoGrabber on RaspberryPi: Broken
this is the vs that im running on a raspberry pi https://www.dropbox.com/s/spz1271vr6g8sup/of_v0.8.4.zip?dl=0test it let me know if it compiles and works for you to
View ArticleTrying to run asciiVideo example on raspberry pi
this is the vs that im running on a raspberry pi https://www.dropbox.com/s/spz1271vr6g8sup/of_v0.8.4.zip?dl=0 test it let me know if it compiles and works for you to
View ArticleTrying to run asciiVideo example on raspberry pi
The addon finally worked flawless under 0.8.4 and I will use that for the project. I just think is a shame not being able to use directly the OF video grabber.
View ArticleofxBullet linking errors on compile in M
I get the same errors when I try to run examples from the box2d addon. I run OSX 10.10.5 and oF 9.0 Very interested in a solution/explanation as well if anybody know what causes these errors?
View ArticleOF + beaglebone black - how to control GPIO?
hi community, the question is the title , i can control the GPIO pins of the BBB ? I can send i2c with openframeworks as in the RPI ? cheers!
View ArticleVideo Track Motion like After Effects
Hey guys, Hope everyone well, I am performing some challenges to myself, trying to code some things of AfterEffects on openframeworks, like this one...
View ArticleopenFrameworks on the UDOO
Hey there! I got a beaglebone black and ga udoo quad . I'll test everything that I can to openframeworks and share it! i want to make a tutorials with this hardwares and get them out to their full...
View ArticleHow to set the IOS APP fullscreen on ipad in OF 9.0?
Oh,That 's the reason.Thanks hahakid
View Article