Problem on using new project generator(20170505) to build facetraker example
@ShiHo wrote: Hi everyone, i've got the problem that missing the viable conversion in the ofxObjectLoader.cpp when i was using new project generator to build itHow could i fix this? Thank you! Posts:...
View ArticleProblems with using sys/io.h outb() in linux in a thread
@motrel wrote: Using OF to solve and display toolpaths for a CNC lathe and then sending the pulse to stepper motor drivers via the parallel port. Problem - getting some problems with the program...
View ArticleLoading an ofMoviePlayer in a thread not working correctly
@nununo wrote: Hello, I have to load one movie every time an event happens. So, to avoid preloading all of them, I am loading them on demand. But there is a noticeable short freeze whenever a movie is...
View ArticleCompile Error on Github Master Linux64
@toliaferrode wrote: Tried to compile the latest oF from github. All codecs and dependencies installed correctly, but when I went to compile it complained about glm not being found, nor ofGstUtils or...
View Article[iOS] Can't get hardware orientation on startup
@cuinjune wrote: Hi, I'm trying to detect the device orientation when the app is launched. But it seems like the app always changes its orientation to OF_ORIENTATION_DEFAULT on startup regardless of...
View ArticleConditional definition of ofVideoGrabber using preprocessors causes "Access...
@hsab wrote: Hi everyone. I'm trying to easily switch between ofVideoGrabber and ofVideoPlayer for debugging purposes using C++ preprocessors, namely #ifndef #ifdef etc. For some reason I get access...
View Article[iOS] Wrong viewport after calling ofSetOrientation() while in Landscape...
@cuinjune wrote: When I try to change orientation by using ofSetOrientation(), it works well if I do it while the device is in a Portrait orientation(OF_ORIENTATION_DEFAULT or OF_ORIENTATION_180). But...
View ArticleFBO artifacts [can someone verify/test?]
@lysdexic wrote: Hey all, Can't seem to generate FBO artifacts in oF 0.9.8 - even without clearing the FBO it always opens clean. I've put this under 'bugs and errors' - though for some having an...
View ArticleCan't Compile emptyExample From oF Github
@toliaferrode wrote: Hi, so I'm getting into the oF distribution from Github finally as I want to target multiple platforms. I got some help installing it. Installed dependencies, codecs, and ran...
View ArticleApple Mach-O linker (ID) Error in Sierra compile of old project
@Davideo wrote: Hi! I'm getting a bunch of errors trying to compile an old project on a new mac mini. Unfortunately I have no option but to run Sierra and am ambitiously trying to compile with OF 9.8....
View ArticleVideo missing in release build from visual studio 2015
@swampmonster wrote: i have been having problems with video in the release builds of visual studio 2015 projects and of0.9.8.the videos run fine in the debug builds, but are completely missing in the...
View ArticleofCamera.cpp glm error
@clem wrote: I'm on osX 10.12.5 using Xcode 8.3.2 using the master branch. I haven't been able to build openframeworks lately due to errors in ofCamera.cpp......
View ArticleofVideoPlayer won't play full audio
@muxisar wrote: Hi, I've just tested videoPlayerExample with different videos (with audio channel). Sometimes the audio stops after a few seconds. I'm on ubuntu: Distributor ID: Ubuntu Description:...
View ArticleofLight/ofMaterial with ProgrammableRender (VisualStudio OF0.9.8)
@andrea.c84 wrote: Hello to everyone, I'm having a problem with OF (0.9.8) ofLight/ofMaterial and the programmable render. Whenever I try to run an application/example using a programmable render the...
View ArticleWindow decoration messes up vertical axis
@kaofishy wrote: Hi, I'm experiencing a weird problem with openFrameworks on Windows 10 with Visual Studios 2017. When I create a window of a certain size, and try to draw to it, there is a weird...
View ArticleofxSerial error missing separator
@dbwat wrote: Hello,To work with arduino mega on archlinux:I am looking to work with ofxSerial but i get this message:"missing separator" error in config.addons.mk for addon with addon_config.mk...
View ArticleFramerate drop on mousemove in fullscreen mode / Ubuntu 16.04 LTS
@Sinus wrote: Hi fellows,i recently installed a fresh Ubuntu 16.04 LTS x64 on a i3 / 8GB / Intel 620 machine.My overall plan is to have 2 screens and a application expanding over both in fullscreen.I...
View ArticleAllocating ofImage with GL_RGB doesn't give any warnings
@hamoid wrote: Hi, By accident I used GL_RGB to allocate an ofPixels and then spent a long time debugging why the width was 0 (assuming it was related to vectors and std::move), until I realized I...
View Article"Exception from HResult: 0x80041FE2" when creating new project
@lauchsuppe wrote: Hi, I'm really keen on getting started with openFrameworks.So, what I've been doing the last ~8 hours is trying to successfully install Visual Studio Community 2015 (following your...
View ArticleQtCreator v4.3.1 qbs problem
@cmarty wrote: Hello.I have just installed new QtCreator v 4.3.1 on Ubuntu 16.04 and all my projects stops parsing.Qt Creator complains:...
View Article