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

在与GPUImage配合使用的时候总是crash,是我的姿势不对吗? #44

Open
hustdestiny opened this issue Jul 11, 2018 · 0 comments

Comments

@hustdestiny
Copy link

  • (void)willOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer {
    MGImageData *imageData = [[MGImageData alloc] initWithSampleBuffer:sampleBuffer];
    [self.manager beginDetectionFrame];
    NSArray *tempArray = [self.manager detectWithImageData:imageData];
    [self.manager endDetectionFrame];
    }
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

1 participant