Quantcast
Channel: beginners - openFrameworks
Browsing all 4929 articles
Browse latest View live

Windows Os: window full screen working area

@JairoJs wrote: Hello, how can I launch full screen for the working area in windows?, I mean not covering taskbar and other docked bars Posts: 3 Participants: 2 Read full topic

View Article


Const char *msg problems with ofxTCPClient::sendRawMesg

@stephanschulz wrote: I am trying to send a few hex values via TCP to a projector. But i can't work out how to prep the array so that TCP is happy. const char packet[] = { 0xbe, 0xef, 0x03, 0x06,...

View Article


Image may be NSFW.
Clik here to view.

ofEvent const problem

@Gallo wrote: hello, i created an event like ofEvent<bool> timerEnded; then when i notify the event ofNotifyEvent(timerEnded, true); this is throwing an error. I found this thread...

View Article

Of functions and thread safety

@rjlwest wrote: I've been trying to chase down this crash bug I'm getting, every time I think I have a lead, it turns out I don't. I have most of the functionality in my program switched off whilst...

View Article

Image may be NSFW.
Clik here to view.

Weird Moiré pattern when generate texture for cubemap

@slackermann wrote: Hi, I'm attempting to make a star field for a solar system scene I'm generating. My code is in this repo: https://gitlab.com/steve.lackermann/cubeMapSolar.git I'm using ofxCubeMap...

View Article


Moving drawing 3d objects into an ofFbo

@JairoJs wrote: Hello, How can I draw 3d objects inside ofFbo but without acumulating past drawings?(flushing or clearing the picture in the buffer for further drawing) Im currently doing it right...

View Article

Image may be NSFW.
Clik here to view.

Can ofxOpenNI works for kinect V2?

@M_M wrote: Hello Guys !!! I am a beginner, Can ofxOpenNI works for kinect V2 ? Posts: 1 Participants: 1 Read full topic

View Article

ofVideoPlayer looped media, how to detect media has already looped?

@tactif wrote: Hi all ! When an ofVideoPlayer is playing in loop mode, is there an easy way to know if the media has already reached the end and looped once ? I mean, without disabling loop mode and...

View Article


How to compile using emscripten on VS2015 and which compiler have I to use?

@sachaamm wrote: Hi ! I tried to compile with emscripten the 3DPrimitiveExample as explained in this document http://openframeworks.cc/setup/emscripten/But I'm not really sure about which compiler I...

View Article


Flip float Coordinate

@az_rr wrote: Hello all. This seems like a simple task but I cant figure it out. I currently have a 2D coordinate and the two values are between 0 and 1. eg. ofPoint myPoint = ofPoint(0.1, 0.6). How...

View Article

Stop recompiling oF in Visual Studio

@charlesveasey wrote: I'm using the master branch, and oF always recompiles even without modification. Any ideas on how to fix this when compiling from github? thanks. Posts: 2 Participants: 1 Read...

View Article

Custom logging only works in one window in a 2 window setup

@mboeni wrote: Hi there I just implemented a custom loggerChannel. The channel works okay, but only in the main window. The setup is as follows: The custom logger channel is set up here:...

View Article

Potential bug in ofTrueTypeFont.load() / OF 0.9.3

@chris_abyi wrote: Hi everyone, I'm running OF 0.9.3 on OSX with Xcode. In my application, I try to load a TrueTypeFont with:1) In the header: ofTrueTypeFont fontBlack;2) In the ofApp setup:...

View Article


ofThread waiting

@dmelladom wrote: Hi!I have a class that inherits from ofThread, to put it simply: class threadClass: public ofThread{ public: int pos; string link; string path; int init(int _pos, string l_ink,...

View Article

Ofxtoggle mouse listener

@.Lu. wrote: Hello! I am simply trying to find the way to listen to the mouseMoved function of ofxToggle (or any ofxBase gui element) from my main app. The "funny" thing is, if I try to call from...

View Article


Image may be NSFW.
Clik here to view.

How to get started with realtime & fast pixel manipulation, shifting,...

@polyclick wrote: Hi guys I'm looking for some advice on how to get started with manipulating existing footage like a video or an image and throwing around pixels in real time (for lets say a vj...

View Article

Draw circle into ofxCvGrayscaleImage

@mindthegap wrote: Hello, I'm doing a blobdetection with countourFinder. I want to make an cicle area that's not visible for the contourfinder.How can I draw an circle into into the...

View Article


Saved image is empty with data loaded from ofTexture

@yangyangcv wrote: i'm using ofxMSAOpenCL to do image processing with GPU. just playing with ofxMSAOpenCL's image example. with clImage[activeImageIndex].getTexture().draw(vidWidth, 200);the texture...

View Article

Drawing into an ofTexure

@Hennio wrote: I've been using OF for a while now, but I've never had this need before. Load an ofImage from file, and try to draw some shapes / stuff on top of the image, using the GPU, not modifying...

View Article

Spout in with ofxCvHaarFinder

@RichardBurns wrote: Hi Guys, I've setup a spout receiver which is currently bringing in a texture (I'm using ofxSpout2) and then I want to do some simple face tracking on that. I have the whole setup...

View Article
Browsing all 4929 articles
Browse latest View live