Github master: GLFW Window moves to top-left when created
@trojanfoe wrote: Hi there, I am just starting with OF and am using the github version, and under both Windows and OSX I find that the window jumps to the top-left when it's first created (I see it...
View ArticleVideo to sequence
@xavivives wrote: I'm trying to convert a video to a vector of images. I've been trying something among these line ofVideoPlayer player; vector <ofImage> sequence;...
View Article[Solved] ofTrueTypeFont - Unhandled exception at (FreeType-6.dll)
@acheson wrote: I am working in the master branch of OF using ofTrueTypeFont. Whenever the destructor is called the program breaks at the following line in ofTrueTypeFont.cpp line 366 if(face)...
View ArticlenextFrame() previousFrame() seem broken in latest github repo
@lewislepton wrote: howdy folks, im just whizzing through making these tutorials and one thing i have noticed is that using the nextFrame() previousFrame() is not working as it did before with...
View ArticleBlank iOS project doesnt work
@lewislepton wrote: this is something i have ran into. it makes some sense, but with newer and newer releases of iOS etc, think it may be outdated in oF.but as soon as i start a new blank project in...
View ArticleBug using stopThread+waitForThread? (occurs in ofTCPServer::close)
@kritzikratzi wrote: hi! i am using ofTCPServer and a lot of times when calling close() i get a SIGABRT from ofThread::waitForThread, more specifically from this line:...
View ArticleofxCvGrayscale image not drawing when using ofGLProgrammableRenderer
@BlindElephants wrote: I'm working on an installation piece that will use two cameras to track participants' movement as the primary controller for a video projection. I'm using ofxOpenCv, and using...
View ArticleProblems using ofxIO's directory watcher and vim swp files
@thomasgeissl wrote: I am on osx 10.10.3, current master and I use vim 7.4.ofxIO's example_directory_watcher works perfectly, except if vim generates a swp file. HOST_OS=Darwin HOST_ARCH=x86_64 [...
View ArticleOf Linux installation problem
@misteralex wrote: Hi all, I successfully installed of over Debian Wheezy following default procedure but there is an issue within Debian Jessie release. The issue is related to the wxWidgets C++...
View ArticleConflict between depth test and line smoothing
@Elaye wrote: Hello,I'm drawing a mesh with the OF_PRIMITIVE_LINES mode. To smooth the lines I use this: glEnable(GL_LINE_SMOOTH); glHint(GL_LINE_SMOOTH_HINT, GL_NICEST); The problem is that when I...
View ArticleofBitmapFont.h not included by default?
@DomAmato wrote: The header doesn't seem included by default. The files are in the directory but they must not be linked by anything and only work if you include it by adding the #include in whatever...
View ArticleMultiple usb audio outputs on Raspberry Pi 2
@Elaye wrote: Hello,I have an openFrameworks app and two usb audio sound cards to which I send two different sounds to play. It works well on Mac OS X but doesn't work on the Raspberry Pi 2, and when...
View ArticleiOS nightly builds errors!
@Dorald wrote: I'm trying to build iOS library nightly build but I'm facing with errors from ofxOpenALSoundPlayer class ! Screen Shot 2015-05-09 at 19.55.33.png1736x281 111 KB Any advice how to fix ?...
View ArticleCompiling EyeWriter 2.0 in Lion with Xcode 4.6.3
@marlenet wrote: This is the website where it shows you how to create the eye writer: http://www.instructables.com/id/The-EyeWriter-20/?ALLSTEPS This is the code:...
View ArticleField Type ofxCvGrayscaleAdvanced' is an Abstract class error
@marlenet wrote: I am trying to recreate the eye writer 2.0. I am currently using Lion(10.7) with Xcode(4.6.3). The original project was originally written for 10.5/10.6, therefore, there were a lot...
View ArticleProblems with ofxVideoGrabberPtgrey
@Riccardo_Mantelli wrote: Hi, I'm trying to configure and grab images from a PT-Grey FLEA3 USB3 Camera (FL3-U3-88S2C-C) in Opernframeworks (v0.8.4_osx_release) with ofxVideoGrabberPtgrey but I reach...
View ArticleExit event registering problem
@Elaye wrote: Hello,I'm trying to register to my ofApp exit event but the compiler gives me the following error: error: no matching function for call to 'ofAddListener'...
View ArticleDragevent is chopping-off the driveletter
@koda wrote: Hi, I just started playing with the dragevent. But the driveletter seems to be chopped off in the paths of the dropped files.I tested the example...
View ArticledoesDirectoryExist on a distant folder crash the dirListExample
@taprik wrote: Hi there, Below is the setup of my application (derived from dirListExemple) //-------------------------------------------------------------- void ofApp::setup(){ if...
View Article[solved] OF 0.9-13706 Compilation Errors on Raspberry PI B
@MHi wrote: Hi! I've some problems compiling OF on a ARMv6 PI:Thanks in advance! Branch: Master (github via svn)Revision: 13706.OS: Raspbian GNU/Linux 7ARCH: armv6lGCC: 4.6.3 (Debian 4.6.3-14+rpi1)...
View Article