为什么我的相机预览不符合布局?

发布于 2024-11-09 07:23:07 字数 126 浏览 0 评论 0原文

我正在为相机预览创建一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

素衣风尘叹 2024-11-16 07:23:07

这就是在默认相机应用程序中的完成方式: 布局文件源代码

有一个容器根据给定的宽高比执行特殊的布局过程。我认为您可以根据您的需求调整此解决方案。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文