Video in iOS 8.4, Xcode 7.0.1 & opencv-3.0.0
Thanks for the tutorial. It should help with a important project I'm on. I've run into some issues with tutorial, though.
The demos on images work ok, but I don't think video is working.
- It appears that none of the video examples work. For example, In the Object tracking demo nothing is tracked after I tap the captureReferenceFrame button.
- The app crashes in VideoViewContoller.mm in
- (IBAction)toggleCameraPressed:(id)sender
{
[self.videoSource switchCameras];
}
There's also layout issues in the storyboards and depreciation errors, but I can fix those.
Thanks for you time.
Hi! Thanks for the report. Will take a look on what's wrong with video mode. Meanwhile, if you can send me PR with fixes to storyboards layout issues - I would really appreciate that.!
PR submitted.
Same here – video mode is not working. Any news?
I'm having the same issue with video: the video gets a bit choppy for some filters (ex, cartoon), but it's not changed.
^bump video demos not working for me either. any leads? if not i can try to look into it
oh actually for me just commenting back in the line outputFrame.copyTo(image); does it.