Android Video Preview Goes blank after stop recording
I tried the snippet in this link.
Recording works fine but the screen goes blank on stop recording. I even tried removing recorder.release(); in the stop fu开发者_如何学JAVAnction but still the screen goes blank.
Kindly help me resolving this issue.
I am also facing the same issue but i have not used SurfaceHolder. I have used only intent to call camera and it works fine till the time i give output path to it..
You can try this. just dont provide output path/name to your camera and it will work fine.It will store the video in its default format.
精彩评论