Can't compile on QtCreator Windows (0.9.0 RC2)
Nevermind. Figured it out. Turns out msys2 has to be in the system path for QtCreator to compile OF projects. Manually adding the g++ compiler did not work.
View ArticleTrying to compile an example on Tegra Jetson tk1
Was following along and @nuu9323226's fix worked for me too, with a couple of minor modifications: wget ftp://ftp.freedesktop.org/pub/mesa/older-versions/10.x/10.3.1/MesaLib-10.3.1.zip unzip...
View ArticleKinect example doesn't work on of 0.8.4
Hello,I'm trying to run ofxkinect example without success. I'm using Fedora 22 and kinect 1473. When I run the example, I can see this log information: [verbose] ofxKinect: context inited [verbose]...
View ArticlePlay Video with Alpha
Hi, I wanted to ask if it is possible to play a video with alpha channel in ofx I saw there was an add-on which worked only in OSX, I wanted to ask if there is more official way to do this. I want to...
View ArticlePlay Video with Alpha
Hi there, You must call ofVideoPlayer::setPixelFormat(OF_PIXELS_RGBA) before loading your video file. If you want to work with a lot of videos, you might consider ofxHapPlayer.
View ArticleofxGLEditor
A full character set requires a massive font since ofxGLEditor only loads 1 font at a time. The way a real text editor does this is to have multiple other fonts which are then loaded once a character...
View ArticleofxGLEditor
Unifont does contain all unicode glyphs, but it's massive. I did test ofxGLEditor with it, so it does work. I'm not sure how much resources it uses though as giant fonts are not generally used since...
View ArticleBuilding for android: problems with Poco
in 0.9 we've changed ofMutex from using poco fastmutex to std::mutex and ofScopedLock from poco scopedlock to std::unique_lock ofMutex and ofScopedLock should be deprecated but there's no way to do it...
View ArticleOpenFrameworks in Ecuador
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleOpenFrameworks in Ecuador
supa ! escribeme pedruski at gmail dot com y te mando los detalles ....
View ArticleBuilding for android: problems with Poco
Thanks for your answer Arturo. This particular error is in the line 372 of the file ofxHTTP/libs/ofxHTTP/src/WebSocketConnection.cpp , which is the first line in this function: std::size_t...
View ArticleBuilding for android: problems with Poco
The develop branch of ofxHTTP and my other addons should be updated for 090 if not I welcome any pull requests!
View ArticleBuilding for android: problems with Poco
I have just hard pulled the entire openframeworks repository and I do not have the same error again, but the error I have is still related to poco: In file included from...
View ArticlePlay Video with Alpha
Thanks very much hubris, I tried your solutions but unfortunately it didn't work with my "mov" videos which have alpha channels and I had black background instead of transparent background.This is a...
View ArticlePlay Video with Alpha
You'll need to re-encode your movies if you want to use ofxHapPlayer (and they will be bigger than h264), but it was totally worth it in my case, everything played super smoothly in high resolutions...
View ArticlePlay Video with Alpha
Thanks very much hahakid , I haven't tried ofxHapPlayer I just tried ofVideoPlayer which I said didn't work. what do you mean by re-encoding the movie? Thanks very much
View ArticlePlay Video with Alpha
It looks like your file on box.com won't download since it's over the bandwidth limit so I can't check out your file. However, as far as I know H.264 does not support alpha, and you'll have to use...
View ArticlePlay Video with Alpha
Thanks very much mattfelsen , I tried ofxHapPlayer but unfortunately got errors on building, seems an issue which hasn't been solved : https://github.com/bangnoise/ofxHapPlayer/issues/8
View ArticleFix for Xcode 7 and OF 0.8.4 (opensslconf.h not found)
Thank you thank you thank you! You rock!
View ArticleSave vector to file and read it later?
Hi, Are there any built in methods to save ~ 30 large vectors (19000 indices each) to one data file? Then I want to be able to read them back into their original vectors... Thanks for the help!
View Article