ofxKinectv2: detect handstate (open/closed) sideways
My understanding is that Kinect V2 skeletal tracking only finds a thumb and another fingertip on a hand. It is a part of body tracking but not hand tracking. To achieve what you want, you need to...
View ArticleofxSoundObjects audio addon
Hey lovely OF community, I recently made an addon for working with soundhttps://github.com/roymacdonald/ofxSoundObjectsIt is based on what we worked at the ´13 YCAM oF devcon with @arturo, @admsyn and...
View ArticleAddons for sounds synthesis
sorry for asking ,is there any existing addons can generated music notes? i.e the piano notescheers
View ArticleopenFrameworks 0.9 + QtCreator
yes look for the .qbs project with the name of your project
View ArticleAlpha channel(transparency) is not working? Transparent ellipse completely...
Hi hubris I got it, thank you so much;) That was so helpful!! Yuta
View ArticleopenFrameworks 0.9 + QtCreator
hi @arturo, now I have issues with addons in qt creator myself. Trying to build projects which are using ofxLibwebsockets. I can build and run them perfectly with eclipse / make but not via your Qt...
View ArticleopenFrameworks 0.9 + QtCreator
this is a bug in old addons, just comment every line that looks like: ADDON_DEPENDENCIES = ADDON_CFLAGS = ... to look like: # ADDON_DEPENDENCIES = # ADDON_CFLAGS = ... the way we parse the...
View ArticleGetting QtCreator to work on Windows
I'm trying to get Qt to work on windows but with no luck. The Msys2 is different than in the install instructions, MinGW is not in the msys64 folder, it's installed in it's own folder. And on my...
View Articleh264 mp4 video not playing on Raspberry PI with ofVideoPlayer
Hi all! I'm trying to get the ofVideoPlayer to play a mp4 video encoded with h264, but am getting: [error] ofGstUtils: gstHandleMessage(): embedded video playback halted for plugin, module...
View ArticleofxFaceTracker mesh.drawFaces() drawing in wrong spot due to resolution
Hey thanks for responding... I found a different work around, but I will try the ofScale and check the reference for it. I really appreciate the help!
View ArticleScreen dimensions for iPad Pro
Hi I am currently working on a app project (using OF9.0) which requires fixed portrait layout for iPhones but allowing switching portrait and landscape layouts for iPad. While I have everything...
View ArticleOnline documentation: expand by default
i'm loving 0.9.0. Thanks for all the hard work. I would like to recommend that categories and functions be expanded by default on the documentation site. When the categories are collapsed, i'm not...
View ArticleAddons for sounds synthesis
I just started playing with ofxMaxim there are a few tutorials online and example code on github. I'm not sure if it has a midi to frequency conversion built in but you can write a function. Here is a...
View ArticlestartThread replacement?
Hey sorry I have been googling for awhile. Love 0.9. I use a few addons that tell me startThread has been deprecated. What is the replacement for it? thanks.
View ArticleopenFrameworks 0.9 + QtCreator
Screenshot from 2015-12-14 19:11:46.png1551x876 144 KB it seems I'm not there yet...I made a new "untitled" project from qtCreator openFrameworks template...
View ArticleHave a website with three.js on android/ios in a mobile openFrameworks app
hi,I'm currently trying to code an augmented reality mobile app.is it possible to have a three.js rendered scene with a transparent background on top of the device "environment" camera stream...
View ArticleofxStk, Synthesis ToolKit addon
to amplify the signal just multiply each sample by the same value for (int i = 0; i < bufferSize ; i++) { output[2*i] = amplitude * frames(i,0); output[2*i+1] = amplitude * frames(i,1); } If you...
View ArticleAddons for sounds synthesis
hey,thxs for the help! i found there's an addons called ofxstk which seems another option,anyway, thxs for the tutorials links
View Article