Images not returning pixels
@michaelpromeo wrote: Hello, I recently tried downloading a few random images and then getting their pixel values via either mouse over the image or just printing out all the pixel values by looping...
View ArticleofSerial in OF10.0 bug
@teganscott wrote: Hello, In OF 9.8 a number such as 0 or 1 cannot be sent with ofSerial's wrieByte, but the same code in OF10.0 has the error "Call to member function 'writeByte' is ambiguous" I am...
View ArticleofxSvg possible memory leaks
@seb_ly wrote: Hi everyone, I'm running an app where I'm loading thousands of svgs and there seems to be a lot of memory allocated onto the stack that is not cleared when I delete the svg objects. I'm...
View ArticleHow can changing code that is not called break functionality?
@hamoid wrote: Hi! One is for C++ experts: This code is never called in my program. It would draw a few circles if it was. std::vector<ofPolyline> loops; ofFbo preview; void...
View ArticleofxIO / Poco / of_0.10_Nightly
@ayruos wrote: Hi, I’m trying to get a project developed on 0.9.8 running on the new nightly build because I’m having problems with OF_FULLSCREEN (and/or ofSetFullScreen(true)). It project relies on...
View ArticlePulse audio fails to initialize on Pi
@DanBlackburn wrote: I can’t get audio working on Pi. I’ve tried many combinations of hardware (Pi, Pi Zero, Pi 3) on both Jessie and Stretch using 0.9.8 and the nightly builds. Al Lib (WW) always...
View ArticleUsing minimal Openframeworks App Visual Studio reports hundreds of memory...
@Castaa wrote: #define _CRTDBG_MAP_ALLOC #include <stdlib.h> #include <crtdbg.h> #include "ofMain.h" class Test : public ofBaseApp { void setup() {...
View ArticleofNode::getGlobalPosition problems and glm::tmat4x4 has no member named ‘xyz’
@action wrote: I’m having a weird behavior working with the position of a camera. Somehow getGlobalPosition returns a different vector than the assigned on setGlobalPosition in the same node....
View ArticleError: cannot convert to bool in assignment
@flowingisart wrote: Hello everyone! I was trying to build OF 0.8.4 on Arch Linux; The newer packages that are hosted by the AUR are going though some issues or I would install those to but the Cyril...
View ArticleLinker errors with of_v0.9.8 + QtCreator 4.1
@Christof wrote: I just upgraded from of_v0.9.3 to of_v0.9.8. I can successfully build and run the examples from the command line but when I try to build a project with QtCreator (4.1.0) I get the...
View ArticleIf VS2017 IDE used, will any problem occurred?
@Strawberry9583 wrote: I want to transplant the previous project from VS2015 to VS2017. I want to know the OF of version vs2015 whether to be compatible with the IDE VS2017. Any one have the...
View ArticleUbuntu: Unable to compile, missing GLX_mesa
@Prof_Sparkles wrote: I got some odd issue. I had to reinstall some desktop stuff on my Ubuntu machine and since then openFrameworks ~0.10.0 does not want to compile anymore because GLX_mesa is...
View ArticleNo datas when bin is uploaded and then downloaded
@hugohil wrote: Hey folks, I was trying to send my app to someone by compressing the bin/ folder and upload it to Google Drive, but when it’s downloaded and uncompressed, the app cannot access the...
View ArticleOpenGL static objects destruction crahes
@chuckleplant wrote: I’ve had situations in which OpenGL obejcts get destroyed after main thread exits, in which case the destruction crashes. Specifically the static ofVboMesh gradientMesh in...
View ArticleFont not Loading — even if it's in the data folder and declared
@federicollach wrote: Hi, I am having trouble with loading a Font. The font is in the data folder and I am loading it in the setup(). I am even checking that it is loaded with .isLoaded() method....
View ArticleLinker mess in Qt after VS2015 install
@joeseeba wrote: I had to install VS2015 in the same machine I am working with Qt+oF. For VS I had a separate oF folder since oF is compiled differently for VS, so there should be no conflicts between...
View ArticleofxDatGui compilation errors on Windows Visual Studio 2015
@braedenf wrote: Hi there, I am having an issue compiling the ofxDatGui library on a windows machine using Visual Studio 2015 with the latest release version of Openframeworks. The issue is a whole...
View ArticleiOS projectGenerator generate MacOS project instead
@Dorald wrote: The title of topic say all. Posts: 1 Participants: 1 Read full topic
View ArticleofxMidi no build in of_v0.10.0_linux64gcc6_release
@bernard_Del wrote: ./…/…/addons/ofxMidi/src/ofxMidiMessage.h:61:2: error: « vector » vector bytes; … an idea of where the problem might come from? Thank you for your ideas. Bernard . Posts: 3...
View ArticleC linkage errors in vs 2017
@jitterhorse wrote: Hi, I am trying to build the example from https://github.com/bakercp/ofxIpVideoGrabber with: of_v0.10.0_vs2017_release vs2017 on: win10@64bit I have downloaded & linked via...
View Article