Tagged Questions

10
votes
3answers
2k views

How to track Finger tip in OpenCV or OpenFrameworks?

I want to develop a program which uses the webcam to track finger tips. When tracked, the finger tip will be like an index and I will be able to get its positions even if it is moved around. If anyone ...
4
votes
4answers
812 views

Bitwise operators and converting an int to 2 bytes and back again

first time user, Hi guys! So hopefully someone can help.. My background is php so entering the word of lowend stuff like, char is bytes, which are bits.. which is binary values.. etc is taking some ...
3
votes
2answers
407 views

warning C4003: not enough actual parameters for macro 'max' - Visual Studio 2010 C++

I have the following warnings while compiling an openFrameworks 007 project on Visual Studio 2010 SP1: d:\pedro\development\videoflow\openframeworks\libs\openframeworks\types\ofcolor.h(127): warning ...
3
votes
3answers
287 views

Can you use C++ libraries in a Cocoa (Obj-C) project?

I'm considering learning Objective-C and Cocoa, mostly in order to use Apple's tools and GUIs. However, I'd also like to do some graphics programming; OpenFrameworks and Cinder are two libraries ...
3
votes
2answers
344 views

Source directories in Visual Studio 2010

I am using OF in my project and I want to use some add-ons but I have to add .cpp files to my project in order to compile them. I don't like it. Is there any option so I could specify a folder to scan ...
3
votes
4answers
810 views

How do I convert a complex C++ XCode project to a Cocoa app?

I have the source code to a relatively complex C++ application that involves lots of libraries, dependencies, etc. I am trying to take it and add a Cocoa GUI to it. I have failed so far at the ...
3
votes
4answers
1k views

Vector.erase(Iterator) causes bad memory access

I am trying to do a Z-Index reordering of videoObjects stored in a vector. The plan is to identify the videoObject which is going to be put on the first position of the vector, erase it and then ...
3
votes
4answers
761 views

How to orbit around the Z-axis in 3D

I'm primarily a Flash AS3 dev, but I'm jumping into openframeworks and having trouble using 3D (these examples are in AS) In 2D you can simulate an object orbiting a point by using Math.Sin() and ...
2
votes
1answer
92 views

Pushing data to nodeJS from OSX application

I've got an OSX application written in c++ (in particular, built with OpenFrameworks) and a server written using nodejs. The application tracks an object wandering around a room and I want to send ...
2
votes
1answer
418 views

Sample texture in GL_POINTS shaders

I have a shader that draws particles with solid colors. I would like to enable the shader to sample an FBO texture so that each particle can act upon the color "behind" it. Seems like it should be ...
2
votes
1answer
887 views

glsl - fragment-shader (blur) -> black screen

I've been trying to get this to work for the last few days and I'm really starting to become desperate. I'd be really grateful for suggestions you might have. What I've been trying to do: render ...
2
votes
2answers
1k views

Unresolved external symbols in Visual Studio 2010

I am coming from Xcode, trying to compile a project in Visual Studio 2010, and I get the following errors: 2>ofxCLeye.obj : error LNK2019: unresolved external symbol "struct _GUID __cdecl ...
2
votes
1answer
891 views

chroma key with openframeworks/opengl

I need to implement chroma keying (removal of a solid color background) in an openFrameworks application. I'll be playing many (10 or more) videos simultaneously (in the same frame), and drawing them ...
2
votes
1answer
1k views

openFrameworks (C++): Blur, Glow and other classic effects

I was doing some simple openframeworks (C++ based) tests drawing different shapes and I was wondering how to apply filters like blur, glow... I come from an AS3 background where this is a piece of ...
2
votes
3answers
840 views

how can I fix xcode compiling everything all the time?

I've started to use XCode and it seems to work, well, most of it. The annoying thing is it compiles all the source files, even those that didn't change, each and every time. I'm getting the grips ...
1
vote
2answers
104 views

What is the difference between OpenCV, OpenFramework and Processing Frameworks?

I want to start my project for live video content analysis, Face Detection, Gesture Detection and Gaze Tracking. Here i am unable to find the right framework for me. I am well versed with C++, JAVA, ...
1
vote
2answers
191 views

What's a good and safe language for drawing intensive particle systems over a long period of time?

Another one of my rather ambiguous question today, sorry. Currently I have written some half decent software that has a 'roll your own' RESTful client, which pulls data from twitter. This data is ...
1
vote
3answers
97 views

Object going through wall during collision

I'm making a game which uses very simple collision detection. I'm not using box 2D because it's an overkill. Basically, it's a mix of Pong and fooseball. As the ball gains speed and has a very high ...
1
vote
1answer
84 views

How to get time elapse percentage?

Im trying to get the time elapse percentage, what I do is first check a time interval, them I want to get the percentage of the elapsed time in that time interval, if that makes sense Here is my ...
1
vote
1answer
100 views

Anti-aliasing not working on Windows

I'm working on a GLUT based app that needs to run on Windows XP, but as I'm on a Mac, I'm doing most of the coding in Xcode, then switching over to Visual C++ 2008 every once in a while to recompile. ...
1
vote
2answers
486 views

makefile OR code blocks TO eclipse on ubuntu

hi i have a c++ opengl/opencv codeblocks project http://www.openframeworks.cc/setup/linux-codeblocks with all makefiles. even if codeblocks seems to be grat tool i'm addicted to eclipse (using it with ...
1
vote
1answer
155 views

Calling variables from C++ class to Objective C class

I am creating an instance of an Objective C class from a C++ instance. The problem is that when trying to get the values of some vars (in the obj c instance) I always get 0. Some NSLogs are also ...
1
vote
1answer
229 views

How can I get past a “Library not loaded:” issue?

I started playing with the Kinect and I would like to use skeleton tracking using OpenNI. Since my knowledge of c++ is limited, the easiest option is to use the ofxOpenNI addon for OpenFrameworks. ...
1
vote
3answers
580 views

Making 3d Models Transparent in OpenGl and OpenFrameworks

I'm using c++ OpenFrameworks and ofx3dModelLoader to load in 3ds models that I've already created. This is working great. However I would like to smoothly transition models visually as the enter the ...
0
votes
4answers
45 views

language and framework of choice for iPad development for music sequencer

I need to create a music sequencer for the iPad but have no experience yet on this platform. I have several questions about this subject, hopefully I can find some answers here. OpenFrameworks seems ...
0
votes
1answer
125 views

Can't return anything other than 1 or 0 from int function

I wish my first post wasn't so newbie. I've been working with openframeworks, so far so good, but as I'm new to programming I'm having a real headache returning the right value from an int function. I ...
0
votes
0answers
25 views

OpenNI counting users and sending data thru OSC

not very familiar with c++, but i'm trying to send some data to a java/processing sketch. The problem is I don't know how the user count is for Open Frameworks ofxOpenNI. I want to count as much as 3 ...
0
votes
2answers
68 views

Referencing 64-bit static library from a 32-bit Xcode project

I'm trying to build an OpenFrameworks project while using the echoprint API in C++ in Xcode. OpenFrameworks requires to be built in i386, but echoprint builds in x86_64. Is it possible to reference ...
0
votes
1answer
74 views

What is the best way to integrate Google Analytics into a C++ OpenFrameworks desktop project?

I'm currently building an OpenFrameworks project and need to use Google Analytics to track user interactions. I have yet to find any existing C++ libraries for doing so, and am considering writing my ...
0
votes
0answers
87 views

Openframeworks and ARToolkitPlus plugin on Windows 7 with VS2010

I downloaded openframeworks, compiled it successfully and run the provided examples. All works fine. I found a plugin that integrates a modified version of ARToolkit in order to compile it as a plugin ...
0
votes
3answers
127 views

Stuck with twitcurl

this question has gone back and forth a bit as I have learnt some things about g++ about unix systems (sorry if I messed anyone about). For a project I am currently trying to finish I would like to ...
0
votes
2answers
70 views

Why is this code deleting the contents of previous XML tags?

This is openFrameworks C++ code. It's saving information about each move made in a game, but each new game wipes out all of the values inside <MOVE> <PLAYER/> <MOVE/> for any ...
0
votes
2answers
72 views

stdvector inserting and erasing problem

I need to control the amount to touch points in my application, for this I am using a vector container and my basic setup is this: //-------------------------------------------------------------- ...
0
votes
4answers
227 views

basic C++ question (using openFrameworks + CoreAudio)

my C++ skills are pretty light but I manage to get stuff done - until I run into a wall. The current wall: I am using CoreAudio to do some stuff with Midi playback. I've got lots of it working but am ...
0
votes
0answers
96 views

Help fixing ArcBall code

In an attempt to understand how to implement the arcball technique I am trying to port an existing Processing code to OpenFrameworks, this is what I have void testApp::draw(){ ofPushMatrix(); ...
0
votes
1answer
113 views

rotating an object with opticalflow?

I am rather new to C++ and openframeworks. I am beginning to play with manipulating objects using the Lucas Kanade technique. I am having some success with pushing objects around but unfortunately I ...
0
votes
1answer
134 views

How to accumulate camera rotations?

I want to know how can I accumulate the camera rotations so when I click the screen again the rotation doesn't reset to that click location but to follow the rotation from that point if that makes ...
0
votes
1answer
59 views

Runtime error in openframworks code I'm not even using

I'm starting a project using the Aubio library within openFrameworks, so I'm copying in code to my project from Aubio demos, modifting, etc. The Aubio function new_aubio_pitchdetection() works great, ...
0
votes
6answers
308 views

How to interpolate a color sequence?

I need to interpolate or change gradually a sequence of colors, so it goes from colorA to colorB to colorC to colorD and them back to colorA, this need to be based on time elapsed in milliseconds, any ...
0
votes
1answer
530 views

Quite strange MinGW ld problem - “collect2: ld returned 1 exit status”

I'm building an application for data visualization and the framework I'm using is beautiful OpenFrameworks. On Linux, it compiles and works perfectly, but now it's time to port it to Windows and I'm ...
0
votes
1answer
202 views

Place an ofImage around a circle

I'm developing for Reactivision using Openframeworks, and I need to place an ofImage (which can be place anywhere in the screen) around a circle, and also rotating it by a specific angle. I include an ...
0
votes
2answers
265 views

Shape manipulation with openFrameworks

I'm a openFrameworks newbie. I am learning basic 2d drawing which is all great so far. I have drawn a circle using: ofSetColor(0x333333); ofFill; ofCircle(100,650,50); My question is how do I give ...
0
votes
1answer
528 views

sprintf, commas and dots in C(++) (and localization?)

I am working in a project using openframeworks and I've been having some problems lately when writing XMLs. I've traced down the problem to a sprintf: It seems that under certain conditions an ...
0
votes
1answer
297 views

Implementing a Fixed Coordinate system in OpenGL

The simple version of my project is rotating a sphere based on user input. However my rotations get weird after multiple rotations in certain situations due to openGL's local coordinate system. What ...
-1
votes
1answer
65 views

How do I control buttons using motions using OpenCV in c++? [closed]

I can get frames from my webcam using OpenCV in c++. I don't want human intervention to define the object. I want control buttons without human interraction and using hand motions. thanks and ...