Video recording issue - scrambled images (ofxVideoRecorder?)
@gu_ma wrote: Hello there, I'm using ofxVideoRecorder in a project and I'm having some strange issues. When I start running the application everything is fine and all videos are recorded perfectly but...
View ArticleOF Does NOT redraw?!
@ocdy1001 wrote: I was making a basic UI thingy and it doesnt redraw. I generated a new empty project. All i added was this:int x = 0; void ofApp::update(){ x++;} void ofApp::draw(){ ofSetColor(0);...
View Article"make clean" does not work on OSX?
@hrs wrote: Because of OSX .app package, "make clean" seems like it can not delete .app file(directory).I added following line and it works ok now. makefileCommon/compile.project.mkapprox. line 418 rm...
View ArticleofVideoGrabber freezes audio (and globally slows down the computer)
@cosmicchild wrote: Hi!I'm using ofVideoGrabber to capture two streams of video, one from my onboard laptop webcam and a second one from an external usb webcam. The problem is that when I launch the...
View ArticleofSerial not working?
@phoenixperry wrote: Hey Folks, I have a bit of code I've been using since Dec and it's no longer able to connect to serial on a PC in Visual Studio 2015 Community Edition. I've never had this problem...
View ArticleGhost Shape Bug in Openframeworks
@johnlime wrote: I am trying to make a block coloring software. The screen consists of a grid where the user can click an any slot and color it black. The user can only click on the right side of the...
View ArticleofxGstreamer windows: exception in example
@Thaemes wrote: I have to work in Windows, and need to be able to receive a udp stream, and possibly udp rtp later. I am trying to use ofxGstreamer for this. I am using the latest version of the...
View ArticleHttp://openframeworks.cc/about/
@Andreas_Kjaergaard wrote: A small mistake in the first line in the section Why create another library for C++, since many libraries exist?: "There are plenty of libraries that exist make it easier to...
View ArticleofNode::scale including a negatie value changes when calling...
@miyamonz wrote: Hello. I may found ofNode bug. Is this a bug? Or am I misunderstanding something? スクリーンショット 2017-08-15 23.10.09.png644x647 12.5 KB ↓press space bar スクリーンショット 2017-08-15...
View ArticleofxVlcVideoPlayer problems
@Thaemes wrote: ofxVlcVideoPlayer does not compile properly in Visual studio. I get:bin\app.exe : fatal error LNK1120: 27 unresolved externalsThe externals are for example:VLCMovie.obj : error...
View Article[Solved] Can't make example projects on fresh install of OpenFrameworks (...
@armaninv wrote: Hello, I did download latest stable version and tried to compile it on Arch Linux.running ./install_dependencies.sh complians about GCC version being newer than 5 ! ( pacman -Q | grep...
View Article[Solved| ofxGui controls does not work as expected!
@armaninv wrote: Hi there, I installed nightly build linux64 gcc6 recentlyeverything seems to work fine execpt ofxGui , well the problem is I don't see names I define for controls on them , and on...
View ArticleDestroying Spotlight object affects other ofLight objects
@cuinjune wrote: Hi, I use openGL 2.1 and I learned that up to 8 instance of ofLight object can be used at once in this version. So I tried to use and destroy ofLight instance and it seemed to be...
View ArticleHow to disable antialiasing when rendering RGBA ofImages into FBO?
@bbogart wrote: I'm rendering many ofImages with binary alpha channels (no grey values) into an FBO. Around the binary alpha mask edges I see what looks like a single pixel fringe that appears to be...
View ArticleCan't Compile emptyExample From oF Github
@toliaferrode wrote: Hi, so I'm getting into the oF distribution from Github finally as I want to target multiple platforms. I got some help installing it. Installed dependencies, codecs, and ran...
View ArticleUndefined reference errors in qt creator
@what wrote: I tested OF in Terminal and it works fine, but when I try to connect it to Qt Creator I get a lot of these errors (32,000 of them) saying "undefined reference"...
View ArticleofVideoGrabber can't switch devices
@vanderlin wrote: When trying to change devices with ofVideoGrabber it just does not work. The only way around the bug for me was to create a pointer object of ofVideoGrabber delete the object on...
View ArticleofxCv::FlowFarneback stuck motion
@vanderlin wrote: I am getting this funky bug with ofxCv::FlowFarneback there are areas getting stuck with motion see gif: I am creating a smaller image with resize to pass to calcOpticalFlow. could...
View Article'\t' has no effect on ofTrueTypeFont::drawString()
@cuinjune wrote: Hi, I just found out I can't draw a tab character '\t' using ofTrueTypeFont::drawString(). The new line character '\n' works fine but '\t' doesn't work. Here's my test code. I tried...
View Article"Code model can't parse an included file"
@figurehe4d wrote: qtCreator (version 4.2.2) is throwing this error with nearly -every- script. says the code model can't parse the files, shows this error at the top of every editor screen:...
View Article