问题标签 [cameraoverlayview]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1728 浏览

xamarin.ios - 如何在 Xamarin IOS Live Camera 中添加 OverlayView

  • 我正在访问实时摄像头,但我想在其上方添加一个叠加层,以拍摄特定照片并将图片保存在叠加层中。
  • 我的目标如下图所示

在此处输入图像描述

0 投票
1 回答
95 浏览

ios - 将 UIImagePickerController cameraOverlayView 定位在相机预览的顶部

我想在我的 UIImagePickerController 中添加一个叠加层,但我只需要它来覆盖相机预览,而不是顶部或底部的相机控件。我找不到任何方法来做到这一点,因为每个设备上的顶部/底部控件高度都不同。我以前在其他应用程序上看到过它。任何指导表示赞赏。

我希望这个半透明的 UIView 只填充红色区域。我将框架创建为 3:4 没有问题,但它不会在 Y 轴上正确定位。imagePicker.cameraOverlayView!.centerYAnchor与设备的 centerYAnchor 相同。

UIImagePickerController