Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/27.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Objective c UIViewController中具有覆盖的摄影机_Objective C_Camera_Overlay - Fatal编程技术网

Objective c UIViewController中具有覆盖的摄影机

Objective c UIViewController中具有覆盖的摄影机,objective-c,camera,overlay,Objective C,Camera,Overlay,当前正在尝试制作一个ViewController,其中包括一个带有覆盖的摄影机。我想实现一个扫描功能。相机应显示扫描的区域,然后将其保存为图片 你们当中有人有主意吗?提前谢谢 我使用了本教程:创建一个类似的viewcontroller。代码有点旧,但是如果您做一些更改,您可以轻松创建这样的ViewController。试试这个Github repo,它提供了一个带有摄像头视图和扫描区域覆盖的默认视图控制器,还提供了一个按钮来在前后摄像头之间切换

当前正在尝试制作一个ViewController,其中包括一个带有覆盖的摄影机。我想实现一个扫描功能。相机应显示扫描的区域,然后将其保存为图片


你们当中有人有主意吗?提前谢谢

我使用了本教程:创建一个类似的viewcontroller。代码有点旧,但是如果您做一些更改,您可以轻松创建这样的ViewController。

试试这个Github repo,它提供了一个带有摄像头视图和扫描区域覆盖的默认视图控制器,还提供了一个按钮来在前后摄像头之间切换