How to set framerate for recording from webcam
Not beforehand, but while you are sending it video frames - check out the examples included. There's an option to setup an audio track when recording a video - the audio input can be any valid...
View ArticleKinectExample stop working (model 1473 /Xcode7.1/ El Capitan 10.11).Does...
@michif I have thought about power supply too. But how can we explain this ?When i run freenect-glview in terminal. It seems work good.In freenect-glview not freeze like KinectExample.But also there...
View Articleof_v0.9.0 failing to uncompress on Raspberry Pi 2
I finally got it to work. I used the browser to download the file!
View ArticleofMesh Colors for Vertices
I am trying to assign vertices different colors and have an ofLight enabled.The vertices receive the proper colors when the lighting is disabled. When I enable the light, everything is rendered...
View ArticleofMesh Colors for Vertices
is this with the programmable renderer, in that case no lights only work with materials right now there. not sure how it works in openGL 2
View ArticleRecording mouse positions with high sample rate
This depends on your operating system, but if using an OS that uses GLFW (Windows, OSX, Linux), then there is a way to poll the mouse more often than once per update/draw loop. If using oF 0.9.0, you...
View ArticleMouth tracking with ofxFaceTracker
Is ofxFaceTracker able to track just the bottom half of a face, or any single feature, if the other features are obscured? How might I go about replacing the existing models to accomplish this?
View ArticleofxUDPManager - bi directionnal
Hi Arturo, with the code in my last post, by sniffing the network, it seems that the destination port of the sender change after receiving data this is why nobody on the network receive nothing after...
View ArticleofxUDPManager - bi directionnal
i added some tests for checking this kind of problems in master some days ago, specifically the UDP one is: github.com openframeworks/openFrameworks/blob/master/tests/addons/networkUdp/src/main.cpp...
View ArticleSimulate blend modes (Hard Light)
I am trying to simulate 'hard light' blend mode with a loaded face image and a live face from a webcam. Does anyone know if this is possible?
View ArticleSimulate blend modes (Hard Light)
I've used ofxPSBlend with some great results (and some unexpected):https://github.com/Akira-Hayasaka/ofxPSBlend
View ArticleSimulate blend modes (Hard Light)
Thanks! Need to test first to see if it works with 0.9
View ArticleSimulate blend modes (Hard Light)
I think it does IIRC, you may need to change a couple ofFbo methods, but nothing major.
View ArticleofVideoPlayer.load and .loadMovie problems when streaming
Load from URL is built in. check here: github.com openframeworks/openFrameworks/blob/master/libs/openFrameworks/video/ofAVFoundationVideoPlayer.m#L156 withExtension:[fileSplit objectAtIndex:1]];...
View ArticleofVideoPlayer.load and .loadMovie problems when streaming
Thanks Dom! I will give it a try tomorrow morning together with the async load! I will let you know.
View ArticleRaspberry Pi camera board + OF
does this addon work with the pi 2 and of 0.9.0 ? i attached the pi camera board as per package.downloaded the addon and then get an error message after calling make run. here is the full terminal...
View ArticleRaspberry Pi camera board + OF
I have used this code. #include "ofMain.h" #include "testApp.h" int main( ){ ofGLESWindowSettings settings; settings.width = 1024; settings.height = 768; settings.setGLESVersion(2);...
View ArticleNYC - Looking for a freelance developer asap
Hello, Looking for a freelance developer that maybe also understands native iOS. Someone who loves to work with lines is also a plus. This is for this weekend and into early this week. PM for details....
View ArticleRaspberry Pi camera board + OF
I think I had the error as well. I got mine to work. Off the top of my head make sure you have the correct gcc version on your pi.
View Article