Camera中添加Camera的Zoom控件
我正在制作一个相机应用程序,其中我使用 Surface View 作为相机和所有其他东西。我从以下链接中获取了指南。
http://www.brighthub.com/mobile/google-android/articles /43414.aspx
现在一切正常,但问题是我在相机中看不到任何缩放控件和亮度控件。如何设置请指导我。
提前致谢
I am making a Camera application in which i am using Surface View for camera and all other stuffs. I took the guidelines from the following link.
http://www.brighthub.com/mobile/google-android/articles/43414.aspx
Now everything works fine but the problem is that i cant see any Zoom Controls and Brightness Controls in the camera. How to set that please Guide me.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在您的相机布局中添加 ZoomControls。
将这些变量添加到您的cameraActivity
然后将以下代码添加到您的surfaceChanged 方法中。
In your camera layout add ZoomControls.
add these variables to your cameraActivity
Then add following code to your surfaceChanged method.
将这些变量添加到您的 Activity 类中
添加到您的 onCreate 方法
中 将其添加到它自己的名为“custom.xml”的布局中
如果我以任何方式帮助您,请帮助我并查看我的 YouTube 频道,谢谢。
https://www.youtube.com/watch?v=MSdghmyCrOE?
add these variables to your Activity Class
add to your onCreate Method
add this in it's own layout called "custom.xml"
If I help you in any way help me out and check out my youtube channel THANKS.
https://www.youtube.com/watch?v=MSdghmyCrOE?