DAC HifiBerry issue
@danblack wrote: The of soundplayerExample is crashing when trying to play a sound on Pi Zero with a HifiBerry DAC. The DAC seems to be configured correctly, it is showing the device in aplay -l and...
View ArticleVs2017 and kinectv2
@CUERN1T0S wrote: Hello, good morning, forgive my bad English, but I do not speak much this language. I wanted to ask for help, I currently have 2 Kinectv2 in Windows 10, I use Visual Studio 2017....
View ArticleDmx generict control strobe
@lkkd wrote: I just start using openFrameworks to control DMX. My DMX interface just arrive. I’m using “ofxGenericDmx.h” everything seems to be working. But i don’t really know how the data flow...
View ArticleCompatibility OSX older versions for xcode
@louischamna wrote: I’m trying to run a project that was built under an old version ofx v0074. GitHub memo/ofxIlda C++ openFrameworks addon for a device agnostic Ilda functionality - memo/ofxIlda I am...
View ArticleThe i386 architecture is deprecated on XCode
@novas_fronteiras wrote: XCODE 10.0(10A255) Showing Recent Messages The i386 architecture is deprecated. You should update your ARCHS build setting to remove the i386 architecture. (in target...
View ArticleWhich is the best add on to record and save audio Files?
@Suveer_Garg wrote: Hi, I am looking for an add-on to easily record and save audio from my computer mic. However, the existing add-ons such as ofxQtAudioRecorder and ofxFFmpegRecorder both seem to be...
View ArticleHow do I take a single frame picture using my webcam?
@jackjaquejack wrote: Hi, how do I take a single frame picture using my webcam? additional info; im using my onboard camera on a mac. the ofVideoGrabberExample works and so the hardware is fine . I...
View ArticleHow to handle ofURLFileLoader: handleRequest(): Connection refused
@lucasrangit wrote: If the server in ofLoadURLAsync is not reachable then call will constantly fail with the following error. The callback handler is called repeatedly. How should I handle this? For...
View ArticleopenFramworks support in C Langauge
@HENRY_KISSINGER wrote: Is there any way i can use openFrameworks with C please if theres provide examples Thanks Posts: 1 Participants: 1 Read full topic
View ArticleOffline Video Rendering
@Takky wrote: Hi! I’m looking for an alternative to matlab for video processing. I’ve tried OpenCV and it works fine for this, but OF seems to be better designed, has a larger community and has better...
View ArticleUsing ofArduino library out of an openFramework projects
@LehecH wrote: Hello, I am a new user of openFramework and I am not so experimented in c++… I have an already existing c++ application in which I want to be able to communicate with an Arduino Due...
View ArticleHow to transform a rectangular image to a circle image
@jcalderon1 wrote: Hi, Somebody know how can I transform an Image/Texture from rectangle to a circle?. I’ve been reading documentation and I think the unique form to do is creating an ofMesh object...
View ArticleBest way to remember state between runs
@windspirit wrote: Hello, I’m working on an image playlist kiosk thing for the raspberry pi. I want to be able to select an image out of a bunch of images in a file and then have that image be the one...
View ArticleofxCv::FlowFarneback
@pandereto wrote: Using ofxCv::FlowFarneback how can i get the points where movement is created? Looping for all the pixels in the input and checking agains the flow to see if there is movement in...
View ArticleOF_RECTMODE_CENTER doesn't work for ofDrawRectRounded
@Nedelstein wrote: Hi All, Fairly new to Openframeworks, so I apologize for the silly question. I have a series of rounded rectangles that are supposed to decrease in size toward the center of the...
View ArticleError while adding eclipse plugin
@lord44 wrote: Hi everyone, i’m trying to install openframeworks plugin in eclipse on linux, i downloaded openframeworks and did all steps, started eclipse and now when i when i try to add plugin it...
View ArticleNew to OFW and c++
@luisgcastilleja wrote: Hello everyone, I am excited to start using OFW. I am new to c++ and visual studio. I believe I have done eveything to download the software but I have tried running it on...
View ArticleSave ofPath or ofPolyline to SVG file in oF 0.10
@TheInnerParty wrote: What’s the best way to output generated curves, either ofPaths or ofPolylines, to an svg file in openFrameworks 0.10? The ofxEditableSVG add-on mentioned here: How to save ofPath...
View ArticleLerping multiple objects from same class?
@Nedelstein wrote: I am building a small “tornado” using a bunch of circle objects called from the same class. I am trying to lerp them towards my mouse position, but can’t seem to. Instead, my lerp...
View ArticleNew to openframworks
@luisgcastilleja wrote: Hey guys im trying to set up openframeworks on visual studio and im having the hardest time trying to do so. Can anyone lead me in the right direction? thanks Posts: 7...
View Article