Raspberry pi 2 + kinect
if i try to running with sudo, have this error in the console pi@raspberrypi ~/of_v0.8.4_linuxarmv7l_release/examples/addons/kinectExample $ sudo makechecking pkg-config libraries: cairo zlib...
View ArticleofxHapPlayer 64bit
I've been using ofxWMFVideoplayer with MP4/WMV quite successfully and I'd be curious to hear what issue you got. DomAmato> Actually ofxWMFVideoplayer uses hardware acceleration, that's the whole...
View ArticleGetting Started Interactive Projection Floor
Miles, Right! I have drawn a circle as you sugest but I still have some difficults about how to acess my coordinate data.My circle is just a simple circle. My big difficult is how to interage with my...
View ArticleRaspberry pi 2 + kinect
Could you try one of my tests and see if that works for you? (you can ignore the PWM part)you can find a zip here:https://drive.google.com/file/d/0B27_4JL_xnCqY0M0Smc2T2w0YVU/view?usp=sharing don't...
View ArticleofxHapPlayer 64bit
I thought ofxWMFVideoPlayer doesnt fully utilize DXVA 2 and instead uses a variation of the D3D presentation engine from the microsoft samples. I actually never dug very deep into the presentation...
View ArticleHow to do a line break a text drawn by ofTruetypefont?
I just rewrote the font caching to address the above issue and updated the addon to oF v0.9.0 for anyone coming across this post. https://github.com/braitsch/ofxParagraph
View ArticleRaspberry pi 2 + kinect
thanks gepatto!but i have the same problem.i try to compile your proyect, this is the out of the console:[notice ] ofAppEGLWindow: setupRPiNativeWindow(): screenRect: 1920x1080[notice ]...
View ArticleError building the androidEmptyExample
I'm following this guide https://github.com/openframeworks/openFrameworks/blob/master/docs/android.md in order to run the androidEmptyExample. I'm using mac, Android Studio and the OF release 0.9 for...
View ArticleRaspberry pi 2 + kinect
Looks like it's not seeing the Kinect at all..Can you run lsusb and see if you can spot your kinect? (something like) Bus 001 Device 012: ID 045e:02ad Microsoft Corp. Xbox NUI AudioBus 001 Device 010:...
View ArticleofxHapPlayer 64bit
I will certainly dig into it a little more and post my findings but at the moment I need to press on with the project. Worth noting that I was using mjpeg so I could manipulate the speed easier. I...
View ArticleError building the androidEmptyExample
I've tried with the latest nightly build too (20150917) and it still fails.With the ndk r9d I've the same problem as before. Using the r10b ndk the folder arm-linux-androideabi-4.9 is present, but...
View ArticleError building the androidEmptyExample
I had the same issue yesterday. Just use the latest NDK, the info in the android.md is outdated.
View ArticleofxStk DrawSynth setDevice id
Hello! To have sound output when i compiling stk using RtAudio, i need to setDevice id 3. It seems stk framework or ofxStk addon don't provide an interface for that, wright ?So how to do this for...
View ArticleAndroid Studio always recompiling openFrameworks
Altough I am not familiar with Android Studio yet, just FYI; Eclipse does the same thing and we use here openFrameworks as a shared library to solve this issue.
View ArticleofxHapPlayer 64bit
Dom > So what happened was I cleaned up my working version of the addon, made a bunch of test and published it on github. I don't have much time to maintain the public facing one and integrating...
View ArticleofxStk DrawSynth setDevice id
instead of using ofSoundStreamSetup(2, 0); create a member variable in ofApp ofSoundStream myStream; and in the setup do myStream.setDeviceID(3); myStream.listDevices(); myStream.setup(this, 2, 0,...
View ArticleAndroid Studio always recompiling openFrameworks
this is a recent issue introduced some days ago while solving something else, i solved it yesterday in master.
View ArticleofxDatGui: A New User Interface for OF
hello, looks really promising ! great job !reminds me ofxUI a lot. Does it work with ofParamter ? will test it and give my feedback thanks
View ArticleSmall trouble with projectGenerator on Linux
Hi all, Just wanted to report this. I'm on Ubuntu 14.04.3, and tried building this: $ (cd openFrameworks/; git log -1 --decorate) commit da00a82d5a0f312d595a914583b6b2ce4a00a3ca (HEAD, origin/master,...
View ArticleVideo grabber error: SampleCB() buffer size do not match
i'm using an ImagingSource gige camera with resolution 1600*1200. Amcap can grab image from it. but video grabber fails to grab image from it with Error: SampleCB() - buffer sizes do not match. i...
View Article