我需要水平翻转一些我正在预览和捕捉的视频。A-la iChat,我有一个网络摄像头,希望它看起来好像用户在照镜子。
我正在预览 Quicktime 视频QTCaptureView
。我的捕获是逐帧完成的(出于我不会进入的原因),例如:
imageRep = [NSCIImageRep imageRepWithCIImage: [CIImage imageWithCVImageBuffer: frame]];
image = [[NSImage alloc] initWithSize: [imageRep size]];
[image addRepresentation: imageRep];
[movie addImage: image forDuration: someDuration withAttributes: someAttributes];
有小费吗?