Nsopenglcontext flushbuffer slowness
@aferriss wrote: I'm on OSX using 0.9.2 and in my app doing a chain of post processing with shaders, bouncing textures back and forth between fbo's (for blur). When I'm running tests at 1920x1080...
View ArticleofxAssimpModelLoader trouble
@Marsat wrote: Hello there. I have trouble to debug on assimp with my program, it's also not working on the assimpModel Example. Does anyone have the same and know how to fix this? It's pointing to,...
View ArticleUsing 2 ofVideoPlayer, only first instance can read current frame
@dine wrote: If you play two videos using 2 ofVideoPlayer, only the first loaded instance's getCurrentFrame() returns a sane number, and so getPosition() fails too. Bugg appears to be apparent on both...
View ArticlePoco::XML::SAXParseException: SAXParseException
@andydayton wrote: Has anybody wrestled with this particular runtime error before that might have some insight? It's an oF app running on a Mac, and seems to develop over time. The app is loading an...
View ArticleofxKinect no longer works on Mac OS X el Capitan
@leeprobert wrote: I used to be able to run the ofxKinect demo on my mac. Recently, I came to look at the code again so I could port it over to a VR project, but the demo no longer ran. The only...
View ArticleUpgrade problems and why code blocks tutorial removed?
@zardox wrote: Hi, I've been working with OF 0.8.4 in OSX with Xcode for a while using ofxAppGLFWWindowMulti and everything is awesome. Trying to transpose one application to windows and I found huge...
View ArticleWayland support?
@ShadowMitia wrote: Hi! Does openFramworks work with Wayland?I'm using Archlinux. Everything still compiles fine, but I get a segmentation fault now whenever I try and run an app. Wether they are mine...
View ArticleofxTextInputField errors on VS Windows
@moebiussurfing wrote: Hello, anyone knows if the addon can run on Visual Studio / Windows?I tried to run the ofxTextInputField addon itself, with his own example but doesn't compiles: Error...
View ArticleRecursive_mutex lock error on exiting
@tekt wrote: Building and running the examples/3d/ofBoxExample app on OSX 10.11.5 with XCode 7.3.1 triggers the following error when the app exits: libc++abi.dylib: terminating with uncaught exception...
View ArticleofSaveScreen saves black images (macOS)
@VVZen wrote: Hi everybody!Thanks to your latest help,I've been able to achieve this https://www.youtube.com/watch?v=-VDUo9aMz7U !Now I'm trying to save the resulting image. I'm using ofSaveScreen...
View ArticleofVideoGrabber - Camera Disconnected
@Chung_Wei_Leong wrote: Is there anyway to check whether the camera is disconnected or not for ofVideoGrabber? Posts: 1 Participants: 1 Read full topic
View ArticleI got an error when i open the examples in qt-creator
@tyq wrote: /home/tyq/of_v0.9.3_linux64_release/libs/openFrameworksCompiled/project/qtcreator/ofApp.qbs:19: error: RangeError: Maximum call stack size exceeded.and where it occurs is:cpp.includePaths:...
View ArticleInstall_template needs quotes
@davidemania wrote: I was trying to install of0.9.3 with QtCreator on mac OSX (el capitan, last update) In my installation the home directory has a space in its name (ok in perspective I should never...
View ArticleofImage::grabScreen not works for enableAntiAliasing = true
@datangguo wrote: Hey guys, ofImage::grabScreen not works when settings.enableAntiAliasing = true for window, it works when turn antialiasing off, I searched related topic on this site, but no luck....
View ArticleMight be a bug with drawVertices
@petermc wrote: in ofMesh drawvertices() seems to draw one less vertex than is in the mesh: void ofApp::setup(){ for(int i = 0; i < 4; i ++){ for(int j = 0; j < 4; j ++){ ofPoint p(i * 100, j *...
View ArticleError with ofPixels
@neiya wrote: Hi!I got this error and it opens the ofPixels.h file at line 795c.set( pixel[0], pixel[1], pixel[2] ); error.jpg1092x728 431 KB Actually without changing anything in the code the error...
View ArticleofPath arc rendering glitch
@Ryan_Cashman wrote: I'm drawing a whole bunch of arcs using ofPath. The side by side images show the problem I'm experiencing. On the left is a saved image using grabScreen. It is exactly what I see...
View ArticleK-Lite Codec in OF not working with downsampled videos?
@AdSpiers wrote: Hi All, I've been working on some video player software with OF and am currently porting from my dev PC to a user PC. I'm working with large GoPro (12min = 4GB, 2704x1538 Res) .mp4...
View ArticlePROJECT_EXCLUSIONS error (single files) and a fix
@bgarton wrote: For OF v0.9.3/Android, using Eclipse to build projects (I'm running under OS X 10.10.5): I wanted to exclude a single source file from one of my src directories, and I discovered that...
View ArticleApp crashes on mouse hover
@hschwane wrote: Hi there, I'm currently trying to update my openFrameworks application which used to run on the Old 0.8.4 version to work with openFrameworks 0.9.3. Everything seems to work fine...
View Article