It seems, I am stucked with that. The CamEx2 class comes with so many parameter settings, like AF_MODE "OFF", "AUTO", ... or EFFECT_MODE "OFF", "MONO", ...
Could it be possible, to set the video quality as explaned
here?
Something like intent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 0); ?
or CamcorderProfile mProfile = CamcorderProfile.get(CamcorderProfile.QUALITY_LOW);?
Sorry, my knowlige in java is zero. I am not able to do this extension in the CamEx2 by myself. But I think, it would be a great thing, to create also smaller videos, which can be transfered via internet.
The other solution could be, to compress a large video in a second step. But also for this I could not find a way.