Logitech C920 Webcam input - reduce latency on mac
HiAm using video input from an external Logitech Webcam HD Pro C920 to a Mac via usb. I am noticing a full second of latency on the video, yet if I switch to the internal computer's webcam, I...
View ArticleLogitech C920 Webcam input - reduce latency on mac
i have used those cams before on mac book pro, mac mini and mac pro at half HD res and the latency was find. at full HD latency was less than the full seconds you see but the fps was low.
View ArticleFixed ofxOsc Broadcast to 255.255.255.255 in OF 0.84 under Windows
I spent almost three hours finding this one, so I'd like to let you guys know... Calling ofxOscSender.setup() with the local network broadcast-address (255.255.255.255) under windows throws an...
View ArticleofDirectShowPlayer, setVolume() & update() tweaks
Been working on a video heavy app for a corporate lobby and have come across 2 small but significant changes to ofDirectShowPlayer that have been necessary. I'll happily submit a pull request if folks...
View ArticleLogitech C920 Webcam input - reduce latency on mac
I've had similar experience, but not a full second unless I was running something like CoreImage face detection or some heave OpenCV stuff on the video. I was able to swap out a MacMini with an i5...
View ArticleOfxosc broadcasting on windows
Found a sollution and posted it here: https://forum.openframeworks.cc/t/fixed-ofxosc-broadcast-to-255-255-255-255-in-of-0-84-under-windows/21974
View ArticleSuggestions for an ofAddonManager
That is how I am planning to use this. I was talking about how to clone dependencies. The projects include a list of addons and their current commit and the dependency manager clones the addons and...
View ArticleProject Generator error
So I've been having a few various issues. Not sure if I should put them all in one thread or make multiple but I guess i'll put up the simplest issue. Really just having problems compiling project...
View ArticleAre there any plan for supporting CLion?
@kureta, I've just patched the project generator to build the CMakeLists.txt file. It's a little incomplete, but should work for now. Can you test it? My fork:...
View ArticleMaterials for 3D objects?
ofMaterial doesn't really have what I'm trying to explain in my post. I'm looking for something other than what ofMaterial provides. Like refraction and reflection, or normal mapping. That shader...
View ArticleU.S.-based Freelance Android Developer Needed ASAP for App Project
Hello All,We are a small tech startup based in Memphis and are looking for a freelance Android code developer to assist us in quickly completing a portion of the programming for our tablet application...
View ArticleMaterials for 3D objects?
ofMaterial doesn't really have what I'm trying to explain in my post. I'm looking for something other than what ofMaterial provides. Like refraction and reflection, or normal mapping.
View ArticleBrazilian freelancers
Meu nome é Bernardo Rodrigues, sou formado em Engenharia Eletrônica pela USP e estou comecando a trabalhar com OpenFrameworks. Já estudei um pouco de computação gráfica e de visão.Do que se trata?
View ArticleMesh Warping and Face Recognition
Hi there.I'm trying to do some mesh warping with OpenFrameworks.My main goal is to use it along with Face Recognition, so I can apply some effects to the user's face.The Face Recognition part is...
View ArticleFixed ofxOsc Broadcast to 255.255.255.255 in OF 0.84 under Windows
that broadcast address not always works, it's better to use 192.168.1.255 or the equivalent for you network + subnetwork mask. you can check it in windows calling ipconfig on a terminal i think
View ArticleMaterials for 3D objects?
Hi, @spaghetti While this may be helpful. there is this addons seeds compatible with 0.9who collects a bit of shader to coat MeshThere are also two / three examples of reflection (very rough but easy...
View ArticleWanted // PJLink App for Mac OSX (Projectors & networks)
Thanks Gallo, I found, through SigmaSix support, that there are ways of accessing these functions through AppleScript: "Since version 1.5 you can control ProjectorManager with applescript. You can do...
View ArticleWanted // PJLink App for Mac OSX (Projectors & networks)
yes ProjectorManager can now be accessed through applescript which is great.i usually find cron jobs easier and more reliable than the apple calendar, but it is really a personal matter keep us informed
View ArticleGraphics Examples
Hi, i am now using rasbperry pi 1 for installing OF. Afterall I can now compile the example: examples/graphics/graphicsExample But when I run the ./graphicsExample under bin folder, I got these...
View ArticleGraphics Examples
it seems like a locale problem - you may have to use sudo raspi-config and change it under Internationalization Options see also this (edit - wrong...
View Article