QT Creator - OF Template Issues
@maltwhisker wrote: Hi everyone, I have been away from OF and QT Creator for a good while. I wiped my computer a few months back and am slowly getting back on it. I'm having some trouble setting...
View ArticleDoes openframeworks support Windows Mixed Reality?
@takimai wrote: Does openframeworks support Windows Mixed Reality?.I would like to display the 3D image to the mixed reality space.Any information is helpful. Posts: 2 Participants: 2 Read full topic
View ArticleofxMSATensorflow addon is not working in Ubuntu 16.04 LTS i.e link errors...
@saael_ayaz wrote: Hi there folks, I have been working with this i.e ofxMSATensorflow addon, so whenever I try to make any of the example, example-basic for instance I end up with compilation (link)...
View ArticleVisual Studio Code + MacOS
@Regi wrote: Hi! I was wondering if anyone's tried using Visual Studio Code for mac and OF in some capacity? Not sure if that's even possible but thought I'd ask before getting my hands dirty...
View ArticleofThread vs OSX High Sierra
@Sam_McElhinney_io wrote: Hello All Is there an issue with ofThread when running openframeworks on OSX High Sierra? I 'upgraded' the other day and since then it seems that my ofThread objects don't...
View ArticleCannot view webcam image on a Raspberry Pi 2
@markpanning wrote: Hello,I am new to working with openframeworks and tried to search the forum on my issue, but did not find others with a similar issue, so describing my problem if someone could...
View ArticleHow do I scale a ofPolyline? or convert `ofPolyline` to `ofPath`?
@batchku wrote: Hello, I would like to scale up an ofPolyline that i'm getting from and ofxCv::contourFinder.I see that ofPath has a scale method but ofPolyline does not. What would be the best way to...
View ArticleofMesh and Particle system with polyline
@kseale wrote: Hi everyone, I am trying to use the points of a polyline that were extracted from a 3D model that was converted into a text file. Does anyone have any tips for using the points to...
View ArticleFrame rate drop in linux and windows while using opencv find contours
@ajay wrote: I have an interactive floor installation, working on linux ubuntu 12.04. and of_v0.8.4While porting it to linux ubuntu 16.04 and of_v0.9.8 I find the frame rate dropping remarkably to as...
View ArticleJson link refresh lagg
@noobCoder wrote: hey, im trying to get data from an api key, this works fine. but i need to refresh that link to get the newest data, then my program starts to lagg, anybody know why? #include...
View ArticleObtain the ofSoundGetSpectrum from the microphone input
@taketori7616 wrote: For example,Load mp3 with ofSoundPlayer. Rather than setting float * val = ofSoundGetSpectrum (512)Is there a way to enter microphone input to ofSoundGetSpectrum? void update(){...
View ArticleCheck if camera is setup properly
@Gallo wrote: hello, i am looking for a way to check if a webcam is properly setup. I am reading the result of the boolean returned by ofVideoGrabber.setup() or testing with...
View ArticleConvert GLSL 1.2 to 4.0
@taketori7616 wrote: This is a vertex shader giving out grid points, but this is written in version 120.I'd like to rewrite this to version 400, but what should I rewrite? スクリーンショット 2017-11-12...
View ArticleofxBox2d not working in visual studio
@Wenzy90 wrote: I'm struggling with ofxBox2d in vs2015. This addons works fine in OSX but not in Windows. I have tried two methods. One method is use the Project generator. I didn't write any...
View ArticleScaling a model loaded with ofxAssimpModel
@edapx wrote: Hello, I'm loading a model through ofxAssimpModelLoader, and I need to scale proportionally, on the Y axis, to a defined length, let's say to 30.0. In order to scale the model to the...
View ArticleFbo, image Noise problem
@Riemeo wrote: Hi. I have some error some output I used ofFbo and ofTexture ofTexture is graphic image(Png Sequence) and ofFbo is mask(back) imagewhen start code and after 3second then appear the line...
View ArticleProgram a simple strobe effect
@aliva666 wrote: HI! i'm trying to program a simple strobe effect and handle the speed using knob midi here is my logic: ofDrawRectangle(0, 0, ofGetWidth(), ofGetHeight()); ofSleepMillis(knobValue);...
View ArticleAccess to sound playing back through soundcard
@asabanapal wrote: Hi,I'm trying to setup an app which analyses an audio buffer in realtime using the ofxAubio addon.I can play back a sound file (loaded from my PC) or have direct access to the...
View ArticleGod Rays - addons for openFrameworks?
@iridule wrote: Hello there fellows,I am trying to create some abstract geometric art - which would be rendered at the maximum settings that my computing can push it. I want to add explore adding god...
View ArticleIt is posible to upload an image to Instagram or facebook?
@Julian_Puppo wrote: I wan´t to know if is posible to automatically upload images from a sketch to instagram or facebook. If is posible , could tell me wich way should I investigate to accoplish this?...
View Article