ofParameter.h:339:21: C++ requires a type specifier for all declarations
@sonoprob wrote: Dear oF people, This is my first post, so I'd like to start with a "Hello".I'm relatively green when it comes to C++, though I've dabbled with C things in the past(I've been doing...
View ArticleTexture Image not Showing in shader
@WesHenrie wrote: This is driving me a bit nuts but I cannot get a texture image to correctly pass into my shader. Everything else runs fine it just does not show the texture Here is the call to the...
View ArticleCreating a floor using vector points for ofxbullet
@nathanblanchard12 wrote: What function would I use in order to create a floor using the points from a vector. Thank you. Posts: 1 Participants: 1 Read full topic
View ArticleofImage from audio
@as1er wrote: hello there, trying to synthesize images from audio, can make it draw one frame, but then never updates again, i am guessing threads interweave and screw ofImage somewhere? i am trying...
View ArticleProblems with recording ofApp "output"
@DerGav wrote: Hi everyone, hope this is the right place to post this.I'm new to open frameworks and have just started to play around with it a bit. I'm working on a video synthesizer based on the one...
View ArticleCreate an ofCamera based on default openFrameworks view/projection
@racarate wrote: Is there an easy way to create an ofCamera object that matches the default view/projection of openFrameworks? I see there is a function called ofCamera::setupPerspective(vFlip, fov,...
View ArticleGetting Image resolution
@KevMur wrote: Hi, I've been trying to get the resolution of an image by using xxx.getWidth() and xxx.getHeight() but it always seems to be returning 24576x24576 but the size of the image is 600x551....
View ArticleHow to get size of [ ofDrawBitmapString(...) ]?
@jjongun wrote: Hi One day. I need know bound size text by ofDrawBitmapString(...). It can move text to correct center position on screen or something , if we founded text size. Anybody answer please....
View ArticleofxSerial packetSerial mode
@pandereto wrote: Hi Im trying to use ofxSerial with the packetSerial "protocol" just with the example that comes with the addon:+...
View ArticleofxPSBlend, changing blendMode (opacity) in a specific condition
@cklkaren wrote: Hello, I am using ofxPSBlend that is developed by @Akira_At_Asia for my leap motion project. ofxPSBlend functions like layers in PS, where one could add opacity to the image/video...
View ArticleofMesh texture coordinates and ofxBox2d polygons
@Nexonbird wrote: Hi!! im developing my first OF app, im Using Kinect and Box2d add ons. i have already make work the integration successfully, but now im trying to make a textured polygon using the...
View ArticleGrid floor square lines
@Timpic wrote: Hi ! I'm new in OpenFrameworks and OpenGL. I'm trying to draw a simple grid floor; something like this : Where I can draw other 3D objects on the floor. I have already drawn an...
View ArticleDraw one instance of an object to multiple different windows?
@joshuabatty wrote: Hey guys, i'm trying to enable proper multi window support for my software now that i've updated it to the latest nightly build of oF. I need to use something similar to the...
View ArticleAndroid app JNI button action
@aliva666 wrote: Hi, i'm using a JNI button on the android app i can get the button working but inside of the OF code but i can only print i can't use any variables or functions of the ofApp.cpp how...
View ArticleCreate a custom mask for FaceSubstitution
@JavIngka wrote: Hello, I need a little bit of orientation with FaceSubstitution. https://github.com/arturoc/FaceSubstitution I am trying to achieve a face substitution, using a 'mask' that is a...
View ArticleImage section switcher
@elliot wrote: I'm working on a project were I section up multiple images into a grid. They are layered on top of each other. I want to have the ability to switch the section with a section behind. I...
View ArticleFrequency Detection
@edfandan wrote: Hi there, Currently doing an audio visual college project. I need the visuals to react to the audio, I want to have shapes reacting to different frequencies of a sound/sample. I...
View ArticleBackgroundSubtractorMOG2 with ofVideoGrabber
@raditiya wrote: Hello everyone, I want to use opencv background subtractor from my web camera using videograbber, but I got white screen. here is my function void ofApp::update() {...
View ArticleIs there an addon or method to read PC mouse position on Mac?
@cklkaren wrote: Hello, I have a single-touch screen monitor that is unfortunately only compatible with PC, where I have been building my project with xCode and oF v0.9.2 . I have tried switching my...
View ArticleCan you read Prores on a Raspberry Pi
@SofieOdette wrote: Hi everyone, I wanted to ask this quick question before I waste too much time trying this. I wanted to be able to play a prores video on a raspberry pi using OFVideoPlayer. Would...
View Article