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

Get rid of the camera shutter sound on Android 13 #476

Open
kubawww1 opened this issue Jan 15, 2024 · 4 comments
Open

Get rid of the camera shutter sound on Android 13 #476

kubawww1 opened this issue Jan 15, 2024 · 4 comments
Assignees
Labels
Enhancement New feature or request

Comments

@kubawww1
Copy link

On Android 13 if you snap a camera picture on server, the snap sound is heard on the client side. I would appreciate if you find any way to get rid of the sound or just allow us to look at the live camera recording and take screenshots just on the server side.

@Morsmalleo Morsmalleo added the Enhancement New feature or request label Jan 16, 2024
@Morsmalleo
Copy link
Owner

Morsmalleo commented Jan 16, 2024

I'm working on the client/payload as we speak, so I'll put this on my list of things to do for the payload/client 😁

@Morsmalleo
Copy link
Owner

On Android 13 if you snap a camera picture on server, the snap sound is heard on the client side. I would appreciate if you find any way to get rid of the sound or just allow us to look at the live camera recording and take screenshots just on the server side.

I can certainly implement this feature but don't expect it to work on all devices because some devices enable this Android Feature permanently by law in the states they're manufactured in.

So I can certainly implement the code for it, but it may not work on all devices unfortunately, and there's nothing I can do about that either because that sort of restriction is found in the Android OS itself

@kubawww1
Copy link
Author

On Android 13 if you snap a camera picture on server, the snap sound is heard on the client side. I would appreciate if you find any way to get rid of the sound or just allow us to look at the live camera recording and take screenshots just on the server side.

I can certainly implement this feature but don't expect it to work on all devices because some devices enable this Android Feature permanently by law in the states they're manufactured in.

So I can certainly implement the code for it, but it may not work on all devices unfortunately, and there's nothing I can do about that either because that sort of restriction is found in the Android OS itself

I have heard about it and I was worried that you can't bypass this by any means but I hope that the live camera feature is added soon so we can take pictures on our side while watching the camera without notifying the client.

Thank you for your response!

@WHZAndrew
Copy link

I can certainly implement this feature but don't expect it to work on all devices because some devices enable this Android Feature permanently by law in the states they're manufactured in.

So I can certainly implement the code for it, but it may not work on all devices unfortunately, and there's nothing I can do about that either because that sort of restriction is found in the Android OS itself

Perhaps you can completely mute the speakers, momentarily, while the camera shutter is used?

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

No branches or pull requests

3 participants