-
Notifications
You must be signed in to change notification settings - Fork 43
camera
cheyiliu edited this page Dec 23, 2014
·
9 revisions
- https://github.com/cheyiliu/camera/tree/master/camera_photobycamera (拍照)
- https://github.com/cheyiliu/camera/tree/master/camera_MediaRecorderDemo (录像+录音)
- http://developer.android.com/training/camera/cameradirect.html
- http://developer.android.com/guide/topics/media/camera.html
- camera This class was deprecated in API level 21. http://developer.android.com/reference/android/hardware/Camera.html
- camera2 Added in API level 21 http://developer.android.com/reference/android/hardware/camera2/package-summary.html
- demo use exist app to take photo or video http://developer.android.com/training/camera/videobasics.html
- demo mediaRecorder
- demo use camera to take picture http://blog.csdn.net/yanzi1225627/article/details/33313707
Just build something.