ofxDelaunay solid colour triangles
I am curious how you define the points and colors for the points to triangulate. Thanks. --8
View ArticleWiringPiISR Interrupts
i managed to make this to work like so. But i am not sure if this is the most elegant method. gist.github.com https://gist.github.com/b1fdf1389ba0bdb30d67.git rotaryencoder.cpp #include...
View Article[suggestion][GUI] Project Generator shows that is is working
Hello, Using the latest nightly build, v20151109, of oF I've noticed that Project Generator produces no visual indication that it is updating a project after a directory has been chosen and the...
View Article[suggestion][GUI] Project Generator shows that is is working
Also, just noticed on Project Generator that if 'import' button is clicked, find directory window is opened, then when 'import' button is clicked again while find directory window is still open,...
View ArticleopenFrameworks 0.9.0-RC2 in Android Studio on OSX 10.11.1:...
Please note that, the failure type is changed from INSTALL_FAILED_CONTAINER_ERROR to INSTALL_FAILED_INVALID_URI Is this a rooted device?
View ArticleofMesh issue in RPi 2
Thanks for the reply. I tried every permutation that I can think of, but no joy. I can report that rendering via drawFaces() produces the expected result... it is just drawWireframe() that doesn't...
View ArticleofSerial fast simple serial read in OF not working properly (and linux...
Thanks bakercp. Well, I was using the master branches (which I had to tweek for OF9.0). Anyway, I downloaded the develop branches. In order to compile I had to add these lines at the beggining of...
View ArticleofDirectShowPlayer reverse playback
Hi All, is it possible to set negative speeds (reverse playback) via setSpeed with ofDirectShowPlayer or is it a limitation of direct show or it's implementation in oF? I'm trying to do this with an...
View ArticleofSerial fast simple serial read in OF not working properly (and linux...
Sorry bakercp, I double checked the list you point me to and find the solution: I changed the port number to something below 9 and that was it Now, I would like to follow the win implementation you...
View ArticleofMesh issue in RPi 2
Not that it should be different but you may want to try the Programmable Renderer to see if it is what you expect. in main.cpp ofGLESWindowSettings settings; settings.width = 1280; settings.height =...
View ArticleAdd an audio track to a video file
i just have the same requirement. that is , to combine an audio file (say, wav format ) and a video file into one file. do we have any update tech on this issue?
View ArticleofMesh issue in RPi 2
opengl es can't draw wireframes easily, to do that you need to explicitly set the indices of your mesh t(or the order of the vertices) to draw the wireframe. at some point we should add something that...
View ArticleopenFrameworks 0.9.0-RC2 in Android Studio on OSX 10.11.1:...
I just checked my developer options: apps and ADB have root access.
View ArticleofDirectShowPlayer reverse playback
Hi, Some codecs don't like being played backwards, or any other way than realtime forwards really. A Quicktime encoded with Photo JPEG or PNG might be worth a shot. I had great success with HAP...
View ArticleAddon libraries and Visual Studio
I'm a bit stuck with Visual Studio updates for OF 0.9 for an addon. The addon includes built libraries and I have added x64 versions and updated the directory layout and VS project files using the...
View ArticleAddon libraries and Visual Studio
can you look at ofxOpenCV and maybe doing it the way the folder are there: https://github.com/openframeworks/openFrameworks/tree/master/addons/ofxOpenCv/libs/opencv/lib/vs (this is something we...
View ArticleHelp evaluating needed projector brightness
Hi, Suppose I want to project on this building : 12226707_942061079176103_1333095233_n.jpg545x505 55.6 KB And assuming we have turned off the lights, do you think a 7000 lumen projector is enough to...
View ArticleHelp evaluating needed projector brightness
Here is another one. 12248605_942024415846436_400522596_n.jpg960x720 90 KB
View ArticleFramework not found 0.9.0
Sorta. I generated a new project and moved over the things I needed from the 0.8.4 project (only the src folder)I also use a ton of plugins which have deprecation warnings but ill get around to fixing...
View Article