Jason Van Cleave
Jason Van Cleave
This is with 0.9.8 but there are differences in Release/Debug so may offer a clue Release:  Debug: 
This always seems to interfere if I have an existing app orientation - I just comment it out https://github.com/openframeworks/openFrameworks/blob/master/addons/ofxiOS/src/core/ofxiOSViewController.mm#L28
@kylemcdonald see if ofGetScreenWidth/Height gives you better values I've been working with iOS/OF quite a bit in the last year or so and I often have to do a lot...
I just tried master on my RPI2 and it seemed ok but took a long time after I hit 2 for STOP RECORDING. Can you see if you get the...
I wonder if it is switching to 640x480 from this [page](https://www.raspberrypi.org/blog/new-camera-mode-released/) ``` 2592×1944 1-15fps, video or stills mode, Full sensor full FOV, default stills capture 1920×1080 1-30fps, video mode, 1080p30...
seems like it https://www.raspberrypi.org/forums/viewtopic.php?p=1064553#p1064553
this seems to allow it to compile - haven't actually used it yet `cv::inpaint((const cv::_InputArray)scaled.getCvImage(), (const cv::_InputArray) scaledMask.getCvImage(), imgg, inpaintRadius, cv::INPAINT_NS);`
I am wondering if this is a locale issue? possibly related #78
Nice! sounds good to me!
I don't think OF-VK is being developed any further. I would say remove it (at least for know) if it doesn't cause any issues