为什么我的相机预览不符合布局?
我正在为相机预览创建一个 SurfaceView 并尝试让它占据一个小于整个屏幕的矩形,但它忽略了我的布局命令。
我认为我做错了什么,但找不到有人将预览设置到较小容器中的示例。
感谢所有建议(或示例提示)。
I'm creating a SurfaceView for my camera preview and attempting to have it occupy a rectangle that's smaller than the entire screen, but it's ignoring my layout command.
I assume I'm doing something wrong, but can't find an example of someone setting the preview into a smaller container.
All advice (or pointers to examples) appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是在默认相机应用程序中的完成方式: 布局文件和源代码。
有一个容器根据给定的宽高比执行特殊的布局过程。我认为您可以根据您的需求调整此解决方案。
That's how it's done in the default Camera application: layout file and source code.
There's a container that performs a special layout procedure depending on a given aspect ratio. I think you can adapt this solution to your needs.