OF 0.95 armv7 Can't access 'build/kiss , 'build/tess2
@slab wrote: Greetings,When using ./install_dependencies the error "chown: cannot access 'build/kiss" and "...'build/tess2" occurs. Initially the same error displayed with poco. I found this thread...
View ArticleFirst time standalone app
@mindthegap wrote: Hello, I have some questions... on my machine runs the application perfectly, now I want to start on another computer. How can I create an application that runs without the...
View ArticleHow to find out translated coordinate in the middle of draw()?
@cuinjune wrote: HI, I would like to know if it is possible to find out the currently translated x,y coordinate in the middle of the draw() function. For example, let's say I called ofTranslate()...
View ArticleKinectforwindows
@mindthegap wrote: hello, I tried to compile a release version with the ofxkinectforwindows. I got: Cannot open include file: 'Kinect.h': No such file or directory (compiling source file...
View ArticleFBO as desktop wallpaper
@Regi wrote: Hello Everyone, I was wondering if there's a way to set an FBO as a desktop wallpaper (any platform). is that technically possible?If so, what sort of performance can I expect in terms of...
View ArticleTwitter API (OAuth) and openframeworks / c++
@schnurbert wrote: Hello, I've been searching and trying out for a week now, do you know any addons or working solutions to connect to the Twitter API? (which means oauth2)In my case (app-only...
View ArticleofxTimer example
@saraap13 wrote: Hello, In my program, I must to repeat the same draw every 500ms. I think that it could be easy with ofxTimer addon but there aren't any example, so I don't know how to program that....
View ArticleTrouble setting up QtCreator 4.0.1 with 0.9.4 on Ubuntu 16.04
@swagath wrote: I'm using: Ubuntu 16.04.of 0.9.4QtCreator 4.1.0 Followed the guide here: http://openframeworks.cc/setup/linux-install/. Can successfully build examples using make, no issues. I'd first...
View ArticleError installing oF 0.9.* in Ubuntu 12.04
@kovicic wrote: Hi I've installed the dependencies, it said that all them were installed correctly, however when I run the OF compilation script compileOF.sh it throws the following errors (all of...
View ArticleGetting video frames to call void ofImage_::drawSubsection
@elliot wrote: I am looking at trying to load in a video and get the frames so I can use them in a vector of ofImage. I want to be able to play back a section of the video by calling drawSubsection()....
View ArticleHow to use accelerometer data on Microsoft Surface Pro?
@scoland wrote: I noticed ofxAccelerometerHandler supports iOS and Android, but I was wondering if anyone had experience using accelerometer data on a Windows device. Posts: 1 Participants: 1 Read...
View ArticleOpenframworks in Rpi 3 Arm 8
@ThreeDOgs wrote: 27.10.2016 I understand that the rpi 3 is a v8 ARM device. All the install documentation is about rpi1 and rpi2 but nothing about a Rpi3 Arm8. What is the best method to install...
View ArticleBest way to start OF from scratch in OpenCV
@pavankumar_kavvuri wrote: Hi there, I am Pavan. I am a budding developer in C++. I love to develop things using computer vision and Opencv. Recently I heard of OF and delighted to know that you have...
View ArticleReceiving video frames from callback (best practices)
@Jordi wrote: Hi all, I just would like to know about best practices when receiving frames(long chunks of bytes) from callback functions. Could anyone please point me to any addon using callbacks. It...
View ArticleOFxNSWindower Add-On & OF 9.4
@lkishfy wrote: Been having some trouble using the OFxNSWindower add on, thinking it may have to do with how old the add on is. Is anyone successfully running this add on with OF 9.4 and could offer...
View ArticleGet slider value from another different class
@saraap13 wrote: Hello guys! I am having some problems getting the value of a slider which is defined in the class ofapp from another class...My code is here: //ofApp.h #include "ofMain.h" #include...
View ArticleConfigure qt for OF
@pavankumar_kavvuri wrote: I have successfully installed OF on Linux as well as QT. But I am unable to find guide or tutorials regarding how to configure qt for OF. I followed this...
View ArticleAbout OfxFacetracker example-blink
@kusasa wrote: Hello. I'm using Win10,Visual Studio Community 2015.I'm trying to load these samples,https://github.com/kylemcdonald/ofxFaceTrackerEspecially "example-blink"."example-advansed" and...
View ArticleCommunicate with ble devices on ios
@gustaf wrote: Hi, I've got a Xiaomi heart rate band. I would like to somehow get the heart rate data out that into an ofx sketch running on my iphone. I've tried to use...
View ArticleRotation around another node
@mindthegap wrote: hello, I am a bit confused how to use the setarent, rotateAround stuff. ok, in the setup I create two spherechildSphere.setParent(parentSphere); in the update and draw cycle I move...
View Article