Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android video record libraries

Tags:

android

video

everyone! I have a question. I need some video recorder (library project) which offer the possibility to set programmatically the maximum output file size and resolution of recording video. I know that native android video recorder allows to set max output file size, but it allows to set only two type of quality(best and worst). I need at least three different video resolutions. So maybe someone know library which can help me to solve my problem?

Also good to have: -zoom; -autofocus; -flash;

Thanks!

like image 830
Vito Avatar asked May 30 '14 08:05

Vito


1 Answers

The best libraries which I found:

  • CWAC-Camera library (https://github.com/commonsguy/cwac-camera);
  • OpenCamera (http://opencamera.sourceforge.net/). But Open Camera is released under the GPL v3. The source code is available from https://sourceforge.net/projects/opencamera/files/.
like image 118
Vito Avatar answered Oct 05 '22 08:10

Vito