运行我自己的相机
我是 Java 和 Android 的初学者,在启动相机时遇到问题。准确地说,我需要一个在我控制之下的小型相机预览。 (我想在中间放一个视线)。我尝试将其粘贴到我的项目中: http://developer.android .com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/CameraPreview.html 但是,在我天真的“修复”之后,在开始任何操作之前,程序崩溃了,有很多错误。 我尝试用google搜索了很长一段时间,但没有成功。 有人拥有可以毫无问题地工作的东西吗?一个项目就好了:)
提前致谢 再见
I'm a beginner to Java and Android, and I have a problem with launching a camera. Precisely I need a small camera preview that would be under my control. (I want to put a sight in the middle of it). I tried to paste this to my project:
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/CameraPreview.html
But there are loads of errors, after my naive 'fixing', program crashes, before starting anything..
I tried searching google for quite a long time, unsuccessfully.
Is somebody in posession of something that would just work without problems? A project would be nice :)
Thanks in advance
Bye
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的 onCreate 方法中,提供以下几行,
并在您的 onCreate 下方提供这些方法。你的相机已经准备好了。
in your onCreate method, provide the below lines,
And below your onCreate, provide these methods. your camera is ready.