Undistort Domecam / Fisheye camera image
Hello, I'm working with the Axis M3007-PV network camera. It has a horizontal angle of view of 187°, vertical of 168° and produces fisheye-like images. I'm trying to undistort/dewarp these images so...
View ArticleUndistort Domecam / Fisheye camera image
outsidecontext: It has a horizontal angle of view of 187°, vertical of 168° and produces fisheye-like images. I'm trying to undistort/dewarp these images so that straight lines look straight again The...
View ArticleProjectGenerator is crashing in my PC
Hi Zach, I´ve runed the Glinfo program and this is what it displays The graphics driver installed in your computer returned information that shows that your graphics adapter should be able to run...
View ArticleRaw Hid + Teensy 3.1 + oF
Thanks for the insight and help. What keywords should I be searching for in openFrameworks to learn how to create a thread and make the reading part independent from update() and draw(). My...
View ArticleofxSyphon client won't render 3D textures
I'm using the Syphon plugin for Unity 3D and sending the render image by the camera to server texture. The syphon client demo app reads it perfectly, but ofxSyphon client renders the scene without the...
View ArticleQuestion on ofVideoDevice + identify webcams of same model
i am looking in to this right now too.in the ofxUVC addon in UVCCameraControl.m they are able to get the locationID (*deviceInterface)->GetLocationID(deviceInterface, ¤tLocationID); these...
View ArticleProjectGenerator is crashing in my PC
sorry i meant the glInfo example that ships with openframeworks...
View ArticleProblems combining bullet 3d with openrameworks
Oh snap. Thank you, I will let you know how it runs.
View ArticleRaw Hid + Teensy 3.1 + oF
The documentation of ofThread is pretty decent and there should be examples out therehttp://www.openframeworks.cc/documentation/utils/ofThread.html I would recommend against using audio out as your...
View ArticleofxCcv and face detection
i've only experimented with the object recognition, and haven't tried face detection yet. but i'd love to see it added to ofxCcv!
View ArticleRaw Hid + Teensy 3.1 + oF
I've got my work cut out for me.... I have to learn how to call C from C++ but that seems straight forward. Learning how to use hidapi is going to be the hard part. Finally learning some Linux...
View ArticleofxCcv and face detection
do you think to added to ofxCcv one would have to rebuild the addon to work with the ccv 0.7 or it's just a matter of teasing out the right data from the current version?
View ArticleCannot maintain a constant 60 fps when doing color filtering on ofImage
Hello every, I have a problem that no matter my app is running on constant 30 or 60 fps, it has a slightly less frame rate when doing the following color filtering function applyFilter(). e.g. if I...
View ArticleRaw Hid + Teensy 3.1 + oF
C from C++ is quite easy this little forum post explains it pretty decentlyhttp://www.cplusplus.com/forum/general/1143/ Good luck!
View ArticleCannot maintain a constant 60 fps when doing color filtering on ofImage
Is there a reason you need to lock it to 30/60 frames? I would imagine if you took off vertical syncing it would probably shoot up into the 100s as I doubt your CPU is not powerful enough to perform...
View ArticleCannot maintain a constant 60 fps when doing color filtering on ofImage
if you are using openFrameworks 0.9 you can do: ofColor filterColor = ofColor::green; for(auto line: imageBuffer.getPixels().getLines()){ for(auto pixel: line.getPixels()){ float tintPercentage = .25;...
View ArticleAudioOutputExample fail on Ubuntu 14.04 LTS
Oh god ! i feel so stupid I rode so many articles that make me blind and forget just to read all the source code before do something.Thank's a lot, you save me !!.
View ArticleofQt: openFrameworks + Qt UI's
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleInteractive floor project
prue3, Did you get an evolution in how create a interactive projection floor?I have no idea how start write the code..Could you help me?Thanks
View Article