natario1 / CameraView

📸 A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing all of the common issues and needs. Real-time filters, gestures, watermarks, frame processing, RAW, output of any size.
https://natario1.github.io/CameraView
Other
4.96k stars 939 forks source link

Camera sound when video capture start and end #1222

Open Usama99786 opened 1 year ago

Usama99786 commented 1 year ago

I want to disable the sound when the video recording starts and end. I tried cameraPlaySounds=false but it only works for image capture shutter sound

EzequielAdrianM commented 1 year ago

As far as I know, in the old Camera1, the shutter sound cannot be turned off. Camera2 can be modified.