-
Hi,
I would like to add image overlay over recording video in realtime like I can do in iOS GPUImage. I look for this feature in example but didnt found it. Is this avaiable in Android GPUImage?
-
When playing or capturing a video using GPUImage, the app crashes when the app goes into background (detected via UIApplicationDidEnterBackgroundNotification) because GPUImage still attempts to perfor…
-
Hi Brad, Thanks for such an awesome library, I have recently encountered an issue which I wanted to bring to your attention, I have noticed if you use `GPUImageTwoInputFilter` or `GPUImageThreeInputFi…
-
Hi All,
I'm trying to use GPUImage to play a video and have it displayed in Unity3d.
Brad suggested to use GPUImageOutput. I'm quite new to GPUImage and do not fully understand the way the video pipe…
-
I use the pod import GPUImage,code:
`NSURL *url = [[NSBundle mainBundle] URLForResource:@"test" withExtension:@"mp4"];
_movieFile = [[GPUImageMovie alloc] initWithURL:url];
_movieFile.runBe…
-
> E/AndroidRuntime: FATAL EXCEPTION: main
> Process: jey.photo.hitexroid.photojey, PID: 29742
> java.lang.RuntimeException: setParameters failed
> …
-
When i try TAKE PHOTO on my Samsung Galaxy S6 app make ERROR and FINISHED. Why does it happened?
![error2](https://cloud.githubusercontent.com/assets/17357740/14201021/e14c2eae-f7f7-11e5-80dc-d0e5ca40…
-
How to remove the black background of gpuimage?
-
*Relevant labels*
Native, Fatal signal 11, ReleasePrimitiveArrayCritical
-----
# Bug Reporting
crash in native function: Java_jp_co_cyberagent_android_gpuimage_GPUImageNativeLibrary_YUVtoRBGA
…
-
I have used this GpuImageView. I have tried to show Ic_launcher in that. I got image but transparent are converted into Black are. I have attached image here. How to remove this black transparent are …