ofZach

Results 70 issues of ofZach

we are using a few icons (1x 2x) and launch screens but it's now preferred to use an asset catalog and on certain devices things like the keyboard are stretched...

Still debugging this but when you do : ``` finder.setMinArea(10); finder.setSortBySize(true); finder.findContours(diff); ``` and draw just the 1st polyline,it flickers all over -- when you do just ``` finder.setSortBySize(true); finder.findContours(diff);...

I am seeing an issue where when I set features before calling flow and read the features back they are the same. I can see that the features are actually...

this is a little strange, I'm still debugging it but thought I'd mention it here. if you load an image after arCore.setup() arcore seems to freeze when you close and...

pixel 2 xl phone - running android 8.1 installed arcore: adb install -r -d arcore-preview2.apk adb shell 'pm list packages -f' | grep tango **package:/system/app/TangoCore/TangoCore.apk=com.google.tango** when app launches: ``` 02-13...

hi! just trying to setup things using this excellent guide: https://medium.com/@ire_alva/getting-started-with-openframeworks-on-android-5202b92f6582 and your readme -- it seems like `android-camera-permissions` is a bit behind -- the ndk-verify.gradle refers to 12: ```...

in a multi-threaded context ofxLibwebsockets::Server is pretty aggressive since it doesn't have any sleeping going on (as far as I can see). I don't know the best solution, but in...

rich diff might help to make this easier to see. I basically did a find an replace on all smart single quotes. I figure it will help us standardize things...

there's a snippet in this chapter that is written like this: ``` for (int i =0; i < groupOfBalls.size(); i++) { float distance = ofDist(x,y, groupOfBalls[i].x, groupOfBalls[i].y); // a method...

in @golanlevin's chapter http://openframeworks.cc/ofBook/chapters/image_processing_computer_vision.html and at the end of: http://openframeworks.cc/ofBook/chapters/generativemesh.html this might be markdown related...