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.
在开始从相机录制视频之前,我想使用滑块手动调整白平衡。我查看了 AVFoundation 框架,但它不允许为 WB 选择值。我需要哪些框架/类来以这种方式调整 WB?
我找不到任何有关设置相机白平衡的信息(尽管我不确定这是不可能的)。但是,您始终可以使用白平衡核心图像滤镜(又名 CIWhitePointAdjust)进行后期处理。
您可以在此处阅读有关应用核心图像过滤器的信息。