Text overlay not showing in GPUImage iOS
问题 I am trying to overlay some text on a video and have not had any success so far. videoCamera = [[GPUImageStillCamera alloc] initWithSessionPreset:AVCaptureSessionPreset640x480 cameraPosition:AVCaptureDevicePositionBack]; videoCamera.outputImageOrientation = UIInterfaceOrientationPortrait; cropFilter = [[GPUImageCropFilter alloc] initWithCropRegion:CGRectMake(0, 0, 1, 1)]; mCurrentImage = [UIImage imageNamed:@"tex16"]; sourcePicture = [[GPUImagePicture alloc] initWithImage:mCurrentImage