Jared Crawford

Results 5 comments of Jared Crawford

There is a version of ARKit I wrote for iWVU that does this. Check out JaredCrawford/iWVU to see how I did it. I would commit it back, but I'm swamped...

The relevant commit is http://github.com/JaredCrawford/iWVU/commit/c95e4c99151b84b6d670406aac72a98b3ff3895b sorry about the other odd files in there. The main thing that was necessary was to remove the camera overlay.

ARKit is woefully out of date and probably not App Store compatible anymore. Starting with 4.0, Apple gives access to a camera overlay view controller in UIKit. I don't know...

I think you're doing something wrong. I have this code working just fine. There may be some other issue. flowView = [[AFOpenFlowView alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.height)]; flowView.dataSource = self;...

I think this feature has already been accomplished by other users, but you should create your own fork of this project, implement your changes, and then use the "pull request"...