Blob tracking with multiple cameras?
@Collin_Schupman wrote: has anyone ever done any blob tracking with multiple cameras? I've tried working with ofxContourFinder and I just can't get it to work properly. Basically I'm looking to...
View ArticleWindows 8.1 can't open .mp4 file
@jvcleave wrote: Trying open a .mp4 file that Windows Media Player is able to play fine and I get this message in the console: " Cannot load video of this file type. Make sure you have codecs...
View ArticlecompileOF.sh: make returns Error 1 & Error 2 on ofDirectShowPlayer.o using msys2
@vsnchips wrote: I get the same result whether compiling oF from msys2 using either the targeted version from the mainpage or the current cloned github version.Everything leading up to this module...
View ArticleofxBox2D - Creating a class with multiple physical elements
@faaip wrote: Hey all! I have to do a kind of two-dimensional ragdoll for an interactive installation. I'd like to create a class called Person and then have that contain joints and particles for all...
View ArticlePosition texture on sphere
@mindthegap wrote: hello, I try to map a typo onto a sphere. in the setup I write the text into a fbo. bounds = font.getStringBoundingBox("some text!", 0, 0); fbo1.allocate(bounds.width,...
View ArticleofxBox2d - remove bounds
@Gallo wrote: hello, i am using ofxBox2d addon for dealing with particle physics inside the window app.I created bounds of the size of the window to prevent the particles to go off screen.But at a...
View ArticlecharCodeAt() equivalent?
@barrylachapelle wrote: Hi everyone, Is there an oF equivalent of charCodeAt() in JS? I am trying to return a unicode value for characters in a string. Similar to this JS... //Return the Unicode of...
View ArticleCreating a ragdoll in ofx
@faaip wrote: Hey! I'm creating a program, where I need a two-dimensional rag doll. I've seen this done before using box2d, but ofxBox2d seems quite limited when it comes to joints, so I don't think...
View ArticleOF 0.9.3: Error compiling OF on Windows
@jmasterj wrote: When I try to compile OF via msys2 terminal on Windows 7. There is following error below, breaking the compiling process. It seems to be a problem with ofDirectShowPlayer. I installed...
View ArticleXcode compiling 0.9.3
@rethinkflash wrote: Hey everyone, I'm really excited to start working with openframeworks, but my builds are all of a sudden failing. They were working when I first started. These projects are...
View ArticleCompiling error
@Damian_Fallas wrote: Hi, I'm trying to create a project using ofxTimeLine, it seams that all dependencies are ok. But the compiler trow: Severity Code Description Project File Line Suppression State...
View ArticleCross-compiling openFrameworks projects for Windows on Linux
@jmasterj wrote: Regarding my problems getting OF Debug compiled on my Windows machine: OF 0.9.3: Error compiling OF on Windows beginners When I try to compile OF via msys2 terminal on Windows 7....
View ArticleMoving my alpha mask?
@Caroline_Record wrote: I am using .setAlphaMask() and .setAnchorPoint(0,0) to dynamically move a series of masks around. I cannot get the masks to budge unless I redraw the fbo in each frame, which I...
View ArticleLinker issues? cannot open file ':.obj'
@Trs_Oc_O wrote: Hi, I'm trying to add ofxOpenCv to my project and I'm getting this error LNK1104 cannot open file ';.obj' ".I'm on Visual Studio 2015. Posts: 1 Participants: 1 Read full topic
View ArticleOfxserial high baud rate problem with arduino
@SB_LEE wrote: Hi.I’m currently using ofxserial add-on to communicate with arduino uno to high baud_rate which is 2,000,000(2M).Before I use ofx, I made my test example in processing 3.02 and It...
View ArticleCompiling error : has no overrider. Can´t instantiate abstract class
@Julian_Puppo wrote: Im getting this error. This is a class that i haved already used before, like a year ago. Now im starting the proyect once again , but i dont know what this means. Im supposed to...
View ArticleXcode keeps building openFrameworksDebug.a
@symbolix wrote: Hi, I am trying to build openFrameworks with Xcode. No matter what build settings I have tweaked, I could not get Xcode to build the release version. It keeps generating the static...
View ArticleEmbed web page in an openframework app?
@Thinium wrote: Hi Forum, I am trying to make an app which would sometimes need to display a web page upon request. Has anybody done that before? Any advices would be very appreciated! Posts: 3...
View ArticleVideo player for dynamic video speed
@mindthegap wrote: Hello, I tested the ofxDSHapVideoPlayer and the normal videoplayer to set the video speed on the fly. In both plugins the video stops for a few milliseconds before chaning the...
View ArticleUpgrade ofxAppGLFWWindowMulti to OF 0.9.3 ofAppGLFWWindow
@zardox wrote: Hi all, I've been using ofxAppGLFWWindowMulti (ofTheo) with OF 0.8.4 in OSX from quite some time with very good results. I want to upgrade my applications to OF 0.9.3 but...
View Article