ofxQtVideoSaver
@maycon wrote: Hello, some can you help me with: ofxQtVideoSaver? i cant compile it, does some one have a working example? Captura de Tela 2016-08-19 às 15.20.49.png1280x800 204 KB Posts: 1...
View ArticleOfxHttpUtils blocks files
@Oleg wrote: Hi, I'm trying to move a file just after uploading it. But the file is blocked and I can not use it until the Thread where ofxHttpUtils was initiated is finished. What is the best way to...
View ArticleJoin vertices in a mesh
@Gallo wrote: hello, I have a grid of vertices in a mesh that i would like to convert into horizontal lines. so basically i need to draw a line between points across the screen width. The problem is...
View ArticleVersioning of openFramework applications?
@sdaau wrote: I am working on an openFrameworks application, which I compile as both a Linux desktop and Android builds. I was wondering if there is a standard way to assign a version to the...
View ArticleReal Media Audio Metadata
@dstrasser wrote: How can I play a ram file (Real Media Audio Metadata File) in a openframeworks app? Probably in raspberry pi Thanks for your collaboration Posts: 2 Participants: 2 Read full topic
View ArticleHow to create my own project on VS2015
@chef1993 wrote: i am a beginner , i don't know how to create a project on VS2015. To be more specific i don't know what does "Just remember projects in apps/ still need to be two levels deep" mean?...
View ArticleCalibration.ccp - unknown type name 'ofXML'
@Richard_Deerflame wrote: hi guys I'm having a issue building my project for ios. the code stops at ofXml xml; (line 162) it sais Unknown type name 'ofXml' why is this? what can i do to correct thing....
View ArticleofxArtnet subnet / universe
@cv_ wrote: Hi! I am working on an open frameworks project using ofxArtnet.Everything seems pretty straightforwards and almost everything is working for me. I have spent a while trying to figure out...
View ArticleHow to send as HTTP Post request as JSON in ofx?
@faaip wrote: Hey! I need to be able to send JSON in a HTTP Post request by adding a header. I have been able to do it using python, but I'd like to have it integrated in my ofx app. I've tried...
View ArticleofxTCPClient first receive() always empty
@koda wrote: Hi, I'm playing around with sending stuff with sockets and I'm encountering a problem with OF. When calling receive(), receiveRaw or receiveRawBytes, the first call always returns empty....
View ArticlePassing custom vertex attributes to vertex shader?
@Daniel_Bennett1 wrote: I want to use a set of related but different shaders for a project. I realise one way is to just do multiple passes, and that would be fine but probably inefficient. So I would...
View ArticleDisabling indices on ofMesh
@dcb wrote: Hi, I only recently started using OF on a regular basis. So it's very possible that I'm misunderstanding how the indices of ofMesh work internally. I understand how to write/generate my...
View ArticleWhat is the best device to capture an HDMI video stream?
@davidemania wrote: Hi,I am currently working at a project where I have to draw stuff over a live video feed coming from a TV set via HDMI (at 1920x1080). Of course this will need a separate piece of...
View ArticleofxKinectForWindows2 Body tracking sequence
@Cyril wrote: Hi everybody, I'm trying to track bodies from a kinect V2 but I encounter some troubles. I'd like to track by appearance of persons and map it to ableton live. Like : Person 1 appears...
View ArticleArc without drawing radius lines
@Anas_Ghrab wrote: Hi, I would like the arc to be drawn without seeing the radius lines : path.moveTo(180,294); path.lineTo(180,130); path.lineTo(321,130); path.moveTo(321,294);...
View ArticleofViewport to set pixel to coordinate mapping
@serch037 wrote: Can ofViewportbe used as in GLFW to transform from the coordinate system from pixel based to coordinate based? I ask this because I'm running Linux on a 2k and by default drawings...
View ArticleIs it possible to play a live video stream with of 0.9.3 on windows?
@davidemania wrote: I was experimenting a little with ofVideoPlayer, trying to play a live video stream from the Internet, without any luck so far. From what I could read it should be enough to create...
View ArticleAccessing Color in vertex shader
@Daniel_Bennett1 wrote: I feel like this should be blindingly obvious, but I'm really struggling. I can't work out how to get color into my shaders. I've reduced my problem down to a very simple...
View ArticleReally basic: is there a way of getting the actual color set with ofSetColor?
@dimitre wrote: really basic: is there a way of getting the actual color set with ofSetColor?something like ofGetBackgroundColor but for foreground.Thank you Posts: 5 Participants: 2 Read full topic
View ArticleSemantic Issues with ofxDatGui on QtCreator
@hamoid wrote: Hi, QtCreator is showing me errors on my ofxDatGui code. Still, it works. I would like to get rid of all warnings and errors. I don't know how I could copy the text from the errors (I...
View Article