Addons for sounds synthesis
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleHave a website with three.js on android/ios in a mobile openFrameworks app
You could try to compile first your OF project with emscripten (http://openframeworks.cc/setup/emscripten/), you will obtain an html page with a link to your OF project translated to js.At this point,...
View ArticleHave a website with three.js on android/ios in a mobile openFrameworks app
running opencv on the browser on mobile is proabbly going to be to much. i don't think there's also an easy way to comunicate between OF and three.js but i guess you could create an application that...
View ArticleOnline documentation: expand by default
The idea behind having the categories collapsed by default was that right now we have too many classes and functions to have them all show by default, i understand that when looking for a specific...
View ArticlestartThread replacement?
what was deprecated was using starThread(bool, bool) but you can still use startThread(); without any arguments
View Articleh264 mp4 video not playing on Raspberry PI with ofVideoPlayer
you should be using gstreamer 1.0 and the omx plugin not 0.10 and th ugly or bad plugins. in any case the install_dependencies script should be doing the right thing. indeed the plugin error message...
View ArticleHave a website with three.js on android/ios in a mobile openFrameworks app
I dont know about IOS, but I've had good luck with a transparent webkit overlay on straight osx, using the approach from @admsyn: https://github.com/admsyn/FITC-2014-slides maybe the code / approach...
View Articleh264 mp4 video not playing on Raspberry PI with ofVideoPlayer
I did run the install_dependencies and install_codec scripts before starting to do any compilation test.I installed gstreamer 0.10 and totem as a desperate move to try and get codec support for the...
View Articleh264 mp4 video not playing on Raspberry PI with ofVideoPlayer
i would try to compress it with ffmpeg or vlc but anything using h264 and quicktime should work too. also if you need jump to frame / time h264 is not the best format. h264 uses keyframes nd every...
View Articleh264 mp4 video not playing on Raspberry PI with ofVideoPlayer
With h264 it runs ok on my laptop, but didn't really think of the impact it would have once running on the RasPI, good point. I was thinking of using something like keyframe every frame, but I'll give...
View ArticleAcquire 3d position of object tracked with stereo cameras
hi, thanks for reply,am currently testing matlabs stereo calibrations that seem to be more straightforward. wondering if theres any explanations of the ofx process online that i cant find. have a few...
View ArticleHow to compile MySQL's Connector/c++ libraries to work in oF with Xcode
MySQL provides the Connector/C++ library for connecting to MySQL databases from a C++ application. On the downloads page, there is a link to a package with precompiled libraries for OS X. The problem...
View ArticleAcquire 3d position of object tracked with stereo cameras
Hi, If your environment allows it (i.e no direct sunlight, etc) it'll almost always be worth going with a Kinect or similar depth camera and save yourself a lot of work and most likely get a higher...
View ArticleAcquire 3d position of object tracked with stereo cameras
I would first test with a fronto-parallel setup (a pair of same cameras facing forward, just like human eyes). Then all you need is to calibrate the focal length f and disparity d (i.e., distance...
View ArticleScreen dimensions for iPad Pro
Hey! Good news this is something you can fix really easily for your project. This is related to the project not utilising the new "Image.assets" and the new "LaunchScreen" The openFrameworks Core is...
View ArticleHave a website with three.js on android/ios in a mobile openFrameworks app
@edapx, pure javascript we tryed, it's too slow, that's why c++thank you anyway
View ArticleHave a website with three.js on android/ios in a mobile openFrameworks app
yes i was talking about android, it should be easier to do in ios
View ArticleHave a website with three.js on android/ios in a mobile openFrameworks app
To be more clear:I want to code in c++, no obj-c nor java.I want to reuse 90% of my code for each platform.For maximum performance, c++ for camera input, opencv to get the corners matching, then show...
View ArticleOF 0.9.0 Rasberry Pi B+ sound problem
@Prof_Sparkles I have run both scripts. Tried running them again and both scripts state that all the dependencies are at the newest versions: "0 upgraded, 0 newly installed, 0 to remove and 0 not...
View ArticlePassing raw Kinect depth data to a shader
I am using ofxKinectForWindows2 to interface with a kinectv2 device. It has a function to return an ofPixels object containing depth data for the 512x424 resolution depth image, with raw values in mm,...
View Article