(android Sdk 2.1) Getting Error When I Use Setaudiosource And Setvideosource
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;
Solution 1:
You're probably requesting camera and/or sound input parameters that the system doesn't support. You can use Camera.Parameters.getSupportedXX()
functions to query for supported parameters.
Post a Comment for "(android Sdk 2.1) Getting Error When I Use Setaudiosource And Setvideosource"