Android Camera Basics
1、 Overview this chapter mainly describes the relevant knowledge points of Android camera, mainly including three aspects: thumbnail generated by Android startup system camera, original image generated by Android startup system camera and Android custom camera.
2、 Android boot system camera
Core code:
3、 Android custom camera
1. Steps to customize the camera:
Create camera create surfaceview associate camera and surfaceview adjust camera display effect customize camera preview interface
2. Core code: Custom camera customcameraactivity.java
Generate picture result page captureresultactivity.java
4、 Project source code download
http://xiazai.jb51.net/201701/yuanma/AndroidCamera (jb51.net).rar
The above is the whole content of this article. I hope it will be helpful to your study, and I hope you can support programming tips.