Tagged Questions
0
votes
0answers
25 views
White overlay on top of GPUImageGaussianSelectiveBlurFilter to show where blur is - GPUImage
I want to add a white overlay to the blurred area of GPUImageGaussianSelectiveBlurFilter, and a custom filter group I built by slightly modifying GPUImageGaussianSelectiveBlurFilter to make rotational ...
1
vote
1answer
90 views
“'OpenGL/OpenGL.h' file not found” triggered by GPUImage cocoapod in my iOS project
Despite the fact that I'm installing it in a iOS project, it looks like GPUImage is demanding a MacOSX library. I'm getting this error:
...
1
vote
1answer
81 views
GPUImage: Normalize the blur size of GPUImageGaussianSelectiveBlurFilter across multiple image sizes
I want to keep a relative constant blur size across images of different resolutions using GPUImageGaussianSelectiveBlurFilter of Brad Larson's GPUImage.
Say I have two images for sizes 1000x1000 and ...
0
votes
0answers
29 views
crop AVCaptureVideoPreviewLayer and apply color effect
I have cameraView using AVFoundation framework. When i alloc AVCaptureVideoPreviewLayer it display videoStream. How to apply crop to some portion of this AVCaptureVideoPreviewLayer layer and apply ...
0
votes
0answers
93 views
Why can't I write out my opengl FBO to an AVAssetWriter?
I've been fighting for a week off and on to save out my opengl renderings (which I'm using for green screening) to video via an AVAssetWriter.
I have created a simple rig below to show what I'm ...
1
vote
1answer
46 views
Something from GPUImageFilters remains in memory even after deallocation
I'm using GPUImage to do a bunch of image processing both in real time and on static images, I noticed that after churning through ~100 thumbnail images each of which has slightly different image ...
1
vote
0answers
88 views
Transforming a Rectangle to an Quadrilateral with CATransform3D and GPUImage
I'm trying to transform a rectangle to an quadrilateral and created a CATransform3D projection matrix as described by hfossli here.
The matrix works with a CALayer with out problem, but i would ...
1
vote
2answers
132 views
Increasing precision of OpenGL ES 2.0 and GPUImage
Is it possible to increase the precision of either the fragment or vertex shader in GPUImage or in OpenGL ES ?
I am looking to use the GPU to do image processing and would like to retain as much of ...
2
votes
1answer
155 views
GPUImage two-pass filter - second frag shader never runs?
It's my impression (and the answer to this question seems to confirm it) that I can subclass from GPUImageTwoPassFilter to effectively run two fragment shaders in succession on an image but keep all ...
2
votes
2answers
197 views
Does the input texture to a fragment shader change as the shader runs?
I'm trying to implement the Atkinson dithering algorithm in a fragment shader in GLSL using our own Brad Larson's GPUImage framework. (This might be one of those things that is impossible but I don't ...
4
votes
1answer
283 views
What does TwoPassFilter GPUImage actually do?
I am trying to re-create the GPUImageTwoPassFilter from GPUImage(ios) for Android. I am working off the work done here for an Android Port of GPUImage. The port actually works great for many of the ...
0
votes
1answer
199 views
Record OpenGL View with GPUImageMovieWriter
I'm trying to create an OpenGL view that will record with my app.
I'm trying to record the view with GPUImageMovieWriter and GPUImageUIElement
as such:
self.imageUIElement = [[GPUImageUIElement ...
1
vote
0answers
190 views
GPUImage's GPUImageOpacityFilter not behaving as expected, doesn't change alpha channel
I'm trying to do an Overlay Blend of a stock image with the output of the camera feed where the stock image has less than 100% opacity. I figured I could just place a GPUImageOpacityFilter in the ...
0
votes
1answer
346 views
GPUImage create a custom Filter that change selected colors
Using the amazing GPU image framework, I'm trying to create a custom filter using a custom fragment shader that passed some color vectors as uniforms, elaborate each fragment substituting a choosen ...
3
votes
1answer
150 views
GPUImageMovieWriter frame presentationTime
I have a GPUImageColorDodgeBlend filter with two inputs connected:
A GPUImageVideoCamera which is getting frames from the iPhone video camera.
A GPUImageMovie which is an (MP4) video file that I ...
0
votes
1answer
213 views
Is there a memory leak via texture2D in a fragment shader on ios?
I'm using the GPUImage library by Brad Larson, and I think I've found an interesting problem.
The following shader program executes just fine:
NSString *const kDilationFragmentShaderString = ...
0
votes
0answers
145 views
Use GPUImageBuffer to creat a buffer with size of 6
I am using the GPUImage Framework to my project.
I create a class named GPUImageSixInputFilter, similar to GPUImageTwoInputFilter which can have a GPUImageFilter with six input.
What I want to do is, ...
0
votes
0answers
193 views
GPUImage old library [closed]
So, I'm using this library https://github.com/diwu/InstaFilters and it uses an old version of GPUImage, but I need to use the new version, than I'm trying to "convert" but I got a bug here, the lines:
...
0
votes
1answer
813 views
GLSL - How to access pixel data of a texture is GLSL shader?
What I want to do is, access the pixel data of a texture in the OpenGL Shader.
After that, compair their Red-component so that I can get the coordinate of the pixel which has the maximum ...
0
votes
1answer
407 views
GPUImage Framework (GPUImageStillCamera) implementation for iPad
i have used GPUImage framework, while run example code for SimplePhotoFilter (i have used GPUImageSketchFilter) in iPad am getting some dots over the filtered image, like this:
0
votes
1answer
314 views
How to record screen to video on iPhone with openGL (view preview layer) and UIkit elements?
I have searched everywhere and tried mixing and matching different bits of code but I haven't found anything that works or anyone with the same question.
Basically I want to be able to create video ...
0
votes
1answer
1k views
AVFoundation to overlay two video clips with Alpha compositing in ios5?
I'm hoping to use IOS5 AV Foundation with or without Open GL to record video from the camera and overlay/merge another video clip on top using some form of alpha channel compositing / foreground ...
0
votes
0answers
322 views
CVOpenGLESTextureCacheCreateTextureFromImage failed for avcomposition
i'm trying to extend GPUImageMovie in GPUImage library to AVComposition, through using AVAssetReaderVideoCompositionOutput as the frames input.
but when reaching:
- ...
1
vote
2answers
521 views
iOS: GPUImage Library and VBO
I am making use of Brad Larson's wonderful GPUImage library for image manipulation. So far, it's been great. However, I'm trying to add a filter to allow Mesh Deformation and running into quite a bit ...

