Quantcast
Channel: beginners - openFrameworks
Browsing all 4929 articles
Browse latest View live

Glm::vec3 in ofxImGui

@Fum! wrote: Hello! In ofxGui I can update a glm:vec3 parameter easlily this way: my_parameters.add(position.set("position", glm::vec3(0,0,0), glm::vec3(-2,-2,-2), glm::vec3(2, 2, 2))); How can I do...

View Article


Help - how to only draw negative grid sections

@ledshot wrote: Hi so i’m trying to make a program that displays the output from a data source the thing is that the source will only produce values that are negative on the Z axes, I’m trying to stop...

View Article


Image may be NSFW.
Clik here to view.

ofxKinect affecting graphics of other addons (ofxInkSim)?

@riccardochi wrote: Good morning, I am relatively new with c++, and I am doing a project using ofxKinect to track motion change and use that change to release Ink using ofxInkSim. Now, I am aware that...

View Article

Pass kinect as argument to class method?

@kflak1 wrote: Hi guys, I’m trying to pass a kinect object in my ofApp.* to a method in a custom class MinDistance, but it doesn’t compile. My class header looks like this: #ifndef _MINDISTANCE...

View Article

Live motion data capture with a webcam or kinect?

@turnip wrote: I want to create a sort of “tool” that allows users to capture motion data through their phone or webcam, kind of like ARKit’s motion capture feature:...

View Article


Compiler problem - collect2: error: ld returned 1 with ofxOpenCv

@Antonio_Castles wrote: Hello. I am trying to create a project with ofxOpenCv with the project generator but when I try to run it it throw me the following error collect2: error: ld returned 1...

View Article

Image may be NSFW.
Clik here to view.

Setting up Qt Creator: Windows / Msys / 64bit - Missing dependencies

@lukus wrote: Hi I’m just starting out with Open Frameworks. I’ve set up Qt Creator according to the tutorials via the docs … only problem is, when I try to build one of the examples, I’m greeted by...

View Article

Recording audio and video

@gordinho wrote: I can successfully use ofxFFmpegRecorder to record my video but I am unable to also record audio. I used to have a system working on .098 but now I need to find a new system as I...

View Article


Where to start with live interactive webcam/kinect effects?

@turnip wrote: I’m currently researching how to build something out similar in concept to Todd Vanderlin’s project here: vanderlin.cc/page/feedback I haven’t been able to find much on their process...

View Article


Project generator commandLine, how to build CLI only

@dimitre wrote: I’m having difficulties in building the project generator commandLine. Using Xcode I’ve got the following error: commandLineDebug.app: bundle format unrecognized, invalid, or...

View Article

How to cache noise?

@RealHuman wrote: I am working on a project that loops through every pixel in an image, and performs two noise functions in each iterations of the loop. It does this every frame. As you may to able to...

View Article

Help building a shape (ofMesh-TexCoord)

@pxt wrote: Hello! Im trying to build a shape…and i have several doubts… the objective is to draw irregular shapes with texCoordinates, in order to use per fragment shading. first of all: why using...

View Article

Image may be NSFW.
Clik here to view.

How to use ofEasyCamera

@QI_sun wrote: 2020-02-11 (3)1021×868 196 KB HI,I read Basics of generating Meshes from an image tutorial . The easyCamera parts , I didn’t understand the camera’s functions why it is a quick way to...

View Article


Image may be NSFW.
Clik here to view.

Colorless texture in 3D model

@mikemd wrote: My model renders okay but the pikachu is totally black ! 48 PM1023×760 5.64 KB The relevant code is here: github.com averagehat/c_o_n_j_u_r/blob/troubleshooting/src/ofApp.cpp#L170-L217...

View Article

Skeleton Tracking Mac

@Nedelstein wrote: Hi all, I’m looking around to see what mac users are using for skeleton tracking in OF these days. I have a kinect v1, but openNI doesn’t seem to be supported anymore. I’m running...

View Article


When to use void (not returning a value) and when to use functions that do...

@wardrobefanatic wrote: I am pretty new to writing code and this is REALLY a basic question, so please, don’t butcher me! I just started learning C++ today on openFrameworks. I am having trouble...

View Article

Image may be NSFW.
Clik here to view.

ofRotate issue when drawing inside framebuffer

@univate wrote: Hi i want to draw a brush fbo inside another fbo. This is working fine with push matrix and translate. But as soon i add ofRotateDeg to it i get a pixel outline on my brush fbo. See on...

View Article


How to install and configure openframes with visual studio code

@dreamsbrisk wrote: visual studio is too large, so can you install and configure it through visual studio code? If so, what do you do? If not, I hope you can tell me “this is impossible” thank. Posts:...

View Article

Android armeabi v7a

@fresla wrote: I have a cheap phone I would like to deploy an app to, everything seems to work fine for me with android studio, I can compile apps and deploy them to my normal device, but I get an...

View Article

Const Modifier and ofxGui Sliders

@stungeye wrote: Hi folks. This is more of a C++ question than anything, but it involves the ofxGui library. I’d like to wrap a collection of ofxSlider objects in a class call Parameters. I’d then...

View Article
Browsing all 4929 articles
Browse latest View live