Error compiling PG from Github version
@Gil_Fuser wrote: Hi to all.The error message said to report this in the forums, so here I am.This is the whole message:...
View ArticleI keep getting these error codes when I run any Audio related examples - how...
@Anthony_Dunphy wrote: Hello Anytime I run an audio related example from the Openframeworks examples, I get the error codes - error (hardware input or output is not present or available.) How can I...
View ArticleofxFern : Missing frameworks on macOS 10.13
@TheronBurger wrote: Hi there. Just to jot this down for the next person. Had an issue with the ofxFernCameraDemo like so : Undefined symbols for architecture i386:...
View ArticleI use of and kinect to make a 3d build ,but the outcome is not good ,is...
@justyoi wrote: #include "ofApp.h" #include <opencv2\core\core.hpp> #include <opencv2\imgproc\imgproc.hpp> #include <opencv2\highgui\highgui.hpp> #include "Kinect.h" using namespace...
View ArticleRaspberry Pi Poco error
@fresla wrote: I just went to setup a fresh pi for OF. I get an error in the install dependencies that I cannot solve. I followed the steps from the setup guide for the RPI 2, however I am using an...
View ArticleMsys64\usr\include not in the include path
@lilive wrote: Hi,Using QtCreator on windows 7, I create a new project including ofxOsc.The compilation fail: of_v0.9.8_msys2_release\addons\ofxOsc\libs\oscpack\src\ip\posix\UdpSocket.cpp:43: erreur :...
View ArticleEmscripten: compiling GPU error
@nvassalo wrote: HI, I'm trying to run emscripten on Mac OS High SIerra and constantly get a error when trying to compile a project. No solution whatsoever so far in Emscripten forums. WOndering if...
View ArticleOfxaddons server is down
@johansonjj wrote: i am posting it here, as i do not remember who is taking care of it...thx, 3j edit: i am talking about http://www.ofxaddons.com/ Posts: 2 Participants: 2 Read full topic
View ArticleofImage::setFromPixels() causes crash on iOS
@cuinjune wrote: Hi, I just figured out calling ofImage::setFromPixels() causes crash on iOS while it works fine on MacOS. Here's my test code. ofFbo fbo; ofImage img;...
View ArticleVisual Studio 2017 compiling problems
@Gui96 wrote: Hi there ! I'm trying to compile the polygonExample with a freshly new install of Visual Studio 2017, installed as follows: Visual studio 2017 [image] If you want to use 2017 visual...
View ArticleofxMSATensorflow addon is not working in Ubuntu 16.04 i.e link errors...
@saael_ayaz wrote: Hi there folks, I have been working with this i.e ofxMSATensorflow addon, when whenever I try to make any of the example, example-basic for instance I end up with compilation (link)...
View ArticleHang in ofAVFoundationVideoPlayer
@chaosct wrote: Hi there! I am having ocasional hangs (like 3 times a day) in an application using OF 0.9.8. The traces show that the hang is located in -[ofAVFoundationVideoPlayer...
View ArticleofVideoplayer - movies have green/grey stripe on edge
@steeley wrote: Playing videos on RPI3 most video formats/containers/codecs I have tried do play but they have a grey/green stripe down the right hand side. All play perfectly in OSX, but not on RPI....
View ArticleofxPanel.setup("title") doesn't display panel title
@noine wrote: As the title says, ofxPanel.setup("title") doesn't display panel title.According to this issue it should've been fixed. I am using the same test code as in the issue:...
View ArticleProject Generator will not import
@rjx-ray wrote: I'm having a problem with projectGenerator.exe refusing to import any project. I'm using of_v0.9.8_vs_release with VS2015 under Windows 10 It shows me the folder selection window, I...
View ArticleOfxkinect drivers problem
@Julian_Puppo wrote: So i´ve been trying to use Ofxkinect addon to use the kinect device. I was trying to install the drivers following this guide : github.com ofTheo/ofxKinect legacy openFrameworks...
View ArticleDifference between ofPolyline::getCentroid2D() and ofMesh::getCentroid()
@cuinjune wrote: Hi, I just found out the two functions return different values. Shouldn't they do the same thing in 2d space? Here's my test code....
View ArticleofPolyline::getArea() returns negative value
@cuinjune wrote: I just figured out calling ofPolyline::getArea() returns a negative value if the polyline is set in CCW order. Here's my test code....
View Articlecom.apple.audio.IOThread.client(8) EXC BAD ACCESS
@zaub9r wrote: Hi i'm new to XCODE and running into the following error. (see screenshot attached)Programm used to run normal, cant figure out whats wrong. Help would be appreciated. Kind...
View ArticleofSetFullscreen() automatically clears the screen once?
@cuinjune wrote: If I disable automatic background clearing by calling ofSetBackgroundAuto(false);, and then if I call ofSetFullscreen(true); to enter the fullscreen mode, it seems to clear out the...
View Article