MR-MaoJiu / beauty_cam

BSD 3-Clause "New" or "Revised" License
46 stars 12 forks source link

Full screen video recording #5

Closed zamargab closed 1 year ago

zamargab commented 1 year ago

Thanks for this awesome package. I want the recording screen to take the entire screen height and screen width, is this possible at the moment?

Eagerly awaiting your response.

MR-MaoJiu commented 1 year ago

Hello, I’m not quite clear about what you mean. If you’re referring to filling the screen with the camera image, it is currently displayed in fullscreen. However, if you want to customize it, there is currently no exposed interface to achieve that. If you need it, you can fork a copy of the code and implement it yourself. You just need to expose the width and height of Android and iOS separately!

zamargab commented 1 year ago

Let me provide more explanation, This is what i want to achieve

This is what the package produces

zamargab commented 1 year ago

This is a more detailed view of what the package produces

MR-MaoJiu commented 1 year ago

93f721cae4ef2d34003dfda012e4e0e This is an example of our project. You can try to run the plug-in example. I’m not sure if it’s a problem with your use. If it doesn’t work, you can choose to clone a copy of the code locally and then modify the corresponding code. I will tell you later. Or you can wait until I have time to upgrade the version.

MR-MaoJiu commented 1 year ago

Okay, I see what you mean, if you give me a star now I think I will fix this problem tonight😂

MR-MaoJiu commented 1 year ago

Sorry, I forgot my MacBook. I'll probably have to wait until after my vacation the day after tomorrow to fix this problem /(ㄒoㄒ)/~~

zamargab commented 1 year ago

Ok. I will give you a star 😂, I will be expecting the update day after tomorrow. Thanks a lot. You did a great job with the package.

MR-MaoJiu commented 1 year ago

Thank you, I will continue to work hard, but I don’t have much time recently

MR-MaoJiu commented 1 year ago

I'm sorry that I can't fix this problem in the short term, because when I fixed it, I found that the resolution would be reduced. Maybe you can consider referring to the Camera plug-in to modify your code. If you have enough time, you can also clone a copy of the code. Make changes locally.

MR-MaoJiu commented 1 year ago

I fixed the issue and now you can use the latest version

zamargab commented 1 year ago

Thanks for this.