Custom-Video-Capture-with-Preview
Custom-Video-Capture-with-Preview copied to clipboard
Device hangs when setting the CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH)
Hi @vanevery , when setting the camcorderProfile configuration as follows:
camcorderProfile = CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH);
The device hangs and sometimes is restarted. I'm using a Samsung Galaxy Note GTN7000. I tried with this SO question with no sucess: http://stackoverflow.com/questions/7225571/camcorderprofile-quality-high-resolution-produces-green-flickering-video
Any suggestion?