开发者

android video recording with emulator

开发者 https://www.devze.com 2023-01-14 03:56 出处:网络
1) is it possible to record videos and audios using android emulator(using webcam) ? , an开发者_StackOverflow社区d storing the recorded video or audio into the pc possibly as

1) is it possible to record videos and audios using android emulator(using webcam) ? , an开发者_StackOverflow社区d 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

0

精彩评论

暂无评论...
验证码 换一张
取 消