gpt4 book ai didi

java - Android Studio Camera2预览屏幕无法添加UI

转载 作者:行者123 更新时间:2023-12-01 16:18:31 25 4
gpt4 key购买 nike

Android Studio Camera2预览屏幕无法添加UI。我想知道是否可以在相机预览屏幕上添加其他 UI? (标题栏、按钮、文本等)我尝试在XML设置中添加上述UI元素,但执行过程中仍然没有响应。

以下是我的activity_main.xml代码:

    <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="10dp"
android:orientation="vertical"
tools:context=".MainActivity">

<FrameLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="657dp"
android:background="#000"
android:orientation="vertical"
tools:context=".MainActivity">
</FrameLayout>

</RelativeLayout>

以下是我的fragment_camera.xml代码:

    <?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="10dp"
android:orientation="vertical"
tools:context=".CameraFragment">

<com.lightweh.camera2preview.AutoFitTextureView
android:id="@+id/textureView"
android:layout_width="wrap_content"
android:layout_height="match_parent"/>

</FrameLayout >

其他代码可以引用: https://github.com/xGonZh10n/Camera2Preview

最佳答案

有什么错误吗?你能给我们看看错误日志吗?检查您在 Android list 中的权限。也许你错过了这一行。

<uses-permission android:name="android.permission.CAMERA" />

我有一个建议给你。 Camera2API 比其他自定义库更容易集成。引用:https://developer.android.com/guide/topics/media/camera

关于java - Android Studio Camera2预览屏幕无法添加UI,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62336880/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com