python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Android MediaRecorder - record video without audio
How I can record video only with MediaRecorder? I found the solution that simply leaving out the AudioSource will do that but unfortunately doesn't work on Android 10+. If I do that MediaRecorder.prep...
akicay
Votes: 0
Answers: 2
Android - How to get a screen recording's frames in real time using MediaRecorder
I am trying to create an app that records the device's screen and displays it to an ImageView frame by frame. So far I have only implemented a screen recorder sourced from this link. When the recordin...
Noam Suissa
Votes: 0
Answers: 1
ERROR : onRequestPermissionsResult: prepare() failedjava.io.FileNotFoundException: /data/audio.3gp: open failed: EACCES (Permission denied)
I am developing a audio recorder app using Media recorder for android(java). Here, I have to set the path of the audio file using the SetOutputFile(). I did try a few codes to set the file output path...
Coder25
Votes: 0
Answers: 0