从surfaceView获取视图坐标

时间:2019-04-01 15:22:36

标签: java android surfaceview

enter image description here在我的布局中使用了表面视图。我正在通过相机源回调捕获当前视图并拍照。现在,我想从通过回调获得的位图图像中获取矩形位置的坐标。请原谅我的问题形成。帮助我获取基于矩形视图的位图中的位置。谢谢

Camera_Source.takePicture(null, bytes -> {
  bitmap = BitmapFactory.decodeByteArray(bytes, 0, bytes.length);
                        });

0 个答案:

没有答案