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.
我正在尝试制作一个模仿 ios7 相机的相机视图应用程序。我想要一个像原生相机一样的实时过滤器模式,但我不知道如何在类引用所在的 AVFoundations 或 Core Image Filter 中访问它。有谁知道如何创建一个显示 9 个滤镜的视图,就像在原生相机中一样?
我尝试在网上查找它,但它太新了,我找不到任何好的资源。
我想知道的是你如何创建一个视图来显示本地相机中的实时过滤器?如何访问本机过滤器并将其与实时视频一起显示?