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.
是否可以仅在 SurfaceView 的一部分中绘制相机?还是在同一个 SurfaceView 上绘制不同的东西?
你想达到什么目的?您不能将相机预览发送到 SurfaceView 的一部分,但您可以调整此 View 的大小,并在其周围放置其他视图,甚至在其顶部。后者是在同一个 SurfaceView 上绘制不同事物的替代方法。