Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在纹理视图中使用 camera2。我希望在实时摄像头上添加某种图像或文本。例如。snapchat 在实时视图之上添加时间或速度的方式。
当我单击图片时,我想捕捉实时相机图像以及相机顶部的文本或图像视图。我似乎在网上找不到任何参考资料
理论上,如果基本布局是 FrameLayout,然后在索引为 0 的视图上设置纹理预览,那么之后添加的其余组件现在应该在顶部。