Git versioning inside OF git repo
@nunos wrote: In most documentation of OF I've seen references to "is recommended you keep your projects in the myApps folder". I am building a multi platform app, so I need to use the github repo...
View ArticleofxVideoRecorderExample only runs on Debug?
@schnurbert wrote: Hey there,When I run the ofxVideoRecorderExample in Debug it runs perfectly but when I try it in Release mode I get: [warning] ofQTKitGrabber: setDesiredFrameRate(): cannot set...
View ArticleUsing string to reference an ofVideoPlayer object
@akupresanin wrote: How can you use a string to reference an ofVideoPlayer object? I have 12 videos that are all currently playing and updating in the background. I'd like to be able to choose one of...
View ArticleConverting from Shader Toy to OF
@tabularasa1992 wrote: Hey all, So I just downloaded this android app based on ShaderToy (also called ShaderToy) and am having trouble porting the example code into OF. I've tried a couple of...
View ArticleDisable bilinear filtering
@frauzufall wrote: Hey there, how can I disable bilinear filtering (blurring) when drawing an image or texture bigger as is is? I read that I should use glTexParameteri(GL_TEXTURE_2D,...
View ArticleofxFaceShift, ofxThread.h missing
@antocreo wrote: Hi, I am trying to use ofxFaceShift but I can't manage to build it. (see img) Screen Shot 2015-06-30 at 11.56.00.png770x352 131 KB What I am doing is running as ofApp that is the only...
View ArticleHow do i turn off Kinect RGB auto exposure
@usama_ wrote: Hi, I'm writing a program that uses multiple kinects. To avoid the interference I'm serially snapping a frame from each kinect and moving on to the next one. So i make the kinect...
View ArticleofxWMFVideoPlayer large texture issue
@csw wrote: Hi, I seem to be getting an issue when trying to playback a video of size 5760x1080 (1920x1080 videos work fine) using ofxWMFVideoPlayer. I get the following error: ofTexture: allocate():...
View ArticleCan't connect Kinect?(mac)
@Maurice wrote: Hi all! New to the forum. I've been using OF for a few months and been having great fun. However I've run into a bit of a problem when trying to use the Kinect for projects. I can't...
View ArticleofShader::setUniformTexture .. location parameter
@chuckleplant wrote: After using this function for a long time..I'm just not sure what the location parameter does exactly. shader.setUniformTexture("tex0", vidGrabber.getTexture() ,0); What does it...
View ArticleAdding separate ofTextures into one?
@FrankyB wrote: Hey there! Long time lurker, first time poster I've been messing around for quite some time with openFrameworks, but now I've run into something I don't know how to solve... I've got...
View ArticleofxUI: AddIntSlider does not send any value
@jmasterj wrote: Hi, I want to get my sliders to send int, rather than float. Therefore, I tried to use AddIntSlider, which is implemented as standard. Unfortunately, it does not work....
View ArticleVector of ofxGui & vector listener callbacks
@fresla wrote: I am trying to make an expandable ofxGui. I think I may have done this all wrong. I dont know how many cameras I will have but I want to control them all. I used this in ofApp.h...
View ArticleFaceshift + ofxOsc ofxFaceShift
@antocreo wrote: Hi,I am trying to send OSC messages from faceshift to OF.I am having errors though, that I am not able to understand.If I use the ofxFaceshift I get this error libc++abi.dylib:...
View ArticleMac WebView not receiving mouse events
@xavivives wrote: Hi! For the last months I've been runnig my user interface in the browser using @robotconscience's ofxLibwebsocket to communicate, it works really well. Now I want to integrate the...
View ArticleofxCV, ofxOpenCV, OpenCV and openFrameworks
@dmelladom wrote: Hi everybody,This is a really noobie question, but I am feeling really confused around so many "open" possibilities.I want to used OpenCV methods thorugh openframeworks: Canny...
View ArticleUsing SVG shapes into ofxBox2d world
@Gallo wrote: hello, I am playing with ofxSVG and ofxBox2d and try to mix the use of both in an example app I would like to create a wireframe world in SVG format and use the shapes as edge lines in...
View ArticleWorking with lines!
@Gallo wrote: Hello there, I have read lot of documentation (class documentation, examples, ofBook...) about working with lines, but stil i have some problem understanding the differences and use...
View ArticleFiguring out crashes
@racarate wrote: Hi, I just submitted one of my programs to a festival and it is crashing for the judges. What is the normal way to fix this? Does openFrameworks generate a crash file that I can look...
View ArticleofxTwitter search limited to 100
@moebiussurfing wrote: Hi,I am using the pelayomendez's ofxTwitter addon and when using the search I get a limited amount of results.In ofxTwitterSearch.h I can see: int count; // default 15 . maximun...
View Article