ofGstVideoUtils pipeline construction
@drPickles wrote: I’m trying to build a pipeline to grab pixels from my dvb-t receiver. For some reason I can’t test my pipeline construction through gst-launch-1.0 in terminal as it doesn’t find my...
View ArticleHow to show the time on screen
@JingSHE wrote: How to show the time on screen, for example, now time is 2:20 pm, May 10th, 2018, How can I show those information on my screen? Posts: 3 Participants: 2 Read full topic
View ArticleOF 0.10.0 msys2, "This package does not support your platform"
@fthrfrl wrote: Hey all, I’m attempting to install the latest release of OF, 0.10.0, but when I try to compile I get this error HOST_OS=MINGW32_NT-10.0 makefileCommon/config.shared.mk:207: *** This...
View ArticleHardware decoding live video stream(s) in openFrameworks?
@fthrfrl wrote: Hey all, I’m hoping to migrate a project I’ve developed in Touchdesigner over to openFrameworks. Currently I’m capturing two video streams from a pair of cameras being developed by a...
View ArticleVisual studio 2017 set up question
@kitman wrote: Hi guys I have read and follow the setup guide and successfully set up OF on visual studio 2017 I started a new project within VS -> new -> project -> openframeworks Then a new...
View ArticleProject Generator Visual Studio
@AMH wrote: Hi I downloaded the visual studio version but i can´t find a project generator like my youtube video told me in DevApps there is only an empty folder ProjectGen. Could you help me? Posts:...
View ArticleHow to make a picture disappear after tap a key or click the mosuse
@JingSHE wrote: How to make a picture disappear after tap a key or click the mouse? Looking forward your reply! Thanks! Posts: 1 Participants: 1 Read full topic
View ArticleqtCreator 4.6.0 and 4.6.1 do not show the files
@edapx wrote: Hello, I have successfully installed the last OF release on different platforms in the last week. Today I wanted to install it also on a linux(ubuntu) laptop, and it did not worked. I...
View ArticleassimpModelLoader .obj model with shader not working
@hugohil wrote: Hey, So I have this .obj model on which I want to run a custom shader, but it simply display the gray 3D model like if the shader wasn’t loaded at all. I have no error, and it’s...
View ArticlePositioning objects in 3d
@fresla wrote: I have had a few projects where I need to position objects and images in 3d. So far I have made guis with x, y and z positions and rotations, however this is quite laborious and also...
View ArticleofMesh vertices: accessing not in serial order
@bob97086 wrote: I have several questions related to accessing mesh vertices. I have a Java program developed in the Processing environment which builds a mesh representing a height field or terrain...
View ArticleofMesh: accessing the vertex vector
@bob97086 wrote: A couple of questions about accessing the vertex vector in ofMesh. My starting point is a rectangular mesh of vertices representing a height field or terrain map: z(x,y). I build the...
View ArticleOfparameter vs ofxgui
@lethalrush wrote: Why is using ofParameter recommended over ofxGui directly? As suggested here. (I’ve never used ofParameter, only ofxGui, so I don’t know its advantages.) Posts: 2 Participants: 2...
View ArticleBest way to move code out of ofApp::setup()
@cunabula wrote: Apologies if this is a really stupid question, I’m very new to C++/openFrameworks/coding in general. I have the following two pieces of code in ofApp::setup() which create two...
View ArticleNeed help getting raw audio data from loaded audio file
@Julian1 wrote: hey, so my first post on this forum:) im trying to get raw audio data from a loaded .wav file in openframeworks i thought this would be easy using ofSoundStream and ofSoundPlayer but i...
View ArticleOF Examples not working in Odroid U3
@nitinkatyal1314 wrote: I have installed OF using armv7 generic setup guide. I am able to make the examples but when running any of them I get the following errors: libGL error: MESA-LOADER: malformed...
View ArticleView of ofmesh to ofimage
@rl9 wrote: Hi, For a project I have to create an ofimage with a view of my ofmesh. I use ofeasycam for watching the mesh. Is there anyway to do that ? Sorry for my english! Posts: 2 Participants: 2...
View ArticleofVideoPlayer shows black frame sometimes when loading
@hamoid wrote: // .h class ofApp : public ofBaseApp { public: void setup(); void update(); void draw(); void keyPressed(int key); ofVideoPlayer vid; int id {1}; }; // .cpp void ofApp::setup() {...
View ArticleRun ofxAssimpModelLoader's loadModel in ofThread
@hugohil wrote: Hey, I was working on this ThreadedModelLoader that is basically an ofxThreadedImageLoader rip off (check here). The thing is, ofxAssimpModelLoader's loadModel method is using the...
View ArticleofFbo android render
@kashim wrote: because if i use a fbo on android without fbo.draw() do i still get the fbo render? OF version 10.0 android version 8.1.0 code: void ofApp::setup() { img.load("img.jpg");...
View Article