A sample camera (video capture) application created by Marakana to support Android training courses.
VideoCaptureDemo is hosted in the following web site
https://github.com/twitter-university/VideoCaptureDemo
If you think the Android project VideoCaptureDemo 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 VideoCaptureDemo.
Item | Value |
---|---|
Java File Count | 3 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 10 |
Activity Count | 2 |
Required Permissions | android.permission.CAMERA android.permission.RECORD_AUDIO android.permission.WRITE_EXTERNAL_STORAGE |
There are 5 image files in VideoCaptureDemo. The names of the image files are listed as follows.
ic_delete.png ic_media_play.png ic_media_stop.png ic_menu_back.png ic_menu_camera.png
The following screenshort is generated from the image listed above.
VideoCaptureDemo has the following Java source files.
com.marakana.android.videocapturedemo.CameraPreview.java com.marakana.android.videocapturedemo.VideoCaptureActivity.java com.marakana.android.videocapturedemo.VideoPlaybackActivity.java