Weird compilation errors on Manjaro
@cuppajoeman wrote: My system is as follows: DISTRIB_RELEASE=19.0.2 DISTRIB_CODENAME=Kyria DISTRIDISTRIB_ID=ManjaroLinux DISTRIB_RELEASE=19.0.2 DISTRIB_CODENAME=Kyria DISTRIB_DESCRIPTION=“Manjaro...
View ArticlePort error with ofxOsc
@juss wrote: Hi everyone! I am probably missing something simple here. I have an example code (about genetic algorithms) and I try to make this animation interactive with TouchOSC. In my setup in my...
View ArticleofxSequencer accelerated when add start/stop button
@llorencg wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleKinect has problems with black clothing?
@AndyAndy wrote: It seems my kinect v1s have problem with black clothing. When I am infront of the camera with my black jacket my upper body is not recognized and then when I open my jacket and my red...
View ArticleIdea for small project with music
@wyz92 wrote: Greetings, everyone! I’m, as the topic category says, a beginner with openframeworks. I currently have to propose an idea for a small project for my university course, and I was thinking...
View ArticleSending images from python to openFrameworks
@alex-shortt wrote: I’m working on a project to generate images in python based on the viewer’s position found using a kinect in oF. I’ll transfer the coordinates from openFrameworks to python and...
View ArticleI want to load an image to GPU memory for fast speed processing
@bemoregt wrote: Hi, All. I want to load an image to GPU memory for fast speed processing. And, I want to crop with my own ROI location in GPU. How can I get this using OF? Thanks in advance. Best,...
View ArticleIs this code uploading image to GPU memory?
@bemoregt wrote: Hi, All. Is this code uploading image to GPU memory? void ofApp::setup(){ ofImage aa; aa.setUseTexture(true); aa.load("/Users/onyx/Desktop/panda.jpg"); } I wonder. Best, @bemoregt....
View ArticlelibPocoFoundation.so error with project generator
@alexx wrote: hello! when i try to use project generator i get the error: projectGenerator: error while loading shared libraries: libPocoFoundation.so.64: cannot open shared object file: No such file...
View ArticleBlack frame after playing video / before reloading new video
@Claartje wrote: Hi there, I am new to OF and C++, so this is a very beginner question. I want to show some (~ 4) randomly chosen videos at once and reload new ones when they are finished. I manage to...
View ArticleLogic issues with FBO
@eduzal wrote: hello i’m having a logic problem with FBOs. My intention is to create a Canvas/Fbo class that will be instantiated as 4 objects. The goal with this is to create this template(some...
View ArticleException thrown: read access violation
@Tedy wrote: image1226×719 58.2 KB I get this error right after the debugging finishes and the app starts. I don’t know much about visual studio or openframeworks, Im following a tutorial series: I...
View ArticleHelp with MacVim and Run Scripts
@Okliis wrote: Hello everyone! Recently started sketching in MacVim - everything works great. However, I’m now working on a project using ofxNI2 (for skeleton tracking with the kinect) and in order to...
View ArticleDraw and Set color of each vertex
@Julian_Puppo wrote: So, im really looking for the equivalent of this processing code in openframeworks : void setup() { size(600, 600, P2D); } void draw() { beginShape(); fill(255, 0, 0); vertex(0,...
View ArticleHow to enable openGL log when compiling
@Julian_Puppo wrote: So, something really weird is happening. Im sure is quite easy to solve. So when I run the program NOT from the compiler BUT from the .exe file, the log shows me what it seems to...
View ArticleofxRunway / example-PoseNet
@5-18-9-3 wrote: I’ve installed ofxRunway, ofxHTTP, ofxIO, ofxMediaType, ofxNetworkUtils, ofxNetworkUtils, ofxSSLManager. I opened example-PoseNet.xcodeproj that was already in ofxRunway folder I...
View ArticleDisplaying chinese characters in OF 0.11?
@dicktom wrote: I’m trying to display chinese characters using ofTrueTypeFont. I am using a font that supports chinese character and the .cpp file is saved as utf but nothing shows when I try to write...
View Article2d texture on 3d object
@MikAngelus wrote: Hi all, I create 4 simple box to simulate wheels of my car. Now, I try to insert this texture on it wheels645×645 157 KB but the result is this: wheels803×400 638 KB I don’t find...
View ArticleMIDI from VST in DAW to oF app?
@lethalrush wrote: Is there any way to stream MIDI from a custom (JUCE-built) VST in my DAW (ableton live) into my oF app, in real time? Posts: 1 Participants: 1 Read full topic
View ArticleHow to get line count from ofPixels::Lines?
@rhyolight wrote: If I get some ofPixels::Lines from an ofPixels object, how can I get the line count? ofPixels & pix = image.getPixels(); ofPixels::Lines lines = pix.getLines(); Posts: 1...
View Article