More OF for Android build problems (both eclipse and android studio)
right when I had given up, I think I found a problem that was indeed likely due to me trying to fix too many things at once. I didn't want anyone to waste their time of this before I verified. I think...
View ArticleofxSniffer and packet sniffing
So, I got a little bit further, I am trying to detect ARP requests, here is my code, I based it on the other methods in the sniffer addon: class ofxSnifferARPRequestFrame { public: bool isValid =...
View ArticleglMultMatrixf with ofGLProgrammableRenderer::TYPE
Thanks Arturo !!Already tried it and now it's working! Thank you!
View ArticlesetVolume() of ofVideoPlayer overwriten in update()
Hi! Mac OSX, 10.11.2. I am opening an issue in GitHub right now. Thanks for answering! D!
View ArticleofVideoPlayer not playing transparent videos in Windows7
I looked into ofxGStreamer but I have not been able to get gstreamer to install correctly. I followed the install directions in the ofxGStreamer Readme, however when I create a project with the...
View ArticleEmscripten how to pass variables from JavaScript to oF?
Ok I had a look at the documentso using the funtion emscripten_run_script works here is an exemple to get a string from a html text box in ofApp.h #ifdef TARGET_EMSCRIPTEN #include...
View ArticleofxKinectV2 addon
Hi all, I'm trying to compile the example XCode project for this addon but I run into some weird linker errors. I've pasted the error text at the end of this message. Does anybody have a clue what...
View ArticleDuplicating ofParameterGroup (or ofParameter)
I never really understood why chris decided to make the copy thing as when I left it, it was working with smoothing and all and it didn't crash. I understand the idea of the duplication but what I...
View ArticleDuplicating ofParameterGroup (or ofParameter)
I don't really remember what happened with your code vs chris's -- it was a pretty insane sprint I do remember at some point the smoothing wasn't really working as expected and seemed to be event...
View ArticleTrouble with projects compile with Emscripten on OS X with Chrome
I'm currently trying to use emscripten to be able to distribute my project over the web.However, when I open the HTML file in Chrome, it just gets stuck on the following screen: Screen Shot 2015-12-23...
View ArticleTrouble with projects compile with Emscripten on OS X with Chrome
So after some research, I realized that I need to launch the project in the browser explicitly using the emrun command. I was simply opening the html file with Chrome, which was causing the error.
View ArticleofBufferObject and async camera/video texture upload
hmm so to understand it right...the example ThreadedPixelBufferexample demonstrates how a texture (of the fbo) can be copied to another thread by the use of map and unmap of pibo. However i dont...
View ArticleofxUDPManager - bi directionnal
Hi Arturo,And sorry for the late reply.So here is a project with the issue. To reproduce the bug i use "hercule" to receive and send the UDP on another computer that the one running the of...
View ArticleSomething Wrong of My project Generator
This is my first time use the openframeworks. I use the mac 10.11.2 and the OF is 9.0 release. When I open the project Generator it comes to blank. There is nothing no GUI. I could not see anything. I...
View ArticleSomething Wrong of My project Generator
interesting -- can you take a screenshot of that ? have you moved the PG somewhere else? or done anything? Can you try re-downloading the release? also, if it continues to not work, can you do...
View Articlemsys2 dll not founds
I followed the instructions for the msys2 setup on Windows, and successfully managed to compile oF thanks to this thread. No each time I compile an example and try to run it I get an error saying the...
View ArticleWorking on a new GUI addon: ofxParvenu
Just in case someone is interested, I'm working on a GUI addon called ofxParvenu.This addon is special (as I consider it) because there's the concept of nested containers. For example, to produce this...
View ArticleWorking on a new GUI addon: ofxParvenu
The font being used is Liberation Sans. One problem with this GUI addon is that there can't be much customization done on the appearance of components. You can change: the font the fill, stroke and...
View ArticleCan't discard files - crlf related?
Hi. Another way i found to solve this problem (in the projectGenerator sub-project) to temporarily change the .gitattributes file.instead of using:* text=autousing:* -text. disables line-ending...
View ArticleSetting up ofxOsc on Android (and general debugging on Android)
Hi, (Note: if anyone has an example app that runs on android and uses ofxOsc, I'd love to see it) I've been trying to set up OF on android so I can make an ofxOsc app to communicate between the...
View Article