Is there a Yes/No choice dialogbox function?
@Awareness wrote: Does Openframeworks have a Yes/No choice dialogbox function under Windows or Android, or do we need to use native Os functions for these type of dialogboxes? Posts: 1 Participants: 1...
View ArticleChanging the font size of individual letters
@jchillerup wrote: Hi everyone I’m making a visualization for a legibility experiment where the size of the individual letters is of importance. Loading an OTF font requires me to specify a font size...
View ArticleIn-built image rectification function? or do I need ofxPiMapper or similar
@C1harlieL wrote: Is there an openframeworks function that can do image-rectification on an ofMesh or plane do i need to use ofxPimapper of similar? Related to my earlier post: Graphics drawn ofFbo on...
View ArticleofxPanel clear and add
@csw wrote: Hi all, I have a gui using ofxPanel into which I add parameters at runtime. I’d like to be able to delete the parameters too. ofxPanel doesn’t have a remove method but it does have a clear...
View ArticleWhat windows PC for installation?
@AndyAndy wrote: Hallo we would like to to an installation with a kinect inside a shop window and showing the depth data on the window with back projection of people outside. It seems the setup is too...
View ArticleLocal and global transformMatrix (OfNode)
@pxt wrote: Hello! if i do this: i have control over the global Position of the object (using translate and rotate) and local position and local orientation using ofNode. ofPushMatrix();...
View ArticleFBO - get real Depth Values
@niels wrote: Hey Guys, I want to get the depth Information about different vertices in a 3d-scene. My idea is to filter out just the rendered Verticies by comparing the distance of one vertex with...
View ArticleSeveral questions about studying fonts
@eyd wrote: hi. I’m during studying about fonts. but lot of problems It could be a basic problem, no matter how hard I try, I’m not sure. 1) 10778×896 3.54 KB -I wanted to do something similar to the...
View ArticleOF Audio generative recommendations
@llorencg wrote: Hi, everyone. I want to build a simple music software using OF for an univeristy work. I would like for this to be able to be installed it in a Raspberry Pi . I am really new in OF ,...
View ArticleHow to compile application on Ubuntu
@Antonio_Castles wrote: Hello forum. I am trying to compile a program that I wrote from the terminal with the command make, but it tells me that the compiler cannot find the header of an addon that...
View ArticleDetection accuracy
@Pk411 wrote: Hey all! I have been using OpenPose in one of my hobby projects. Sometimes the model doesn’t recognize the body part even though that part is clearly visible. Any other ways to increase...
View ArticleWeird glitch with easy cam
@cyrstem wrote: hi i got this weird glitch when moving with easy cam, can someone explain me why i get that dark line when moving the sphere o-000331920×1080 170 KB o-000741920×1080 163 KB what i’m...
View ArticleProblem building with Qt Creator & msys (64bit) on Windows
@Martin_Wilson wrote: Hi, I think I have followed the instructions (https://openframeworks.cc/setup/msys2/ & https://openframeworks.cc/setup/qtcreator/) very carefully. And while I can build &...
View ArticleImplementing shader question
@Maedd wrote: Hey! I am trying to implement the blur shader from the examples into my code. The problem is, that I can only see the image [index] = 1. [index] = 0 doesnt show. I would like to see them...
View ArticleofxKinect2 and Ubuntu
@edapx wrote: Does anyone have installed ofxKinect2 successfully on Ubuntu 18.10? I am asking because I am working on an installation where I need it but I am facing some problem. I am using: GitHub...
View ArticleNetworked communication with multiple oF sketches
@xX_n3c40_Xx wrote: I’m wanting to make a project similar to an online video game, where I have openFrameworks sketch acting as a central server (which can display statistics) which is connected to...
View ArticleAccess/ modify ofPath command?
@MaximilianUAL2020 wrote: Hi everyone, I am struggling to change a set path command to my mouse position in “void ofApp::update()”. I don’t get any errors while compiling, however, the path doesn’t...
View ArticleErrors while building with ofxKinectForWindows2
@Abdoulaye_Gning wrote: Hello, I’ve been trying to use ofxKinectForWindows2 add-on to interact with Kinect V2, when I try to build a project I get at least 11 errors (in the screenshots), and I don’t...
View ArticleWhat restart on crash program to use with a standalone windows install?
@AndyAndy wrote: I am running an shop window installation with two kincets and to small windows computers. I tried out this old software http://www.jockersoft.com/english/appmonitor_index.php but it...
View ArticleExporting multiple meshes to a single 3D file
@ewt wrote: Hey, I would like to export multiple meshes as a single 3D file, and was wondering if there was a simple way of doing it. Ideally, I’m looking for the equivalent of Nervous System’s OBJ...
View Article