(Android SDk 2.1) Getting error when I use setAudioSource and setVideoSource

Posted by Rainfer on Stack Overflow See other posts from Stack Overflow or by Rainfer
Published on 2010-03-16T02:33:24Z Indexed on 2010/03/16 5:46 UTC
Read the original article Hit count: 485

Filed under:
|
|
|
|

I got the follow error when I run setAudioSource and setVideoSource.

03-16 10:26:25.302: ERROR/audio_input(52): unsupported parameter: x-pvmf/media-input-node/cap-config-interface;valtype=key_specific_value

03-16 10:26:25.302: ERROR/audio_input(52): VerifyAndSetParameter failed

03-16 10:26:25.302: ERROR/CameraInput(52): Unsupported parameter(x-pvmf/media-input-node/cap-config-interface;valtype=key_specific_value)

03-16 10:26:25.302: ERROR/CameraInput(52): VerifiyAndSetParameter failed on parameter #0

This error happen on both emulator and the device. (I am using Google nexus one)

I have set the CAMERA and RECORD_AUDIO user permission already. I spent many days but I still cannot figure out what is the cause of this runtime error.

© Stack Overflow or respective owner

Related posts about android

Related posts about error