Tim Redfern
Tim Redfern
This is all messed up when I clone it (using ubuntu 13.10 x64) The formatting is wrong, are some indents spaces and others tabs? It looks correct on screen but...
I'm trying to get an old project working that uses Fenster, I tried the ghost branch, using newer OF releases >= 0.8.0 the simple example suffers from some heinous bug...
I'm getting funny results for position when using dragEvent in fenster I notice in ofxFensterManager on line 300: ....info.position.set(dragnDropData->x,dragnDropData->y); //TODO check if drag'n'drop position is actually correct I've looked at...
To get this to compile with the up to date linux64 Makefile, I had to remove main.cpp, testApp.cpp and testApp.h from the src directory. I also had to add to...
Hello, I've been trying to make a project that plays back .oni files by creating and deleting ofxOpenNI objects. (I find that if I initialise the objects afetr they are...
2 tiny tweaks to linux make stuff: in addons.make I had to change: ofxCvCameraProjector to ofxCvCameraProjectorCalibration in config.make I had to add: USER_CFLAGS = -std=c++11
I have no idea if this is the right place to ask - I can't add an issue to the capjpeg repo which is included in firmware here I'm trying...
I found an issue in the encoding function in this example. As it stands, the Sec-WebSocket-Key field is returned incorrectly and thus clients that check this cannot connect. It's only...
this compiles for me but decodes nothing from images. would it be possible to provide a sample image that's known to work? or maybe someone could point me in the...