Lock exposure settings on Macbook Pro webcam. Any tips?
https://github.com/atduskgreg/ofxUVC
View ArticleUsing OF app for website
Hi: I like to use openFrameworks and has been using for 2 years. Is there any good advice on putting OF app on some linux server from commercial hosting services? What I want to do is to create a...
View ArticleAre there any plan for supporting CLion?
Cool, commit your stuff, to your repo - I'll hopefully finish patching the project generator (haven't been able to compile it yet). @kureta: you may want t fork the oF project and commit your cmake...
View ArticleofxLeapMotion2: addon for new beta of Leap SDK with skeleton tracking
Hi, I still get that error "error LNK2019: unresolved external symbol...." using your vs2012 example I compiled it in x86 platform, how did you resolve that problem?? Thanks
View ArticleRight way to save settings of vector of ofParameter in a ofxguiGroup /...
when you resize a vector like that it'll create 1 element and then copy it to all positions. Since ofParameter has shallow copy semantics a copy of a parameter is realy a reference to it not a full...
View ArticleLoading ONI: Can't create any node of the requested type!
Hello all, I am working on OpenFrameworks with the addon ofxOpenNI by gameoverhack.I got the addon successfully running on my Mac OS X El Capitan 10.11.2 with xCode 7.2. For those of you who have...
View ArticleUsing OF app for website
since version 0.9 openFrameworks has support for emscripten which will compile your application to javascript and run natively in the browser. if you really need communication from the application to...
View ArticleTextField on iOS without using UIKit?
thats great, thanks. I'm using it now and it works a treat.I'll let you know when I've fully integrated it into my menus
View ArticlePlayable City Lagos
Hi all, We currently have a call out for creatives, artists, programmers and the curious to get involved in an 8 day lab held in Lagos, Nigeria. The lab is looking to exchange ideas and develop new...
View ArticleLock exposure settings on Macbook Pro webcam. Any tips?
update: the app does not support exposure settings for the FaceTime HD camera of Apple. Thanks @stephanschulz but ofxUVC does not work (apparently) with the inbuilt cameras. Still struggling to make...
View ArticleofxEDSDK windows 10 error on function Camera::close
Hello all, I'm trying to setup a project using the addon ofxEDSDK using visual studio + windows 10 I have register with canon and got the SDK. I just create a empty project to try load the SDK but i'm...
View ArticleLock exposure settings on Macbook Pro webcam. Any tips?
I haven't dug into this but maybe this will help:http://www.dm9.se/?tag=uvc-ctrl more info: http://www.zachpoff.com/software/camera-compatibility/ superuser.com How to disable iSight auto adjustments?...
View ArticleUsing OF app for website
Thanks for your advice! Good to know. My concern is if using webGL, and I am using some openGL calls and shaders etc, that might depends on the openGL versions and graphic card behaviours, will it be...
View ArticleUsing OF app for website
you would need to send the video output of the application to the clients which seems pretty overkill. the only similar thing that comes to mind is http://www.twitch.tv/ but doesn't allow to interact...
View ArticleUbuntu executing error. boost::fliesystem
Hi, i compile fine the of code and seems all ok but when i tried to execute any compiled of app i always received the same SIGSEGV error: 0 0x00007ffff39ea62a in...
View ArticleSuggestions for an ofAddonManager
Hello ofCommunity, I configured a couple of gulp tasks for my own projects, which parse an addons.json file and clone the listed addons to my project dependent local addons. Then checkout the...
View ArticleSuggestions for an ofAddonManager
I think a package manager similar to npm with a project specific list of dependencies is a great idea and I can't imagine it would be that difficult to implement. As you note this would also remedy...
View ArticleCombining 2 applications in just 1 window ie live + static video side by side
HiNeed some help in setting up an application. I need to combine a live webcam feed video next to a looping static video in the same application (1 window).Or in other words, 2 applications, 1...
View Article