How to compile examples in QT Creator 4.4.0 on elementary OS Loki (based on...
@hyperballad wrote: Hi people, It's my first time with oF, I was able to install it successfully on my Linux, but I'm having a hard time trying to figure out how to open and compile the examples in QT...
View ArticleUsing a kinect camera to offset Polylines or a single Mesh line?
@Anthony_Dunphy wrote: Hello All Learning loads, thanks for providing such great tutorials and info on this website. I have a project that I'm working on atm and I cant get past this basic road block....
View ArticleofVideoPlayer stepFrame / setPosition need large iterations
@autr wrote: Hi, I'm building a sketch where I am iterating through a video and grabbing frames at certain intervals. The problem is that the intervals need to be quite distantly spaced for...
View ArticleGstreamer event eos
@kashim wrote: Hi guys, I'm trying to grab gstreamer EOS events, the ofGstUtils seems to do this work with:ofEvent<ofEventArgs> eosEvent. in fact, if I do: void gst_eos_event(ofEventArgs &...
View ArticleCan't configure kinect 2 solution
@Julian_Puppo wrote: I´ve been tryng to use this addon : github.com elliotwoods/ofxKinectForWindows2 ofxKinectForWindows2 - Implementation of Kinect For Windows v2 API (not using KinectCommonBridge)...
View Articleof...Time trouble: simple jpg animation in game
@Taconito wrote: I'm creating a game. My PG character has an animation that alternates 2 jpg, to create animation, using the sin of ofGetElapseTime().When my PG is hit, I want an explosion to appear...
View ArticleDetection of hand from the webcam to move a jpeg
@Taconito wrote: I would like to create a simple code that allows me to detect the position of my hand through the pc webcam. The aim is to move a simple image with the movement of the hand, matching...
View ArticleUnderstanding addon_config.mk includes and excludes
@autr wrote: Hi, I'm struggling to comprehend the addon_config.mk file. I've been aiming to include addon dependencies to the addon I'm creating contained within it's own libs folder. For ofxSyphon...
View ArticleCatch keyboard event OF not in front
@mindthegap wrote: hey, I' ve done a videoplayer which is already installed in a few exhibitions. it a simple videoplayer which can tiggered via udp / Tcp or serial signal. Now i have implemented a...
View Article277+ Xcode Buildtime Warnings?
@samtietjen wrote: Hey guys, Whenever I open an example file or create a new project I'm getting a ton of buildtime warnings. For example if I open imageLoaderExample I get 274 OF issues (Value...
View ArticleCUDA support setup in ofxCcv
@Gargantua wrote: Hello, I'm facing a few issues running the ofxCcv examples, some of them don't work properly (classify and encode examples for sure). My guess is that the problem is related to the...
View ArticleofImage and transparency
@BafioZoppi wrote: HiI have a few pngs that all share the same resolution and are being drawn at the same coordinates using an instance of ofImage for every image.The images are such that they are...
View ArticleKinect skeleton position Z not working
@Julian_Puppo wrote: Hi ! I´ve just started working with kinect V2 using this addon : github.com elliotwoods/ofxKinectForWindows2 ofxKinectForWindows2 - Implementation of Kinect For Windows v2 API...
View ArticleCost of running ofThread?
@cuinjune wrote: Hi, I'm using ofxThreadedImageLoader addon. And it is calling startThread() in its constructor so the thread always runs in the background until the class gets destroyed. I'm...
View ArticleofThread consumes 100% CPU usage
@cuinjune wrote: Hi, I'm trying to use ofThread but it is really expensive just for using the empty while loop in the threaded function. Here's my code. Everything in ofApp.h and nothing in ofApp.cpp...
View ArticleofxBullet for 2D shapes
@stephanschulz wrote: I was hoping to use the soft body option in ofxBullet to make 2D shapes interact with each other.For example, is it possible to define a bunch of simple polygon shapes that are...
View ArticleIterate through Audio Files on a folder help
@cyrstem wrote: Hi, have an issue with this idea i been trying to read mp3 files from a folder like the dirListExample from openframeworks but in the part where you have to interate the vector im not...
View ArticleBroadcast sensor data to the web from OF
@patrick88 wrote: Hi there, Looking for a way to make sensor data available online from OF. I have something working now with ofxFTP uploading a .dat file on my website everyday but I'd like to have...
View ArticleurlResponse listener gets called multiple times if failed requesting
@cuinjune wrote: Hi, I implemented a threaded file downloader and it works well in general. but when it fails to download a file, the urlResponse listener gets called multiple times even after calling...
View ArticleCurves along a path / an arc
@celinechappert wrote: Hello oF community ! I'm working on reproducing the image below with oF and I'm stuck figuring out which tool to use for building the curves. My first guess was to look into the...
View Article