这例子不错..
调用系统定义相机拍照
[url]http://www.cnblogs.com/greatverve/archive/2012/03/15/android-carema.html###[/url]
Android笔记 七 Android Sensor感应器介绍(三)获取用户移动方向,指南针原理
[url]http://www.2cto.com/kf/201111/110233.html[/url]
[url]http://blog.chinaunix.net/uid-26727976-id-3173141.html[/url]
[url]http://blog.youkuaiyun.com/stevenliyong/article/details/4555331[/url]
Android Camera 使用小结
[url]http://www.cnblogs.com/franksunny/archive/2011/11/17/2252926.html[/url]
android调用camera实现自定义照相
[url]http://hellorheaven.iteye.com/blog/1461463[/url]这个不好用,报错..md,千万别用..浪费时间
android:实现自己的拍照Activity
[url]http://blog.sina.com.cn/s/blog_476d58ef0100par7.html[/url]
这个cdztop给我的...很好用,,,谢谢他了....当然也谢谢博主
[url]http://wjhhanbao.iteye.com/blog/1008511[/url]
自定义相机权限:
向SurfaceView添加控件的经典例子。。。真不找的。。。
[url]http://www.himigame.com/android-game/306.html[/url]
[url]http://158067568.iteye.com/blog/906003[/url]
[size=large][color=red]相机报错解决:[/color][/size]
1.
[url]http://blog.163.com/smily_happy/blog/static/182289166201161012448243/[/url]
[url]http://bbs.gfan.com/android-3622995-1-1.html[/url]
md,夜路走多了,啥鬼都能碰到。。。重启解决。。。。应该是由什么文件占用了Camera
2.
重新找了一段,可用,但现在还是 不明白是什么原因=引起这个问题。
调用系统定义相机拍照
[url]http://www.cnblogs.com/greatverve/archive/2012/03/15/android-carema.html###[/url]
Android笔记 七 Android Sensor感应器介绍(三)获取用户移动方向,指南针原理
[url]http://www.2cto.com/kf/201111/110233.html[/url]
[url]http://blog.chinaunix.net/uid-26727976-id-3173141.html[/url]
[url]http://blog.youkuaiyun.com/stevenliyong/article/details/4555331[/url]
Android Camera 使用小结
[url]http://www.cnblogs.com/franksunny/archive/2011/11/17/2252926.html[/url]
android调用camera实现自定义照相
[url]http://hellorheaven.iteye.com/blog/1461463[/url]这个不好用,报错..md,千万别用..浪费时间
android:实现自己的拍照Activity
[url]http://blog.sina.com.cn/s/blog_476d58ef0100par7.html[/url]
这个cdztop给我的...很好用,,,谢谢他了....当然也谢谢博主
[url]http://wjhhanbao.iteye.com/blog/1008511[/url]
自定义相机权限:
<uses-permission android:name = "android.permission.CAMERA" />
<uses-feature android:name = "android.hardware.camera" />
<uses-feature android:name = "android.hardware.camera.autofocus" />
向SurfaceView添加控件的经典例子。。。真不找的。。。
[url]http://www.himigame.com/android-game/306.html[/url]
[url]http://158067568.iteye.com/blog/906003[/url]
[size=large][color=red]相机报错解决:[/color][/size]
1.
java.lang.RuntimeException: Fail to connect to camera service
[url]http://blog.163.com/smily_happy/blog/static/182289166201161012448243/[/url]
[url]http://bbs.gfan.com/android-3622995-1-1.html[/url]
md,夜路走多了,啥鬼都能碰到。。。重启解决。。。。应该是由什么文件占用了Camera
2.
04-23 23:34:43.075: E/AndroidRuntime(21714): java.lang.RuntimeException: startPreview failed
重新找了一段,可用,但现在还是 不明白是什么原因=引起这个问题。