ofVideoPlayer and ofDisableArbTex()
Thanks Jason! I wonder how much this affects performance. I guess the texture is never downloaded off the video card so it shouldn't be too big a hit... Maybe this is something that should be added to...
View ArticleofVideoPlayer and ofDisableArbTex()
yeah - not sure - typically the default stuff works for me so I wasn't really familiar how ofDisableArbTex() was supposed to work. But in this case I had to have a non-Arb texture.
View ArticleofVideoPlayer and ofDisableArbTex()
Hey @prisonerjohn I see this issue on OS X. Seems like a regression. With AVF on OS X we are using AVF's internal texture by default - if I load the pixels from the video into a ofTexture that texture...
View ArticleofVideoPlayer and ofDisableArbTex()
Right. I'm afraid we'll have to go with something like @jvcleave's solution, as it doesn't look like CoreVideo lets you specify the texture target with that shared texture. I guess that makes sense...
View ArticleOF 0.9.0, can't compile examples on Pi2
Did you check RPi's GPU memory? If you set it too low (e.g. 16), you can't compile projects.
View ArticleOF 0.9.0 with Xcode 0.72 compile ofxOpenNI errors - ld: symbol(s) not found...
Hello,I am new to open frameworks, I am trying to run kinect with OpenNI to get the skeleton data.I downloaded ofxOpenNI from gameoverhack's Github. I managed to install the addon to my OF after...
View ArticleofSerial "buildDeviceList()" Linux i386/amd64
this sounds like a bug, ttyACM is the default in linux no matter the platform so that line should be out of tthe raspberry ifdef
View ArticleofxInteractivePrimitives won't run on 0.9.0 [Fixed]
I found it, the problem was the initiation of the ofxInteractivePrimitives::RootNode object inside testApp.cpp. Replacing it with a pointer and initializing it inside testApp::setup() fixed it. I'll...
View ArticleofVideoPlayer.load and .loadMovie problems when streaming
Hi again and happy new year!I have found no solution yet. Neither github issue seems to be answered. Anybody has any clue?Best!D!
View ArticleDraw Unicode Strings in 0.9.0
hello. i want to read file which containing UTF8 korean texts, and draw that strings.with officially released 0.9.0 oF, it drawing ..., instead right strings contained. so I googled. and find this...
View ArticleDraw Unicode Strings in 0.9.0
you need to call: settings.add({ ofUnicode::Latin1Supplement, ofUnicode::Hiragana, ofUnicode::Katakana, ofUnicode::CJKUnified }); instead and it should work
View Article[ error ] ofSerial: writeByte(): serial not inited
Hi, thank you for your reply. I tried your this code and it will exit soon after I run the code. Below is the error listed: [notice ] ofSerial: opening /dev/tty.usbmodem411 @ 115200 bps[ error ]...
View ArticleDraw Unicode Strings in 0.9.0
pehw ~_~. another error logs here... Screenshot from 2016-01-12 19:15:12.png934x183 25.8 KB...
View ArticleVideo playback with animation codec on Mac The decoder required for this...
If you need alpha proress 4444 has it, I did not try it with OF.
View ArticleofSerial "buildDeviceList()" Linux i386/amd64
I solved by writing my scandir in my main program.in this case I have to mark this topic as SOLVED? CiaoDario
View ArticleofSerial "buildDeviceList()" Linux i386/amd64
you can also just remove that ifdef, i've just fixed it in master so if you remove it it'll be the same in 0.9.1
View ArticleDraw Unicode Strings in 0.9.0
i haven't touched this code in a while and there's been som fixes for other stuff that might have broken somethings. i'll take a look and merge it once 0.9.1 is ready which should happen soon but if...
View ArticleofxUI as displayer
Hello everybody Is it possible to use OfxUI sliders as displayers : For instance, i would like to get data from a file and display them in form of sliders. but the sliders are used only as...
View ArticleOpenni2 and ofxNI2 with Visual Studio 2015
Ok I managed to make it to compile, I added these to the project: In Project -> Properties: - in C/C++ -> General -> Additional Include Directories : $(OPENNI2_INCLUDE64) - in Linker ->...
View Article