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

Where can add or enable face detect in this project? #377

Open
kikokuo opened this issue Aug 22, 2022 · 2 comments
Open

Where can add or enable face detect in this project? #377

kikokuo opened this issue Aug 22, 2022 · 2 comments

Comments

@kikokuo
Copy link

kikokuo commented Aug 22, 2022

Hello,
I using this project to implement live streaming app. It's work great.
But I need face detect function to add some specail filter for user.
If I want to add AVCaptureMetadataOutput to support face detect, where is easy to add it?
Or what suggest do you prefer??

@hongkong792
Copy link

hongkong792 commented Aug 22, 2022 via email

@kikokuo
Copy link
Author

kikokuo commented Aug 22, 2022

嗨:
有找到一個interface 如底下程式碼 感覺就是用來作face detection的interface
不過程式碼位於GPUIMAGEVIDEOCAMERA.m
沒有特地打開這個callback
是不是要自己打開這個interfcae的callback?
還是有甚麼建議作法呢?
謝謝

//Delegate Protocal for Face Detection.
@protocol GPUImageVideoCameraDelegate

@optional

  • (void)willOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer;
    @EnD

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

2 participants