Sitanshu Joshi

Results 1 comments of Sitanshu Joshi

//Declaration In Inrterface GPUImageVideoCamera *videoCamera; GPUImageOutput *filter; @property (weak, nonatomic) IBOutlet GPUImageView *cameraView; //Implementation //To Blend image on live video filter = [[GPUImageNormalBlendFilter alloc] init]; [videoCamera addTarget:filter]; [filter addTarget:cameraView]; ```...