ofxHapPlayer 64bit
Since you are changing the playback rate I am assuming you are using my fork. Are you loading the files asynchronously or not because I pulled in the CLOUDS guys changes to my fork but you can flag it...
View ArticleOpen frameworks in Windows 10 + Visual Studio 15 RC
Are you on update 4 for visual studio 2012? you can try changing the include in ofConstants to #include < cstdint > but that shouldn't be the solution as your ide is clearly not seeing standard...
View ArticleofxHapPlayer 64bit
That's right, I'm using your fork. I am loading files asynchronously halfway though the previous video and starting playback (and setting speed) once the video ends. It seems the delay is when the...
View ArticleOpen frameworks in Windows 10 + Visual Studio 15 RC
Thanks again. Will check the versions of VS 2012. At least from your response I have some confidence that compiling works without issues on Windows. Will keep trying...
View ArticleofxDatGui: A New User Interface for OF
Hi, I haven't added support for ofParameter. To be honest I'm not exactly sure what ofParameter does or why it even exists. I'm guessing the intention behind it is some form of data binding? If that's...
View ArticleRaspberry pi 2 + kinect
Ok so it does find the kinect,This may sound strange but have you tried a different USB port or connect without your usb-hub.And try with the original ofxKinect-addon again.
View ArticleofxHapPlayer 64bit
Thats good to hear about the thinning, I think it might depend on the format for how many frames get dropped and I really only tested it a few times in forward playback. Mostly I was trying to get...
View ArticleOpen frameworks in Windows 10 + Visual Studio 15 RC
I should hope it does we spent a lot of time making sure things compiled on VS2015 in multiple architectures and so far the issues have been generally minimal in the RC concerning compilation on windows
View ArticleofxHapPlayer 64bit
Ok here is something weird - when I load all 18 videos at the start and use a variable to signify which one to update() and draw() - I get very strange speed results whereby every speed from 1 - 1.9...
View ArticleHello coders, engineers and developers!
Hello , I am interested in image processing, opencv, opengl, arm, deep learning and openframeworks at last times. I developed many projects with opencv and arm. I loved openframeworks forum. So...
View ArticleError building the androidEmptyExample
Hello @Prof_Sparkles, I've just opened a pull request https://github.com/openframeworks/openFrameworks/pull/4382 to correct the NDK version on the wiki.It would be also helpful to add how to run the...
View ArticlePoco StreamConverter produces C4250 warning
Hello Marcio, I am also on of 0.8.4, vs2012 and v110 compiler. I modified my StreamConverter.h as you suggest but I still have those warnings.Nothing else to modify to clear warnings ?
View ArticleError building the androidEmptyExample
What I ended up doing is the suggested manual method if importing the build file doesnt work.When you can successfully compile, go to examples/android/emptyExample and copy the build.gradle to the...
View ArticlePath , shape and image blending
I am getting started with blending and i am not clear in some aspects of it. I have 3 layers. The first layer is a image at the bottom. A solid rectangle is laid on top of it on the 2nd level. A path...
View ArticleRaspberry pi 2 + kinect
i try almost everything, format and reinstall everything from zero but I still get the same error, I am using optimal voltage and amperage (5V, 2A - 5A), the SD card is Class 4, it can affect?
View ArticleRaspberry pi 2 + kinect
I never use class-4, only class-10 But I really don't know if that could be the cause.I have tried my kinect ( also a 1414) on 2 sd-cards that have of-0.8.4 on them and they both work with my test. So...
View ArticleofxAVFVideoPlayer sizing
Hey @Bentley, you should check out this fork which has seen a lot of additional work: https://github.com/obviousjim/ofxAVFVideoPlayer. I think it should work with 0.8.4, and if you're using OF from...
View ArticleofxHapPlayer 64bit
I wonder if 2 is the cusp of thinning and non thinning playback. Is there any warnings or errors that pop up in the log? There should be a general catch for error logging and should output the full...
View Article