Audio Analysis for Windows
@asabanapal wrote: I'm looking for a good set of tools for real time audio analysis and thought there would be some nice addons available. Ideally I would use ofxAudioAnalyzer but it doesn't work on...
View ArticleofxFaceTracker2 head polyline without the rotation
@Alexandre_Dazzoni wrote: Hello, I'm using ofxFaceTracker2 for a project.I can't get the ofPolyline of the head without having also its rotation,like it's possible to do in ofxFaceTracker. I tried to...
View ArticleDraw the border line and fill the color
@almoce wrote: new to openframework, if i want to draw a circle with border line black, and fill the circle with whitei have to draw two circle, one without line and one with line, am i right?there is...
View ArticleProblem with FBO and ofSetColor
@junkman wrote: Hello, I have a problem understanding why this doesn't work correctly: void ofApp::setup(){ fbo = new ofFbo(); fbo->allocate(ofGetWidth(), ofGetHeight()); } void ofApp::draw(){...
View ArticleRotating a loaded 3D model
@barrylachapelle wrote: Hi there. I am using ofxAssimpModelLoader to load in a .obj file. As the docs say I am using model.setRotation(0,90,0,1,0); to turn the model towards the camera. I am trying to...
View ArticleGenerate a mesh out of an arbitrary set of points, maintain cylindrical shape
@aaa wrote: Screen Shot 2017-03-12 at 2.54.23 PM.png2272x1804 141 KB I'm generating one new vertex per frame, as an object, and that vertex has a velocity that moves it towards the screen on the Z...
View ArticleofxLibWebsocket 'cannot open file websockets.lib'
@Regi wrote: Hi, I'm having an issue with libwebsockets and a 'cannot open file websockets.lib'. This problem occurred out of nowhere since I've been using the addon a few days ago. I'm on Win10...
View ArticleHow to compile OF from the command line so you can break up with xcode and...
@phoenixperry wrote: Hey folks - Anyone else here want to take a baseball bat to the xcode IDE on a regular basis and wish they could use Atom for code development in OF? If so, here's a handy guide....
View ArticleHow do you delete post here?
@mondaysfeelblue wrote: Post deleted................ Posts: 1 Participants: 1 Read full topic
View ArticleofTexture or ofImage?
@mcer96 wrote: Hey, I'm kind of new to Openframeworks and just graphics in general and am kind of confused from the online descriptions, so bear with me. I'm trying to build an ofTexture object so...
View ArticleChanging Image Pixels Continuously
@m-art wrote: Hi all, I'm new to OF and programming in general. I'm trying to create an application that displays an image of a map. Then, using a range slider from ofxDatGui, I'm trying to alter...
View ArticleCut out video image by setting pixels alpha?
@Gallo wrote: hello, My purpose is to use a kinect to grab an RGB image. And from the depth image, create a mask to keep only an object on the front. i really don't know how to achieve this but here...
View ArticleofImage/ofFbo not persistent [solved]
@dasoe wrote: Hi all, quite possibly this is a dumb question, anyway I'd be happy if you could help. I use multiple text blocks, the drawing of which is quite expensive. Because the Text does not...
View ArticleBasic Platform questions
@lumooo wrote: I've been working on an application with Openframeworks on my mac in Xcode. However, the final application will have to run on a Windows computer and i have to transfer it to the...
View ArticleFullscreen across multiple touch screens
@squaresquid wrote: Hi,I have a project with 2 4k touch screens (windows 10), and i need my contents to run full screen across these 2 screens.If i use OF_FULLSCREEN it will only display in one of the...
View ArticleofQTKitGrabber / QuickTime devices missing - AVFoundation change?
@autr wrote: Hi, just hoping to bring up an issue with capture devices in ofQTKitGrabber on macOS Sierra. I'm using a lot of CVBS video capture devices - generally these things are branded Elgato or...
View ArticleMultiple serial devices with ofxSerial and ofxIO
@lumooo wrote: Hey there, I'm trying to get multiple arduino's working with my application.Is this possible with the add-ons I'm using? The code I was using for connecting 1 arduino was just the...
View ArticleofxLeapMotion - SetMapping...()
@rjlwest wrote: I can't quite figure these functions out. I'd like to be able to change the range the simpleHands operate over so I need to call SetMappingx/y/z every time I want to change it, I just...
View ArticleSimple puzzle piece collision
@Autofasurer wrote: I'm working on a small puzzle game based on tangrams and I'm looking into the way the pieces could be made so that they don't overlap. I was thinking of using Box2d for the...
View ArticleIssues installing OF via Terminal
@Perek wrote: Hello, I'm starting with OF and I can't achieve to install on Ubuntu 16.04 64 bits via Terminal. After typing the sudo ./install_dependencies.sh command it says I'm running gcc 5...
View Article