ofxDatGui moving scrollview — items clearing and invalid indices
@robotPatrol wrote: hi, i am trying to move items in my scrollview element, but instead all the items clear. i have added an integer array to create indexes for the items to move to in setup, update,...
View ArticleHow do I up and run with HaarFinder
@Sasan_Bahrami wrote: I need to use Haarfinder but I am a bit new in this and I want to find the faces that are laughing or smilingI am in XCode 8.2 on OSX Posts: 7 Participants: 2 Read full topic
View ArticleGet framebuffer
@haggi wrote: Hi,I'm starting a project that will send the framebuffer to another application via spout. In the spout sender examples an new framebuffer object is used, initialized and sent via spout....
View ArticleCan OF be built as DLL on Windows?
@cuinjune wrote: I would like to know if it is possible to build OF as DLL on Windows so it can be used by other programs using dlopen.Thanks in advance! Posts: 1 Participants: 1 Read full topic
View ArticleUsing opencv with openframework
@veer wrote: I just started to work with openframeworks with opencv. I have few queries. Openframeworks provide many image processing functions. Opencv also provide many functions of image processing....
View ArticleHELP: adding linker flags to qbs project?
@Christof wrote: Hi, what's the place for adding linker flags to a qbs project (e.g. for linking to a library)?I tried to add them to the qbs project like this:of.linkerFlags['-L./src/lib -lfoo']but...
View ArticleGenerative mesh extrusion
@JotaroUT wrote: Hi, I would like to make some generative art similar to this in oF, and hopefully make some ofx addon for this.This might be possible with ofxVbo or something, but not sure of how...
View ArticleGet light power
@edapx wrote: Is there a way to get a parameter that defines the "light power" out of an ofLight object?I see that there are values like attenuation, but no power. I need it to calculate the radiance...
View ArticleHow to detect OF's platform & version by shell script
@cuinjune wrote: Hi, I'm trying to create a shell script that will be located inside my OF app and do something depending on the target platform & version. For example, if the script file is in...
View ArticleofxAssimpModelLoader does not show colors
@edapx wrote: I'm importing an .obj model with a .mtl file. Precisely, this model http://www.graphics.cornell.edu/online/box/data.html As I need to reposition all the meshes that compose the models...
View ArticleofxTextureRecorder - memory build up
@stephanschulz wrote: @arturo I got your addon working with OF 0.10 on OS X 10.10.5 I modified it to save an array of ofTextures. Eventually i will capture a bunch of camera frames in an array and if...
View ArticleofxCv compile issue
@Kesava_Prasad wrote: @kylemcdonald,I am using Qt creator 4.2.1 on ubuntu 16.04 While compiling I get error messages like...
View ArticleUse of undeclared identifier 'glm'
@sassaaan wrote: I am using OF 0.9.8 on OSX sierra with Xcode 8.2 and I try to run examples in stable version in here https://github.com/kylemcdonald/ofxCv/tree/stable but I am getting this error ,...
View ArticleDraw image from thread
@veer wrote: We generally load a image in ofApp::setup() function. do changes on image in ofApp::update() function and and display (draw) image in ofApp::draw() function. I want to write a application...
View ArticleofxCv examples not working
@Kesava_Prasad wrote: I have imported a project from ofxCv examples and opened it in project Generator. However it didn't compile. It says Calibration.h and some other files from the src of oxcv is...
View ArticleEclipse plugin for OS X
@quinn wrote: Hi, I'm adding visibility to my issue here: github.com/openframeworks/eclipsePlugin Issue: OS X Support opened by quinn on 2017-08-18 What would it take to get this working for Eclipse...
View ArticleVisual Studio project from scratch
@Jordi wrote: Usually, it is preferable to clone the empty example or use project generator, but sometimes I wanted to know what are the exact steps to turn a VS C++ project into an OF project. So...
View ArticleTrying to create a way for smooth rotation, but still no success
@Pavelas wrote: Hi all, I am trying to make a smooth rotation of touchscreen recognized object - it has some rotation jitter, so I am using the same function as for the movement smoothing :...
View ArticleSuperscript and supscript
@csw wrote: Hi all, I'm looking for a way of displaying text with superscript and subscript elements. Are there any addons that support this (or does ofTrueTypeFont support it)? Thanks! Posts: 1...
View ArticleofXml setAttribute produces anonymous tag
@hamoid wrote: Hi! This code: void ofxPolySave(const ofPolyline & poly, string xmlPath) { ofXml xml; auto data = xml.appendChild("poly"); //data.setAttribute("closed",...
View Article