Fullscreen on selected camera
@VKKKTR wrote: Hello everybody, i'm a beginner in openFrameworks and i work on the IPCAM2SYPHON app (https://github.com/bakercp/IPCAM2SYPHON). Capture d’écran 2015-11-16 à 00.03.58.png1136x826 766...
View ArticleHow to stream audio from online player?
@maltwhisker wrote: Hi everyone, I'm attempting to get the audio from this online police scanner into OF but I don't know where to begin! I don't need to do anything fancy with it, just need to stream...
View ArticleUsing OF Function in a Function
@on4now4 wrote: Hello, I am trying to write a distance function that will compute the distance between a (x,y) coordinate and the mouse coordinates. But when I call mouseX or mouseY from within the...
View ArticleGetting started with Kinect2 + ofx + win10
@jesper wrote: Hi Guys, I have just got hold of a Kinect2 and would love to work with it in ofx. I am having a hard time figuring out how to get started. The demos from MS works fine. I am on Windows...
View ArticleProgrammable renderer
@Gallo wrote: hello ! Anyone could give some basic explanation about what programmable renderer is ? I see this more and more nowadays, and oF09 seems to embrace this also but i don't really get what...
View Articlelocal_addons in OF 0.9.0 Projects
@chaosct wrote: I've noticed that in OF 0.9.0, at least in OSX, the projects generated for XCode have a folder named local_addons. I don't find any documentation about this and I was wondering if this...
View Article`getTextureReference()` deprecated in v0.9.0
@satre wrote: I just finished migrating my project to OF v0.9.0. My project makes heavy use of plane primitives and meshes.In my project, I map the texture from a video source to a plane primitive...
View ArticleSkipping a single number in a for loop
@on4now4 wrote: So this question is not specific to Open Frameworks but the community here is awesome so I will ask it here. I am trying to create a simple checkers game. I have some code that checks...
View ArticleHow to reset ofRotate to original position
@a__ wrote: I'm drawing lots of objects around a circle by incrementing an angle val passed into ofRotate() a certain number of degrees every time I loop, as follows: void ofApp::setup(){ angle = 0.1;...
View ArticleMSYS2 0.9.0 Installation Problems
@dmelladom wrote: Hi!I am trying to install 0.9.0 MSYS versión, but I come to a couple of problems.First, very silly thing, the path suggested for cd...
View ArticleOpenCV is missing inpaint function
@booker0108 wrote: I am using OF 0.9.0 and I found that cv::inpaint function is missing which is available in 0.8.4 How can I have this function back Posts: 2 Participants: 2 Read full topic
View ArticleUpdating of0.84 project to of0.9: troubles with ofEvent
@hrb wrote: Hi,I'm in the process of moving a rather large Win of0.84 project to of0.9 on OSX. I removed all Windows specific code, but now I ran into another problem during compilation:...
View ArticleofxCvHaarFinder : Draw an image on every tracked faces
@chankalun wrote: Hello, I am trying to draw an image on top of a tracked face with ofxCvHaarFinder.With my current code, the image would be drawn a face (face1) is being detected, but when another...
View ArticleMulti dimension arrays
@on4now4 wrote: I just started working with pictures a little bit and you can see in my code somewhat what I am trying to do but I have commented it out to try a much simpler thing and my code still...
View ArticlePixels, videoGrabbers, pointers and references
@dmelladom wrote: Hi! I am trying to solve this for a better understaing of pointers, references and how ofPixels and ofVideoGrabbers manage their contentsLet's say I have 3 different videoGrabbers,...
View ArticleVector init and for loop in C++11
@Gallo wrote: hello, i am just converting to C++11 new conventions with oF09 i am trying to get familiar with the for loop syntax with auto i used to do : vector<particle> particles; for (int i...
View ArticleGen 3d Texturing problem
@Joshua_deLorimier_TR wrote: Hi I have been learning trying in 3d with the tutorial from Mastering OpenFrameWorks and with the Hubble Mesh tutorial. I thought I would try to try by hand a simple cube....
View ArticleDraw half cylinder, or two different textures for same cylinder
@stephanschulz wrote: hi forum. i have a cylinder without top and bottom caps.i am trying to map 2 different textures on to this cylinder. texture A should cover one half of the cylinder and texture B...
View ArticleofVideoPlayer Sound Effects
@kotaroabe wrote: Hi I'm trying to make an application that loads a movie from Youtube and add sound effects to it.Using ofVideoPlayer instance to play movie, but is there any ways to add some sound...
View ArticleGlobal inversion of y-axis? vFlip?
@clayh wrote: Is there a global setting for inverting the y-axis? I'm working with some GIS data and it would be convenient to globally flip the y-axis instead of managing the issue from element to...
View Article