Bad key (0) and keycode (-1) in Caps Lock mode
@lilive wrote: Hi, I’ve got wrong values for one of the keyboard key with this code: void ofApp::keyPressed(ofKeyEventArgs & args) { cout << "key " << args.key << endl; cout...
View ArticleofxAccelerometer examples do not compile in Xcode 9
@RonH wrote: The examples in OF 0.10.0 that include ofxAccelerometer do not successfully compile with Xcode 9. They give the following error message: Undefined symbols for architecture arm64:...
View Article"ofSetVerticalSync(true)" doesn't work in fullscreen. I have to use:...
@VinnieH01 wrote: ofSetVerticalSync(true) worked perfectly when I ran my program in windowed mode. However, when I set it to fullscreen I noticed some obvious tearing at the top of the screen. I was...
View ArticleofVec2f.h error
@hsj3171 wrote: I run a empty project but got error in ofVec2f.h TT Posts: 2 Participants: 2 Read full topic
View ArticleError when running opencvExample on newest xcode and OSx Mojave
@imccorve wrote: Hi,! I am currently working on the newly released nightly build. When attempting to use live video in the opencvexample I ran into this error when running the program: So I tried...
View ArticleSoundPlayer causes application crash when using AU Lab
@JackKalish wrote: Hello, I have an application that triggers different sound samples to play using the ofSoundPlayer. This works fine and good, but I am also seeking to apply some real-time effects...
View ArticleofxCv examples not compiling (make, ubuntu 16.04, of 0.10.0)
@vvzen wrote: Hi everybody, I’m trying to compile the ofxCv examples under ubuntu 16.04, and of 0.10.0 for gcc5. Other addons are working fine, but I cannot manage to get ofxCv compiling. I just...
View ArticleNo rendering initially in Mojave
@nebulus_design wrote: Hi All I’m running oF 0.10.0 and just updated to Mojave and Apple appear to be doing something slightly different under the hood now, I get a blank screen when my app starts up,...
View ArticleCreating a real-time histogram of webcam input: Issue
@FreddyGump wrote: Hello, Trying to generate a histogram from my real-time webcam input. The video is transformed to grayscale and I’m trying to create a histogram from it. For this, I try to use the...
View ArticleFlashing background when using keyPressed(){
@lukedash wrote: Hi! Having some funny issues here with calling ofBackground() in keyPressed(int key){ After having this issue in high Sierra on an older version, I am now using the nightly build:...
View ArticleWindow not drawn on startup using Xcode10
@cuinjune wrote: Hi, I updated Xcode to version 10 after updating my macOS to the latest 10.14. However, when I run a simple OF project that draws a red circle in the center, nothing is drawn on the...
View ArticleXcode 10 / mojave issues
@arturo wrote: If you are having issues with xcode 10 and latest macos. It is a known problem and we are looking into it. By now we recommend not updating to mojave or xcode 10. Xcode 9 should work...
View ArticleprojectGenerator doesn't work on 0.10.0 ios version
@zac wrote: when I try to generate any project there is no way to change platform in combo box. By default its OS X (Xcode) and combo box is disabled. I’m using macos high sierra (10.13.6) and the...
View ArticleOpenFrameworks essentials chapter 6
@bobby wrote: I try to run the source code of chapter 6 of the book "openframeworks essentials’ but there is a conflict of types I think (I’m a beginner). These are the screenshots. Can anybody help...
View ArticleofDrawArrow not drawn correctly
@cuinjune wrote: If I draw an arrow using ofDrawArrow I don’t see the head at the end of the arrow. It just draws a line. //-------------------------------------------------------------- void...
View ArticleLoading an image after ofDisableArbTex() causes crash
@cuinjune wrote: Hi, I just figured out if I run the following code, void ofApp::setup(){ ofDisableArbTex(); image.load("/path/to/image.jpg"); } It crashes with the following error: Screen Shot...
View ArticleofxGui Mojave + Xcode 10 bug?
@Bentley wrote: I’m having an error with the new OSX Mojave and Xcode 10 running oF 0.9.8 specifically with ofxGui I’m able to compile everything no problem by changing my plist camera permissions and...
View ArticleofSoundStream not work when DSD Transcoder installed
@Peachman wrote: I installed foobar2000 app to listen to music of DSD format (yes, I’m a music lover). Then, foobar2000 recommends to install DSD Transcoder to transcode DoP format into DSD native...
View ArticleAbout videoGrabberExample in emscripten
@kokawa2003 wrote: hello I checked OF 's videoGrabberExample in emscripten. I set it in this site http://monkeytalk.jp/cam/videoGrabberExample.html If I open this in Firefox ,it worked, but if I open...
View ArticleArch linux compilation error after updating the system
@dbwat wrote: on all my computers I have this error since my update? Arch linux… In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdint.h:26, from...
View Article