How to add an addon on ubuntu codeblocks?
@Julian_Puppo wrote: Hello ! Im sorry if this is a sillly question. I have tryed every single thing to ad an addon without succes. I already try pasting the addon in the addon folder and in my proyect...
View ArticleHow to enable point smoothing
@macusual wrote: I cannot seem to make smoothing for points activate. In the documentation it says that ofEnableSmoothing only works for lines, so I thought I'd just insert the openGL by hand:...
View ArticleDual/"universal" OF app (e.g. Linux OpenGL + Android)?
@sdaau wrote: Say, I have an app where I'd decide to draw the entire UI in OpenGL. Then: Is it in principle possible to have this application build from the same codebase for both, say, Linux (as an...
View ArticleSimply setting project or stage dimensions
@eco_bach1 wrote: Ok, gone thru the intro tutorials, have done a search, but I need to 1. set up a custom project size (1920x1080) and also 2. optionally set the project to fullscreen. Here's a...
View ArticleThread issue when testing networkTcpServerExample
@lookinz wrote: Sorry guys, VS2012 + of v0.8.4 works. Hi. I was trying to test the example called "networkTcpServerExample " in VS2015 with nightly build 20150902. However when I tried to run the...
View ArticleGstreamer v4l2 sink
@nanu_c wrote: There is the https://github.com/arturoc/ofxGstV4L2Sink but it is without an example.In the void update(ofPixels & pixels); it takes an ofPixels but how can I get ofPixels Object...
View ArticleScaling down a texture for use in shader
@thelastbaldwin wrote: I'm trying to modify an existing example so that I can apply a shader to a recorded video clip. The problem I'm running into is that the camera is capturing at 1280 x 720, but...
View ArticleSharing variables between classes
@andehlu wrote: Hi guys, Firstly, I am an oF noob and have been having a hell of a time to pass variables from one class to another. I am trying to pass values from ClassTwo to ClassOne using a...
View ArticleCan Any one tell me why ofImage call update two times?
@tsin wrote: //----------------------------------------------------------templateofImage_& ofImage_::operator=(const ofImage_& mom) { if(&mom==this) return *this; clone(mom); update(); #if...
View ArticleWich kinect is best for Openframeworks?
@Julian_Puppo wrote: Hi there ! Im looking to buy my self a kinect for start coding with it. The doubt that I have is wich Kinect should I buy? Does a normal xbox 360 Kinect work for Windows,mac and...
View ArticleUsing right or left in stereo exits
@Julian_Puppo wrote: Well im using ofxmultispeakersoundplayer to make a multichannel exits. Some of those are stereo. All that I need now is to make the sound came out for left or for right. Do you...
View ArticleConvert path to image?
@Gallo wrote: Hello, Is there a way to rasterize an ofPath or an ofMesh ?I would like to save a shape (from an ofPath for example) into a png. Posts: 12 Participants: 4 Read full topic
View ArticleGetting Started Interactive Projection Floor
@Paulopurcino wrote: Hey,Everyone! I'm just working on my first interactive projection floor.Does anyone know how to make it using blobs detection and Kinect? Things that I know- -Set up the the...
View ArticlePossible to run ofxLibwebsockets as client and connect to localhost?
@jshaw3 wrote: I'm trying to get my OF app using the ofxLibwebsockets addon to connect to my localhost on port :4200 and am running into connection issues. I can connect to the echo.websockets.org...
View ArticleofMaterial and ofLight
@cabral1349 wrote: Hi,I'm trying to make a red box using ofLight, ofMaterial and ofBoxPrimitive. Here's myofApp::setup: ofSetSmoothLighting(true); ofEnableDepthTest() box.setResolution(300, 300, 300);...
View ArticleOpen frameworks in Windows 10 + Visual Studio 15 RC
@eco_bach1 wrote: HiJust getting started with Windows OFX development. Can any OFX experts tell me how to get ofx 0.8.4 compiling properly using VS 2015 RC? So far no luck, whenever I open a .sln file...
View ArticleUnhandled exception on application exit with ofxhttputils
@yangyangcv wrote: i'm using ofxhttputils to do a periodic http GET. it works fine. but when the application exit, unhandled exception comes out. seems that it is about mutex. does anybody has a...
View ArticleofxStk DrawSynth setDevice id
@spinzero wrote: Hello! To have sound output when i compiling stk using RtAudio, i need to setDevice id 3. It seems stk framework or ofxStk addon don't provide an interface for that, wright ?So how to...
View ArticleVideo grabber error: SampleCB() buffer size do not match
@yangyangcv wrote: i'm using an ImagingSource gige camera with resolution 1600*1200. Amcap can grab image from it. but video grabber fails to grab image from it with Error: SampleCB() - buffer sizes...
View ArticleofxAVFVideoPlayer sizing
@Bentley wrote: Hey Of community. I'm workig on a project where I'm using ofxAVFVideoPlayer to load some videos and swap between them. My setup is a list of videos and 2 players, one currently playing...
View Article