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

added videoFrameProcessor which rotate the videoframe by multiple of 90 degree #1169

Conversation

SHIVAJIKUMAR007
Copy link
Contributor

I have created a class by implementing VideoProcessor interface and get VideoFrame object in onFrameCaptured method

@saghul
Copy link
Member

saghul commented Jul 18, 2022

Good start! Now we need some form of registry with an interface, so users can register their own filters with a name and can enable them.

@SHIVAJIKUMAR007
Copy link
Contributor Author

I have created registry for register video effect and discard video effect

MediaStreamTrack._setVideoEffect(name) for effect registry
MediaStreamTrack._discardVideoEffect() to discard the effect

@Desintegrator
Copy link

@SHIVAJIKUMAR007 Hi! What about iOS? Can we implement such a video processor there?

@SHIVAJIKUMAR007
Copy link
Contributor Author

have a look on this
bipmeet@4e81295

@Desintegrator
Copy link

Desintegrator commented Aug 14, 2022

@SHIVAJIKUMAR007 cannot run even example project with bipmeet changes :(

@saghul
Copy link
Member

saghul commented Sep 23, 2022

Superseded by #1176

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

Successfully merging this pull request may close these issues.

None yet

3 participants