Issues with linking in ofxGenericDmx addon
@ltr wrote: Hi, I've spent many, many hours trying to get the example projects working from the ofxGenericDmx addon. I don't want to use an IDE, just make. I've cloned the repo into the OF/addons/ dir...
View ArticleHow to run addon's examples without vs project files
@swortain wrote: hi everyone. I'm a pretty beginner of OF, so I'm still explorer the examples.... I met some difficulties when I tried to run some addon's examples because there is no project files...
View ArticleHow to control playing the seleted animation of a model?
@mustconfident wrote: I have loaded a dae type model,and the return of getAnimationCount() is 6.It means the model has 6 animation .Now I want to play someone,for example 1 index.In the...
View ArticleHow can I make a countdown timer with pic and voice
@maomao wrote: Hi thereI want to make a countdown timer to let the system begin like 3,2,1 go! with the pic of number and voice.I have try to use the time(0) to count but it does not work well. So how...
View ArticleGenerative Art for beginners
@Moazam_Hussain wrote: Hi! I am a graphic designer and photographer and I'm really interested in generative art but i have zero coding experience. Can someone help guide me towards the right...
View ArticleHow to use rotation matrix and translation vector to correct position an...
@Negino wrote: Hi, I want to use ofxAssimpModelLoader to draw a 3d object and get something similar to this: Image from...
View ArticleCannot find -lrtaudio openframework 0.9.7 qtcreator windows 10
@paulinhog84 wrote: Hi, I am trying to get openframeworks (0.9.7) to work with Qt Creator. I have successfully compiled the 3DPrimitvesExample using msys2 console. When I try to build the same example...
View Article[ error ] ofDirectShowPlayer: Cannot load video of this file type
@clankill3r wrote: I have the following error while trying to play a video: Error occured while playing or pausing or opening the file[ error ] ofDirectShowPlayer: Cannot load video of this file type....
View ArticleHow to know if the file was found?
@clankill3r wrote: I am trying to load a movie like this: movie.loadMovie("D:\downloads\VID_20160603_205751.mp4"); And i'm stuck on this error: setupError occured while playing or pausing or opening...
View ArticleAxis IP Camera Panorama
@lkishfy wrote: Hey everyone, I'm interested in stitching the feeds of multiple IP cameras (6 of them) together to create a 2D panoramic video. I've been trying to get this application to compile:...
View ArticleSplit strings from lines and get only different values (names) to new vector
@jbacelar wrote: Hi. Is there any way to split a vector (line of strings) and add only the different words to a new string (vector)? being the result a vector of not repeated names. Many thanks in...
View ArticleVideoplayer audio played to different speakers (Windows VS)
@cherdd wrote: Hey all, I'm not very familiar with the audio aspect of OF and wanted to ask if anyone had any experience playing back audio to different channels? More specifically, was looking to...
View ArticlePointer Conversion
@BladeVV wrote: Hi guys, Have a very basic question. I have a kinect video feed as an unsigned char* . How do I convert that to ofTexture* ? I've tried typecasting and it doesn't work:...
View ArticleofxAssimpModelLoader throwing linker errors
@asabanapal wrote: So I've just created a basic project in VS2015 (Community) using the oF plugin to create the project.I added the ofxAssimpModelLoader addon.When I compile it's throwing 13...
View ArticleWrite an Overlay Shader
@BladeVV wrote: Beginner here. Need some help writing a simple overlay shader to overlay image on top of video feed. Here's what I have so far: And to use the shader: buffer.begin(); dst.draw(0, 0);...
View ArticleofxMaxim - occasional runtime errors
@dcb wrote: Hi, I started implementing the examples of Leon Fedden's ofxMaxim tutorial series in oF 0.9.3. The code for the first two examples is in my ofxMaxim-examples repository. In both examples...
View ArticleChanging OF Window z-position (Windows)
@Regi wrote: Is it possible to assign a 'device context handle' obtained by means of GetDC to an OF window? Thus changing it's z-depth position? ::SetWindowPos doesn't seem to do the trick in this...
View ArticleMakefiles mix spaces and tabs
@Emigre wrote: OF Makefiles have spaces in it as you can see in this line, mixed with the tabs. I was under the impression that only tabs should be used in a Makefile. I've thought that maybe there...
View ArticleOF + NW.js - Mesh or Bezier Warping
@rrpadgett wrote: Hello friends, We have built an application with NW.js and need to be able to projection map the application onto a curved wall. We need mesh or bezier warping capabilities and I see...
View ArticleRedraw window contents during window resize
@BlueFang wrote: I am evaluating Ofx and Cinder as possible frameworks for a migration of an already existing cross platform application. I went through the tutorial "Basics of Generating Meshes from...
View Article