如何在相机预览上方绘图?

发布于 2024-12-02 23:10:28 字数 141 浏览 0 评论 0原文

我想在 Android 手机上打开相机时所得到的视图上画一些东西。

我不想只是从相机中拍摄照片或录制视频,然后在屏幕上画一些东西。

在屏幕上绘图不会出现问题,但是当我们打开相机时,我们会得到哪个视图以及如何在我们的应用程序中使用该视图?

I want to draw some thing on the view which we get when our camera is on in android mobile.

I do not want to take picture nor record video just that view from camera and then draw some thing on screen.

Drawing on screen will not be and issue but when we turn on camera which view we get and how can we use that view in our application?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

我的黑色迷你裙 2024-12-09 23:10:28

You'll want to check androids camera-API.

You can get the preview to display in a SurfaceView or your own View-subclass, which can then be used to draw on. Some more knowledge might be found here.

卸妝后依然美 2024-12-09 23:10:28

您可以使用RelativeLayout将其他视图与用于相机预览的surfaceView对齐

You can use a RelativeLayout to put other views aligned with the surfaceView used for camera preview

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