Build a custom video recording screen for Android device.
videorecoder is hosted in the following web site
https://github.com/quocnhat7/videorecoder
If you think the Android project videorecoder listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of videorecoder.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [hdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 9 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.CAMERA android.permission.FLASHLIGHT android.permission.RECORD_AUDIO android.permission.WRITE_EXTERNAL_STORAGE |
There are 5 image files in videorecoder. The names of the image files are listed as follows.
pause.png play.png video_record.png video_stop.png videocall_switch_camera.png
The following screenshort is generated from the image listed above.
videorecoder has the following Java source files.
com.nhatnq.videorecorder.CameraHelper.java com.nhatnq.videorecorder.CameraWrapper.java com.nhatnq.videorecorder.Util.java com.nhatnq.videorecorder.core.BaseRecorder.java com.nhatnq.videorecorder.core.DefaultVideoRecorder.java com.nhatnq.videorecorder.ui.VideoPreviewActivity.java com.nhatnq.videorecorder.ui.VideoRecordingActivity.java com.nhatnq.videorecorder.view.NiceVideoView.java