C2660 function does not take 2 arguments
can you put the whole code / project online somewhere? it's a bit hard to say what's going on without seeing it all.
View Articletr1 osx 10.10.5 oF0.9 xcode 6.3.2
Hi Im working on a project using oF 0.9 on OS X 10.10.5 and Xcode 6.3.2. Works great, but im getting an error trying to use an addon with uses tr1 calls, so im getting this error when compiling...
View ArticleWanted // PJLink App for Mac OSX (Projectors & networks)
i usually do that when projectors and computer are connected together.If you are using a router or an internet box, use the router or box IP : usually 192.168.0.1 or 192.168.1.1 or something similar
View ArticleWanted // PJLink App for Mac OSX (Projectors & networks)
Thank you for the clarification.
View ArticleofxUDPManager - bi directionnal
Hello, I'm trying to work with the ofxUDPManager addon, but i don't understand if i create an ofxUDPManager object i can use this object to both send and receive like this : udpConnection.Create();...
View ArticleofGLProgrammableRenderer::TYPE error
Hello @ekisu, the tutorial needs to be updated. Try to have a look in the examples folder, examples/gl/shadersExample at the main.cpp file to see how to set up your application. This should allows you...
View ArticlePerformance drop after rotating screen
Everything points to the fact that RPi is getting laggy when screen is rotated 90 or 270 degrees. Changing resolution to lower makes it better.
View Articletr1 osx 10.10.5 oF0.9 xcode 6.3.2
anything in tr1 should be now in the root of the includ path so anything like #include <tr1/functional> should now be: #include <functional> tr1 stands for technical report 1 and almost...
View ArticleCan't read GPIO pins. ofxGPIO does not compile
Hi. RaspberryPi B, 512MB, 800Mhz, minibian. I've coppied folder oxfGPIO to openFrameworks/addonsthen cd openFrameworks/addons/ofxGPIO/example-read-write make ...and i got this:...
View ArticleControlling an avatar or puppet using webcam only
Trying to explore ways of possibly controlling a puppet or avatar using webcam input only, no kinect or similar sensor.Is anyone aware of a way of doing this in OpenFrameworks?
View ArticleCan't read GPIO pins. ofxGPIO does not compile
Hi mattc, I can not help you with oxfGPIO, but I did several projects with wiringPi, which is easy to use and has a great website (http://wiringpi.com/) with explanations. I don't know if you can...
View ArticleCan't read GPIO pins. ofxGPIO does not compile
Thank you for your reply!I had wiringPi installed but couldn't use I didn't know about changes in config.make.Now it works perfectly!
View ArticleControlling an avatar or puppet using webcam only
Hi eco_bach1, this is a very basic question. It depends on what you want to do (what is your input, can you control the lighting, the scene - and what is happening in it, what is your desired output,...
View ArticlePerformance drop after rotating screen
And what happens when you use ofRotate(90); and work like this ?
View ArticleTransmestizx, Instalación interactiva intercultural
Pues si hay algo en que pueda ayudar desde México, me apunto.
View ArticleofxUDPManager - bi directionnal
the syntax of the udp manager class is kind of strange. upd is not a connection oriented protocol, that means that although you call connect in one of the sides, that it's only storing the ip an port...
View ArticlePerformance drop after rotating screen
OF also has a way to rotate the screen for installations... just call ofSetOrientation(OF_ORIENTATION_90_LEFT) and it'll rotate the screen. you can also use OF_ORIENTATION_90_RIGHT and...
View ArticleXtion + openframeworks + Raspberry Pi
Thank you very sooo much!!! Patrick Gutlich @gepatto. I will be including you and Jason Van Cleave @jvcleave in my paper. Thank you soo much again. I hope I can stand on my two feet from here on.Thank...
View ArticleLinearize Depth Buffer
Finally I managed to make the depth buffer linear using shaders. Here is the shaders' code for anyone that might be interested. void main(void) { gl_FrontColor = gl_Color; gl_Position = ftransform();...
View Article