ofxAVFVideoPlayer sizing
OF 0.9.0 has an AVFoundation video player so I wouldn't invest too much into the addon unless it has a specific function that sets it apart from the core playback implementation. github.com...
View ArticleMicrosoft Surface Anyone?
developed an application for surface, got some problem with codeblocks in my case, but no problem to run the binary on the surface itself. now working on windows phone 8.1 and the MSOpenTech branch...
View ArticleError building the androidEmptyExample
@Prof_Sparkles It does not works for me, I'm not able to run the examples. Here a recap of what I've done: I've downloaded the last release (18/9) and I've changed this file...
View ArticleError building the androidEmptyExample
No thats not the example that gets compiled, thats just the emptyExample that is always in apps/myApps/ for reference. Like I said in the last post, its in /examples/android/androidEmptyExample.Take...
View ArticleError building the androidEmptyExample
Ok, I've done as you have said. I've copied the build.gradle file from OF/examples/android/androidEmptyExample to OF/examples/android/androidPolygonExample. I've edited the file...
View ArticleI think ofEvent has some bugs?
In ofEvent.h inline void notify(const void* sender, T & param){ if(ofEvent<T,Mutex>::enabled && !ofEvent<T,Mutex>::functions.empty()){...
View ArticleProblems with xcode 7 + yosemite
I'm installing openframeworks for the first time.I'm on a MB pro with Yosemite.I get "Build openframeworks: failed" message. This is what I did:1 - Download Xcode 7 and openframeworks for xcode.2 -...
View ArticlePath , shape and image blending
layers.png772x542 110 KB I want to make the arc transparent and the stadium visible in the arc. Any ideas ?
View ArticleI think ofEvent has some bugs?
Take a look at this? github.com Issue: Unexpected crashes in ofMainLoop::loopOnce() opened by armadillu on 2015-08-26 closed by arturoc on 2015-08-28 github.com/openframeworks/openFrameworks I've been...
View ArticleProblems with xcode 7 + yosemite
Laliki, Be careful about what project you should change.Just locate "openFrameworksLib.xcodeproj" inside openFrameworks FOLDER wherever project you want to do. I was just changing another file...
View ArticleAdvice: network communication to physical interface
Hello,I'm trying to come up with a strategy for communicating with an arduino over the network from oF. I'm hoping to send rgb values for around 400 pixels at around 40 fps. I'm thinking that ends up...
View ArticleProblems with xcode 7 + yosemite
OK,I think this is what I did. I'm new at Xcode too... Now I tried again, and I gota new list of 18 errors (I think in my first trial I accepted to change some settings I didn't understood So, I...
View ArticleAdvice: network communication to physical interface
Seems like your original approach is pretty ideal. Did you every figure out the source of the SD card corruption?
View ArticleProblems with xcode 7 + yosemite
Hi,I found the problem... I cahnged to 32-bit architecture, and the example works! Thanks for the help!
View ArticleofxAVFVideoPlayer sizing
Ah right, completely forgot about this Not only is there an AVFoundation implementation, but it is the default ofVideoPlayer for OS X 10.8+
View ArticleAdvice: network communication to physical interface
I haven't figured out the corruption issue, although from what I've read it could be related to unstable or noisy power. I'm wondering if beaglebone black would be more robust. I know some people have...
View ArticleI think ofEvent has some bugs?
as @armadillu points out, this is already fixed in the nightly builds. the copy of the functions is so ofEvent is thread safe. there's a new class ofFastEvent that doesn't do that copy or use any...
View ArticleAdvice: network communication to physical interface
Yeah, that's what I figured -- have you tried it with the Raspberry Pi 2? From what I understand they figured out a lot of power stability issues with the newer platform. Sorry not trying to derail...
View ArticlePath , shape and image blending
if you draw the arc in the same path as the rect it'll make a hole in it, which is what i think you need. it's not really blending but rather creating a shape with a whole in it with that shape: //.h...
View Article