简体   繁体   中英

android video recording with emulator

1) is it possible to record videos and audios using android emulator(using webcam) ? , and storing the recorded video or audio into the pc possibly as

recorder.setOutputFile("C:/test.mp4");

According to the Android Emulator page it is not possible to record videos, see section "Emulator Limitations":

No support for camera/video capture (input).

Audio recording is supported by the emulator, you can use the -audio-in switch when starting the emulator to specify the audio backend

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM