ofxUDPManager - bi directionnal
Thank you for your reply, that's pretty clear. The weird thing is that when i setup the ofxUDPManager object like in my previous post, and i receive a message via the function bellow i'm not able...
View ArticleRaspberry pi 2 + kinect
Hey @gepatto , Maybe a clean install will be the trick. On the same page as you with everything else, but no luck for me.
View ArticleofFile : .TXT not being recorded (help!)
Hi there, I am currently doing an app (Rpi2, Jessie) where I need to, during update, send a line to be written into a TXT, and after some time, it saves the data and parses a new TXT file. I have...
View ArticleRaspberry pi 2 + kinect
Make a backup of your sd-card! (Or buy a new one)I installed the latest version of raspbian (november), and then only samba (for easy network access to my files from my laptop, cause I still don't...
View Article2d array and index looping
Hello @lilivesorry for the super late reply and thanks for the feedback. YEs you are correct I would expect just one tile to light up in the second jpg. I thought to condition everything like you...
View ArticleofxFaceTracker examples compile but only get a blank window
Using v0.9 OFX and following install instructions exactly https://github.com/kylemcdonald/ofxFaceTracker Have tried compiling 3 different examples using the project generator making sure I include...
View ArticleExamples show black screen
Having the same issue here. Any workarounds? Do your own apps run correctly?
View ArticleofxFaceTracker examples compile but only get a blank window
Does the video grabber example and other openFrameworks examples work? Do the ofxCv examples work? What operating system are you using?
View ArticleofxFaceTracker examples compile but only get a blank window
1 Yes, tried 3 different examples 2 Yes, created bare bones project with project generator including ofxCv, compiles fine. Then copied src from addons>ofxCv>example-contours-basic to my new...
View ArticleofDirectShowPlayer reverse playback
I am pretty sure @theo did the direct show player. There is also a directshow hap player http://forum.openframeworks.cc/t/ofxdshapvideoplayer-windows/21237 that you can try using and maybe that will...
View ArticleEclipse Plugin on Ubuntu Linux
fxlange, Thanks that was it. The example in the instructions, "for this installation these instructions (http://www.ubuntugeek.com/how-to-install-oracle-java-7-in-ubuntu-12-04.html) were used", show...
View ArticleUsing ofxHTTP with VS2012 and win7
Just looking at the repo I can tell this is for the newer VS2015 because there is c++11 and its been updated very recently. I would try using OF0.9 but @bakercp is the person to ask regarding that...
View ArticleUsing ofxHTTP with VS2012 and win7
Yes, 0.8.4 is supported with the older tagged version, but I recently (a few days ago) updated everything to work with VS2015 and 0.9+. I have never tested it with 0.8.3 on windows but VS2015 and 0.9+...
View ArticleTablet / Phone Accelerometer Access from Desktop OF App
Hello, Does anyone know of an application that can be loaded on a tablet or phone preferably both Android and iOS that would allow you to access data from the accelerometer on a phone or a tablet? I...
View ArticleHow to set framerate for recording from webcam
you are right, looking at the code the QTKit will always throw the warning. You can probably do a work around for the framerate issue by sampling the frames at the rate you want it to be. like in...
View ArticleofxLua
ofxLua is now updated for the OF 0.9.0 api & lua 5.3.2 Note: deprecated functions are not included in the bindings, so you may have to update some scripts ie. things like ofImage::width are no...
View ArticleTablet / Phone Accelerometer Access from Desktop OF App
I don't know such an app, but Android accelerometer example of openFrameworks is a very simple app who reaches the accelerometer functionality. You can put kind of getters and setters inside it, then...
View ArticleofFile : .TXT not being recorded (help!)
luizzanotello: string path = ofToString(“test.txt");myTextFile = ofFile(ofToDataPath(path),ofFile::WriteOnly);myTextFile.create(); ofFile::create() is the problem as it creates the file, then closes...
View ArticleTablet / Phone Accelerometer Access from Desktop OF App
TouchOSC can send access events via OSC. You can receive them in an OF app using ofxOSC.
View Article