android video recording with emulator
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
精彩评论