Compile/Linking Error ofxGSRTP / GStreamer
@TwinLights wrote: Hello all, I'm trying to use Arturos ofxGstRTP example audio and video project, but while trying to compile in xcode 6 I run into about 190 errors all to do with linking. The list...
View ArticleofxOscParameterSync - send problem
@Mauro wrote: I noticed that ofxOscParameterSync works fine in of_v0.8.1_osx_release, but seems to have some problems in of_v0.8.4_osx_release. The problem i see is in of 0.8.4 it doesn't send OSC...
View ArticleOfArduino sendString problem
@guytobs wrote: Hi Guys First time poster here , firstly thanks for all the helpful information I've found on these forums and around the documentation. I have an issue I can't seem to easily resolve....
View ArticleOrthogonal projections with ofEasyCam
@chaosct wrote: Hi all, I am trying to use ofEasyCam with an orthogonal projector for an application that allows manipulating objects in space. When I activate orthogonal projection, the target of the...
View ArticleOf 0.8.4 vs2012 executable file
@Marcio_Pamplona wrote: Iยดm facing a problem, with the generated executable.I donยดt have any major issue with compiling, but the executable have some incompatibility.The program runs, for seconds and...
View ArticleCan not load 3ds obj's texture
@lincoln2010 wrote: I import 3ds model to the openframework with assimp. The 3ds model's texture can be displayed when I open it with the Open 3D Model Viewer, however, when I load it, I don't know...
View ArticleShould "openFrameworks for Processing users" be updated?
@estevancarlos wrote: I'm going through this tutorial and a few details (maybe not too critical) seem off. For example, this is written: All of the code in ofApp.h is wrapped in a large if statement...
View ArticleRtAudio linking error
@thomasgeissl wrote: I get the following error if I try any of the ofSoundStream examples. (osx 10.10, current master, make) Any idea what is going wrong here and how can it be fixed? Compiling...
View ArticleCurrent Nightly build v20150617 iOS error
@cuinjune wrote: Screen Shot 2015-06-17 at 11.22.16.png2254x658 332 KB Hi, I'm trying to build the latest iOS nightly build but I'm facing with an error not finding boost/filesystem.hpp.Any suggestion...
View ArticleofxOculusDK2: d3d10_1.h file not found
@nycucumber wrote: Trying to get DK2 work with OF. But got errors: Lexical or Processor Issue'd3d10_1.h' file not found I couldn't find the file anywhere. ofxOculusDK2 Posts: 1 Participants: 1 Read...
View ArticleFramerate drops when connecting HDMI display on lubuntu 14.04 ->related to...
@jamet wrote: hi all, i discovered a strange latency in my app when connecting an hdmi monitor to my laptop. after a bit of research, it turns out to be related with ofGetScreenWidth and...
View ArticleVector of image file ordering problem in Pi2
@nideffer wrote: Hi, I'm new to oF (and loving it). I've written a very basic app that loads a vector of bitmap image files and animates them in relation to sound playback speed, which is determined...
View ArticleCode::Blocks cannot find resources
@StringNotFound wrote: Hello all, I have just started using OpenFrameworks, and I am encountering some difficulty installing Code::Blocks. I downloaded the of_v0.8.4_linux64_release, and ran the...
View ArticleCrash on startup (_glfwPlatformGetVideoMode)
@racarate wrote: Hi everybody, I'm trying to trouble shoot a crash on a stranger's computer and all I have to go on is a description and a crash log. The program I am dealing with is 60HZDAYDREAM,...
View ArticleofCamera orbit angle bug?
@Autofasurer wrote: Setting the latitude to 90ยบ doesn't seem to generate the right image (see attachment)? As you can see top and bottom are offset...What's going on here? Simple setup: .h #pragma...
View ArticleShader not working when using VBO in some computers
@chaosct wrote: Hi! I am having trouble with VBOs and shaders in some computers and I am quite lost on why this is happening. Particularly, I managed to reduce the problem to a minimal example that...
View ArticleofxBox2d - Circle generation faild. weird error
@icq4ever wrote: hi! I needs some help! now I'm implement ofxOpenCV with kinect, and want to interaction with ofxBox2d objects. so far everything's fine. except generating circle objects.follow the...
View ArticleLogitech920 frame-rate issue following MacMini restart
@tnordberg wrote: I have an installation that uses a Logitech 920 camera to record and display video. The camera is hanging at the end of a 15 foot powered USB extension. After restarting the MacMini...
View ArticleBroken of3dPrimitive mesh append
@Hennio wrote: Hi, Messing around with of3dPrimitive and ofMeshes I encountered a strange bug. It seems that you cannot freely append to a current of3dPrimitive any type of ofMesh, some images to...
View ArticleUDP SendAll fails after number of chars reaches 1473
@Collin_Schupman wrote: I am sending char * from OF to a teensy board. Here is my OF code: void ofApp::draw() { string message = ""; int total = 1472; for (int i = 0; i < total; i++) { message +=...
View Article