Error on Qt, Fedora 33: "The following products could not be built for...
@T0mR wrote: Hi there, I still have some errors. Ok. So I had figured some things out. To fix the error I previously had. Refer to this post: '.compile.PG.sh' error on Fedora 33 linux Hi there, I am...
View ArticleOF_FULLSCREEN Causing Crash with `validateRenderPassDescriptor`
@TravelByRocket wrote: My app is crashing when I use OF_FULLSCREEN, like ofSetupOpenGL(1920,1080,OF_FULLSCREEN);. I repeatedly get this: validateRenderPassDescriptor:885: failed assertion...
View ArticleKinectV2 with ofxOpenCv and ofxKinectV2
@Guilherme_Santos wrote: Hi. I’m trying to use ofxOpenCv and ofxKinectV2 together but I can’t even set the pixel information from the kinect to an ofxCvColorImage properly. My code is super simple:...
View ArticleGlm::vec3 and ofVec3f conflict
@Guilherme_Santos wrote: Hello, I’m using openCV to create contours from kinect, and I’m now trying to use the ofxTriangle addon to triangulate the contour into a mesh. The problem is that the...
View ArticleProblem with compiling project
@MISAEL_J_MERCADO-HER wrote: Hello i have an error compiling a project with open frameworks im hoping somebody can help me because its for an assignment .The error goes as follows (btw im on windows...
View ArticleLoad error on executable
@Guilherme_Santos wrote: Hi, everyone. So I’ve been working on a project here which uses ofDirectShowPlayer and noticed that when I run the software from visual studio it loads the file but don’t play...
View ArticleofxDither sometimes trashes image
@CarlFK wrote: debug2… png is the expected image, debug3 sometimes is corrupted. github.com Amalgam-Incorporated/goo/blob/main/src/ofApp.cpp#L110-L114 res.save("debug2_" + ofGetTimestampString() +...
View ArticleError: Command /usr/bin/codesign failed with exit code 1
@Dongyuan_Liu wrote: Hi there, I got the ‘code sign error’ when I compile my code. What strange is that it will be compiled successfully at the beginning whenever I generate a new project, but after I...
View ArticleofxPoco compile problems
@Awareness wrote: After I make a new project adding ofxPoco addon, without writing any additional code,it gives some errors during compile process:...
View ArticleCannot build Openframeworks on Xcode!?
I am new to this and I am trying to build an emptyExample. I keep getting build failed with multiple error messages. (attached) I checked that the scheme is not set to openframeworks. How do I resolve...
View Articleglm::closestPointOnLine no longer available?
Hello, I need to find the distance from a point to a line. I get a compiler error when I try to use glm::closestPointOnLine() which is a documented function. Then I found here that, apparently, this...
View ArticlePoco Library Header files not found
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleBuilding the examples: Fatal error: ofConstants.h: No such file or directory
I have already built the Project Generator and downloaded the external dependencies. In the OF/ root, I ran: ➜ projectGenerator -r -o"." examples This takes roughly 1.5 seconds. Is this suspiciously...
View ArticleRaspberryPi3 and openframeworks compile error
Hi Guys, I am trying to run the camera module with openFrameworks on the RaspberryPi 3b, using jvcleave’s ofxOMXCamera addon. When I try to “make” the demo code from the examples I get this error:...
View ArticleofSerial doesn't find devices plugged in after the program has started
Hi all, I’m a long time user of openFrameworks (5+ years) but this is my first time posting. I raised this as an issue (see link below) but now I’m just here to try to find a workaround....
View ArticleofAlphabet related error
trying to drawing CJK string with ofTrueTypeFont but I got error. image1220×199 31.6 KB /home/icq4ever/oF/apps/studio42/todayNowMoon/src/MissionManager.cpp:12:43: error: cannot convert ‘const...
View ArticleofxVideoRecorder output problem(ofx Big Sur issue?)
I cloned ofxVideoRecorder repository from github and opened example app with xcode, with no code edditing, build and run the example and tried to record some video(type r then c),then the video file...
View ArticlePoint as texture with depth test enabled
Hi everybody, I’m trying to create a grid of points as textures following the pointAsTexture Example in the examples/gl folder. I need alpha blending and depth test enalbed to place background points...
View ArticleaudioOutputExample crashes in El Capitan
I’m working in an audio application for macOS. After updating to openFrameworks 0.11.2 the app crashes at startup when running in 10.11 El Capitan. The error seems related to ofSoundStream. When...
View ArticleLoad png Image to create texture
I created image texture brush with texture image and like water color brush. in draw method load image texture and need to load png but in my case , png image not set a image texture for draw brush...
View Article