android相机使用总结
这例子不错..
调用系统定义相机拍照
http://www.cnblogs.com/greatverve/archive/2012/03/15/android-carema.html###
Android笔记 七 Android Sensor感应器介绍(三)获取用户移动方向,指南针原理
http://www.2cto.com/kf/201111/110233.html
http://blog.chinaunix.net/uid-26727976-id-3173141.html
http://blog.csdn.net/stevenliyong/article/details/4555331
Android Camera 使用小结
http://www.cnblogs.com/franksunny/archive/2011/11/17/2252926.html
android调用camera实现自定义照相
http://hellorheaven.iteye.com/blog/1461463这个不好用,报错..md,千万别用..浪费时间
android:实现自己的拍照Activity
http://blog.sina.com.cn/s/blog_476d58ef0100par7.html
这个cdztop给我的...很好用,,,谢谢他了....当然也谢谢博主
http://wjhhanbao.iteye.com/blog/1008511
自定义相机权限:
<uses-permission android:name = "android.permission.CAMERA" /><uses-feature android:name = "android.hardware.camera" /><uses-feature android:name = "android.hardware.camera.autofocus" />
java.lang.RuntimeException: Fail to connect to camera service
04-23 23:34:43.075: E/AndroidRuntime(21714): java.lang.RuntimeException: startPreview failed