ofxAruco + ofAndroid for android studio: example error
@muhammad_haris wrote: My method to ofxAruco for android studio was as follows: Clone ofxAruco and ofxCv in addons folder. Copy files from ofxaruco/bin/data to bin/data folder of androidEmptyExample...
View ArticleofPath rotation
@Hennio wrote: void testApp::setup() { path.arc(ofVec3f(), 100, 100, 0.0f, 90.0f, true); path.arc(ofVec3f(), 50, 50, 90.0f, 0.0f, false); path.close(); path.rotate(90, ofVec3f(0,1,0)); } void...
View ArticleofSetFullscreen() not working on Linux
@toliaferrode wrote: Hi, I've noticed since 009 that ofSetFullScreen() doesn't work on Linux; I'm on Ubuntu. Although in my testing I've found that it works on the Pi (tested with 0.9.0). Just wanted...
View ArticleProblem with local addons
@christofng wrote: When I use local addons in a project, and when one of the local addon has dependent addons, the makefile seems to append unrelated paths to the dependency paths. For example, I'm...
View ArticleofxHTTP segfault
@thomasgeissl wrote: Hello,I am trying to run ofxHTTP's example_basic_client and get a segfault. It crashes in: std::ostream& BaseClient::send(BaseRequest& request, Context& context) { ......
View ArticleProbelm project generator
@Timpic wrote: Hi all,I'm new in OpenFrameworks programing and I'm trying to launch the projectGenerator with of_v0.9.0_vs_release but I have some trouble. This is what I get when i double click on it...
View ArticleofAVFoundationPlayer - getPixels() results in error after an unsuccessful...
@fakob wrote: Hi There seems to be a bug with the ofAVFoundationPlayer. Well maybe I am doing something wrong, but the same thing works fine in of_v0.8.1 where the old player is used afaik. Using...
View ArticleofFile to ofBuffer and vice versa to send via ofxPocoNetwork
@kkkkkkkk wrote: I am trying to send some ofFiles via udp using ofxPocoNetwork before sending anything I am trying to simply convert an ofFile to an ofBuffer and then back to ofFile again. shouldn't...
View ArticleKinect example ubuntu 15.10 device isn't delivering data
@kkkkkkkk wrote: libusb seems to be installed I am in ubuntu 15 10 IMG_2247.JPG2048x1536 1.15 MB kinect works fine under osx IMG_2251.JPG2048x1536 598 KB any ideas? Posts: 10 Participants: 2 Read full...
View ArticleProblem with ofVideoPlayer
@IAmMe wrote: //I tried this sample code to mac, to play video frame by frame, and sometimes it works, and sometimes it is not working, i get "pip" messagess writen in console, but, frames not...
View ArticleQtcreator builds project in myApps/bin instead of myApps//bin/
@synthnassizer wrote: This is OF 0.9.1 so, please let me know if this is fixed in 0.9.3. It appears when I create a new project, the default build directory is in .../myApps/bin instead of the more...
View ArticleAdding a Swift framework to an OF Project
@Nick_Arner wrote: I'm trying to add AudioKit (a Swift audio framework I'm involved with) to an OF project. I'm able to add the framework by changing the main.m file to main.mm, and the ofApp.cpp file...
View ArticleCan't run of_0.9.3 apps build with QT 5.5 on Windows 7!
@Christof wrote: Hi, I've been using OF 0.8.4 with Code::Blocks on Windows and I had no problems at all. Now I wanted to switch to the newest OF release and I've hit a brick wall:I can't run OF apps...
View ArticleOF 0.9.3 not building 32-bit on OSX
@javl wrote: As I had some trouble with building a project, I just downloaded both the previous 0.9.2 and the current 0.9.3 packages and tried building the emptyExample Xcode project. Building the 64...
View ArticleProblem with std::cout and ofLog when using QT [SOLVED]
@Christof wrote: Hi, this is kind of similar to this 6 year old thread https://forum.openframeworks.cc/t/run-an-openframeworks-app-from-a-terminal-and-no-cout-lt-lt/2344. I've been using oF v0.8.4...
View ArticleProblem loading TIFFS on oF v0.9.3 (QT)
@Christof wrote: Hi, when I try to run the oF v0.9.3 "blendingExample" app, build with msys2 + QT, I first get the following error:Then I got 20+ error messages of the following kind:I can click and...
View ArticleTCP server : socket not closing (already in use)
@FranMarelli wrote: Hi everyone, I'm trying to set up a TCP server application using ofxNetwork.In the ofApp::exit function I use tcpServer.close() to free the socket.It usually works but I'm getting...
View Article0.9.3 ProjectGenerator shows only white screen
@trek7 wrote: Hi. I just downloaded the latest 0.9.3 ofx version for windows and when I want to start the project generator, just a white screen shows up. I'm using windows 10 and I have VS2015...
View ArticleLighting doesn't work when I use ofCreateWindow(settings)
@asabanapal wrote: I'm using OF 0.9.3 on Windows 10 64 bit and have checked my GPU's drivers and capabilities and it's running OpenGL 4.3 A simple example of the problem is:When I run the...
View Article64bit libusb Kinect for windows 1517 - dll missing error + dll not valid...
@kkkkkkkk wrote: helo, I am still struggling to simply set up my kinect to this nuc thing i bought.. my goal is: simply set up a WINDOWS kinect on a windows 10 pro environment I tried with ubuntu...
View Article