Help wanted with mysterious ofxVideoRecorder threading bug
@Job wrote: So for a few years I was happily using Timothy Scaffidi's excellend ofxVideoRecorder to render frames in OpenFrameworks and directly export them as a high-quality video. Then at one point...
View ArticleOF 0.9.8, ofxKinect, linux mint and qtCreator not working
@jcalderon1 wrote: Hi guys; I'm trying to view the KinectExample executing it with qtCreator in Linux Mint. I followed the steps in learning section but when I run the project, I can't get anything...
View ArticleRemoving color from ofVboMesh has no effect on drawing
@cuinjune wrote: I tried to remove color from ofVboMesh's color array and it seems to have no effect on drawing whereas if I use ofMesh, it works correctly. Here's a test code below. in ofApp.h...
View ArticlemouseReleased not called after file dialog (v9.8+)
@bnc wrote: While trying to solve a problem where my app does not receive mouse release after file dialog on older osx and windows versions, I bumped into this bug, which appears even on the current...
View ArticleofSetSmoothLighting() has no effect on higher version of openGL
@cuinjune wrote: I just figured out ofSetSmoothLighting() has no effect on higher versions of openGL.I tested on 3.3 and 4.1 and both had no effect when enabling and disabling the smoothing. It seems...
View ArticleofMesh::icosahedron doesn't draw correctly
@cuinjune wrote: Hi, I just found out ofMesh::icosahedron doesn't draw correctly.Every other 3d mesh objects work correctly but not this one.I think it has problems with its normals. Screen Shot...
View ArticleNeed help with ofxTimeline / openFrameworks 9 build error (Xcode / OSX Sierra)
@simspace wrote: Hi all, I am new to openFrameworks and I am trying to get the ofxTimeline addon to compile with openFrameworks 9 using Xcode on OSX Sierra. The build of ofxTLImageSequence.cpp is...
View ArticleInstanced rendering glBufferSubData EXC_BAD_ACCESS
@adamtth wrote: Hi. If I want to render more than 40000 instances I always run into this error EXC_BAD_ACCESS on glBufferSubData when I update the per instance attribute. (xcode). sometimes i can add...
View ArticleProblems with the "ofxKinect " plugin
@buganfuhua wrote: Hello, this is the absolute novice of openFrameworks. I saw the "CREA" project on GITHUB.com https://github.com/fabiaserra/crea and I found this item to be very surprised by me, I...
View ArticleRaspberry pi: exclude bin/data directories from compiling/including
@mieg wrote: Hi all, I am working on a podcast player for raspberry pi. Whenever i compile on the raspberry pi it tries to include a lot of subdirectories of bin/data, which should be excluded from...
View ArticleWeird visual bugs in android x86 emulator (video inside)
@DrValor wrote: Hello. I tried to goodle it out for a couple days without any success and essentialy just gave up. Compilling and running literally ANY example results in some weird mess of polygons...
View ArticleofxOsc: getNextMessage() Deprecated and causing program to not respond
@hamad_dg wrote: Hey Everyone, I'm trying to send OSC messages from Max/MSP to Openframeworks but everytime I run the program and move the slider on max to send osc, the openframworks app window...
View ArticleNightly Build OSX 'ofVec3f' to 'float' error
@cuinjune wrote: Hi, I used to work with OF 0.9.8 on OSX and today I tried my project with the nightly build and I got this error. Screen Shot 2017-04-18 at 5.14.31 PM.png2318x856 129 KB Could anyone...
View ArticleSIGILL running EmptyExample compiled under win10 on a Win7 machine
@andrea.c84 wrote: Hello, I'm having a problem with a custom application developed with open-frameworks that I'm not able to really understand/solve by myself.I'm able to reproduce the same problem...
View ArticleError attempting to compile with Emscripten
@acgillette wrote: I'm trying to use emscripten to convert my project into javascript. I successfully compiled one of the examples but when I tried to compile my own project I received this error: In...
View ArticleReallocating FBO with different format doesn't work properly
@cuinjune wrote: I don't understand why reallocating FBO doesn't work properly.Please look at my example code below, in setup() I allocated an FBO with GL_RGB format and then cleared it with red...
View ArticleOfkinect depth data conversion error
@ritz wrote: according to documentation getDistancePixels()float * ofxKinect::getDistancePixels()Documentation from code commentsget the distance in millimeters to a given point as a float array but...
View ArticleMemory leak videoplayer osx
@wimvanhenden wrote: Hi Everybody, I am noticing a memory leak in the standard videoplayer on osx. Check out this video that I made. It's a basic implementation just playing the same video over and...
View Article[bug?] Can't save frame if using specific size
@javl wrote: Ok, this is an odd one which took me a while to figure out. Create a new project and add this draw() function: void ofApp::draw(){ ofSetColor(255, 0, 0); ofDrawCircle(ofGetWidth()/2.0,...
View ArticleEmscripten / Mac OSX 10.11.6 / OF 0.9.8
@ayruos wrote: Tried to run emscripten for the first time and got thrown these errors. Help? Screen Shot 2017-05-06 at 1.56.01 AM.png3360x2100 729 KB Screen Shot 2017-05-06 at 1.57.09 AM.png3360x2100...
View Article