这是一个Android上的自定义录像机demo。这个demo实现了横屏(全屏)模式下的录像,并带有自动对焦功能。并且可以查看录制好的.mp4文件。 这也是我在csdn的博客《Android自定义录像(一)之录像功能实现(附demo源码)》的demo源代码。博客中有对源码的使用和原理作介绍并有截图。
资源文件列表
VideoRecorderTest-master/LICENSE , 11357
VideoRecorderTest-master/README.md , 386
VideoRecorderTest-master/VideoRecorderTest/.gitignore , 97
VideoRecorderTest-master/VideoRecorderTest/.idea/.name , 17
VideoRecorderTest-master/VideoRecorderTest/.idea/compiler.xml , 686
VideoRecorderTest-master/VideoRecorderTest/.idea/copyright/profiles_settings.xml , 74
VideoRecorderTest-master/VideoRecorderTest/.idea/encodings.xml , 159
VideoRecorderTest-master/VideoRecorderTest/.idea/gradle.xml , 626
VideoRecorderTest-master/VideoRecorderTest/.idea/misc.xml , 2932
VideoRecorderTest-master/VideoRecorderTest/.idea/modules.xml , 371
VideoRecorderTest-master/VideoRecorderTest/.idea/runConfigurations.xml , 564
VideoRecorderTest-master/VideoRecorderTest/app/.gitignore , 7
VideoRecorderTest-master/VideoRecorderTest/app/build.gradle , 805
VideoRecorderTest-master/VideoRecorderTest/app/proguard-rules.pro , 645
VideoRecorderTest-master/VideoRecorderTest/app/src/androidTest/java/com/alanjet/videorecordertest/ApplicationTest.java , 360
VideoRecorderTest-master/VideoRecorderTest/app/src/main/AndroidManifest.xml , 1159
VideoRecorderTest-master/VideoRecorderTest/app/src/main/java/com/alanjet/videorecordertest/MainActivity.java , 10002
VideoRecorderTest-master/VideoRecorderTest/app/src/main/java/com/alanjet/videorecordertest/SetVideoActivity.java , 1508
VideoRecorderTest-master/VideoRecorderTest/app/src/main/java/com/alanjet/videorecordertest/ShowVideoActivity.java , 3242
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/drawable/filemanage.png , 4991
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/drawable/folder.png , 2583
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/drawable/line.xml , 230
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/drawable/preferenceindicate.png , 228
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/drawable/rec_start.png , 2883
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/drawable/rec_stop.png , 2810
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/drawable/settings.png , 4039
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/drawable/switchcamera.png , 1150
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/drawable/wait.png , 1930
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/drawable/watermark.png , 10900
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/layout/activity_main.xml , 3387
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/layout/activity_set_video.xml , 4610
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/layout/activity_show_video.xml , 606
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/layout/item_show_video.xml , 731
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/mipmap-hdpi/ic_launcher.png , 3418
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/mipmap-mdpi/ic_launcher.png , 2206
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/mipmap-xhdpi/ic_launcher.png , 4842
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/mipmap-xxhdpi/ic_launcher.png , 7718
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png , 10486
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/values-w820dp/dimens.xml , 358
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/values/colors.xml , 455
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/values/dimens.xml , 211
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/values/strings.xml , 2517
VideoRecorderTest-master/VideoRecorderTest/app/src/main/res/values/styles.xml , 381
VideoRecorderTest-master/VideoRecorderTest/app/src/test/java/com/alanjet/videorecordertest/ExampleUnitTest.java , 322
VideoRecorderTest-master/VideoRecorderTest/build.gradle , 498
VideoRecorderTest-master/VideoRecorderTest/gradle.properties , 855
VideoRecorderTest-master/VideoRecorderTest/gradle/wrapper/gradle-wrapper.jar , 53637
VideoRecorderTest-master/VideoRecorderTest/gradle/wrapper/gradle-wrapper.properties , 230
VideoRecorderTest-master/VideoRecorderTest/gradlew , 4971
VideoRecorderTest-master/VideoRecorderTest/gradlew.bat , 2314
VideoRecorderTest-master/VideoRecorderTest/settings.gradle , 15
