-
Podfile:
- libksygpulive/base (2.9.1)
- libksygpulive/KSYGPUResource (2.9.1)
- libksygpulive/libksygpulive (2.9.1):
- GPUImage
- libksygpulive/streamerbase
- libksygpulive/medi…
-
Hi
i am getting this below error in my camera app only in android 4.4 devices
java.lang.OutOfMemoryError:
at android.graphics.Bitmap.nativeCreate(Native Method:0)
at android.graphics.Bitma…
-
Due to some atm unknown problems with the `GPUImage.setFilter()` method one has to partially reset the camera before calling it to prevent the preview from hanging. This applies to every usage of the …
-
Any idea to minimize this issue?
```
java.lang.RuntimeException: Camera is being used after Camera.release() was called
at android.hardware.Camera.setPreviewTexture(Native Method)
at jp.co.cyb…
dhagz updated
6 years ago
-
Hi...
I have an app where I have both a camera activity and a photo picker, based off of the sample project. I am using a GPUImage instance to attach to the camera and the picked image...
No matte…
-
Is there a way to have a different video input other than the iphone camera ?
Im using GPUImage Framework, and I would like to feed the stream with the GPUImage output.
I wonder if there is any sampl…
-
when I put GUPImage into a viewpager, sometime it's crashed.
This is the error Log
at android.opengl.GLUtils.texImage2D(GLUtils.java:160)
at jp.co.cyberagent.android.gpuimage.OpenGlUtils.loadTexture…
-
Daniel,
is it possible for you to create a separate branch that removes the GPUImage dependency and the GPUImage features?
For possibly most projects that use your library, it is unnecessary.
pjebs updated
8 years ago
-
Is there any way to apply geometrical transformations to a image using this android-gpuimage, something like GPUImageTransformFilter on original GPUImage?
I would like to do something like:
```
ima…
-
I need to load image from Gallery and Camera to GPUImageView.setImage(Bitmap) size for 480X614 is set successfully, not a problem. But i need set 1920X2560 size image to GPUImage with ratio, i get bla…