简体   繁体   English

如何在iPhone中捕获由相机输出及其cameraOverlay合并的图像

[英]How to capture image merged by the camera ouput and its cameraOverlay in iphone

I want to capture the the image of camera taken, and this image should come with its camera overlay image, how to do that? 我想捕获拍摄的相机图像,并且该图像应带有相机覆盖图像,该怎么做?

And It seems that UIGetScreenImage() could not pass the appstore review. 而且,似乎UIGetScreenImage()无法通过Appstore审查。

use AVCaptureSession and related classes in the AV Foundation Framework 在AV Foundation Framework中使用AVCaptureSession和相关类

see this official thread in Apple Developer Forums: UIGetScreenImage() Thread 在Apple开发者论坛中查看以下官方线程: UIGetScreenImage()线程

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM