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

Can a screen recording be limited to a specific UIView? #234

Open
ohansemmanuel opened this issue Sep 25, 2020 · 4 comments
Open

Can a screen recording be limited to a specific UIView? #234

ohansemmanuel opened this issue Sep 25, 2020 · 4 comments
Labels

Comments

@ohansemmanuel
Copy link

ohansemmanuel commented Sep 25, 2020

Hi there! New to the library and was curious it supported screen recording.

Specifically, can I limit a screen recording to just capture frames from a specific UIView e.g. ignoring the record button or a general bottom UI?

Cheers!

@piemonte
Copy link
Contributor

hey @ohansemmanuel this library is focused on recording frames captured by the camera (ignoring the UI and just capturing the video). you can also process those frames to add other content to it (like AR or filters etc)

if you're looking to record just any view and not camera frames, then you can use this component:

https://github.com/NextLevel/ViewRecorder

(sorry, just open sourced it for you, so it's a little bit bare bones)

@ohansemmanuel
Copy link
Author

Many thanks 🙏🙏🙏🙏🙏🙏🙏🙏 @piemonte

I'll go through the source code and perhaps contribute to documenting the ViewRecorder component. Many thanks again!

@piemonte
Copy link
Contributor

@ohansemmanuel forgive me, i didn't include one of the needed components for that code i shared, added it, incase you're still interested. VideoWriter

@krunalVanwari
Copy link

@piemonte I want to record the view but for for me its not working "ViewRecorder" please can you explain how to use it or can you help me in one thing that I want to achieve I want a timeStamp to a video while it is recording I tried many things but I am not able to get this please help me I am in a bewildered state.

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

No branches or pull requests

3 participants