Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video in iOS 8.4, Xcode 7.0.1 & opencv-3.0.0 #13

Open
DataZombies opened this issue Oct 6, 2015 · 6 comments
Open

Video in iOS 8.4, Xcode 7.0.1 & opencv-3.0.0 #13

DataZombies opened this issue Oct 6, 2015 · 6 comments

Comments

@DataZombies
Copy link

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.

@BloodAxe
Copy link
Owner

BloodAxe commented Oct 8, 2015

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.!

@DataZombies
Copy link
Author

PR submitted.

@danamajid
Copy link

Same here – video mode is not working. Any news?

@wolever
Copy link

wolever commented Dec 3, 2015

I'm having the same issue with video: the video gets a bit choppy for some filters (ex, cartoon), but it's not changed.

@stanchiang
Copy link

^bump video demos not working for me either. any leads? if not i can try to look into it

@stanchiang
Copy link

oh actually for me just commenting back in the line outputFrame.copyTo(image); does it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants