Tagged Questions
0
votes
1answer
15 views
Maintaining array order with multiple faces using CIDetector Face Detection - iOS
I want to maintain the order of the NSArray I get back from CIDetector so I can tween the frames I draw in the camera view using an animation block. The problem is the order of faces is often ...
0
votes
0answers
17 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 ...
0
votes
1answer
19 views
Rotate GPUImageTiltShiftFilter - GPUImage
I want a non-horizontal GPUImageTiltShiftFilter rotation. I want to rotate it to an arbitrary rotation angle. I also want the filter to be fast it can be rotated with a UI with a ...
1
vote
1answer
76 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:
...
2
votes
1answer
37 views
GPUImageStillCamera Output Resolution Limited
On an iPad 3 Retina with iOS 6.1, I initialize my still camera with:
stillCamera = [[GPUImageStillCamera alloc] initWithSessionPreset:AVCaptureSessionPresetPhoto ...
0
votes
1answer
33 views
GPUImageAlphaBlendFilter realtime processing from GPUImageStillCamera source
I am using the GPUImage library and I'm trying to blend two images in realtime, and display them on a GPUImageView. I am trying to alpha-blend plain camera input, with a filtered version of it. Here ...
0
votes
1answer
75 views
GPUImage render to OpenGL ES texture does not work
I would like to render a video in an OpenGL ES texture so that I can apply this texture to a 3D surface in my iOS program. To do that I'm using GPUImage, but it does not work, no texture seems to be ...
1
vote
0answers
27 views
Proper way to rotate UIImage with GPUImage
I want to rotate a large UIImage using GPUImage because it's so much faster than core graphics, at least on iOS devices.
Here's what I'm doing:
GPUImagePicture *src = [GPUImagePicture alloc] ...
1
vote
1answer
56 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 ...
1
vote
0answers
49 views
GPUImage : Apply filer to existing video file
I was trying to use video filters of GPUImage framework. I followed Filtering and re-encoding a movie tutorial. It giving me error Unknown type name GPUImageRotationFilter. So i tried to apply a ...
3
votes
0answers
49 views
Convert CATransform3D into CIVector's for CIPerspectiveTransform, replace UIGetScreenImage
Is it possible to convert a CATransform3D into a set of CIVectors in order to transform a UIImage with a CATransform3D?
I believe that is now finally possible to replace UIGetScreenImage()'s ability ...
0
votes
0answers
11 views
Calling AVAssetReaderTrackOutput more than once causes error
I am working with the GPUImage framework and I am trying to implement a system where a video is edited and then saved and then can be re-edited.
I create a NSURL called "originalMovie" and it is ...
0
votes
0answers
72 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 ...
0
votes
0answers
44 views
Detect square paper corner points using GPUImage
I want to detect corner points of paper. I am using GPUImage Library. Actually I am new to GPU Image. I tried its samples. But it works with camera. I want to apply GPUImageHarrisCornerDetectionFilter ...
1
vote
1answer
41 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 ...
5
votes
2answers
191 views
Cannot play video recorder by GPUImage
I am using GPUImage library to record a video to a file on filesystem. I save it as m4v file. This is the code I'm using:
NSString *pathToMovie = [NSHomeDirectory() ...
4
votes
1answer
98 views
GPUImageView Black When ViewController Reloaded
Using the code below (in viewDidLoad), when I first segue from another view to this still camera view (a button press), everything works fine. Then I send out a delegate and have this view dismissed ...
0
votes
1answer
57 views
How to use GPUImageLookupFilter without GPUImageFilterGroup?
I have a problem with understanding GPUImage.
Specifically, I can't figure out how to use GPUImageLookupFilter. I have several examples of usage in GPUImageAmatorkaFilter for example.
But ...
1
vote
1answer
52 views
Aliasing issue with GPUImageView
I get weird black aliasing on a transparent text GPUImagePicture blended with a base GPUImagePicture with a GPUImageView as the final target. This is what I'm doing:
textOverlay = [[GPUImagePicture ...
0
votes
0answers
45 views
GPUImage Large PNG Files
I can capture a still image on an iPad Retina Display with GPUImage using the crop filter (to 8x10 ratio with a size of 2420x1936 pixels = 4.68 megabytes) using capturePhotoAsPNGProcessedUpToFilter. ...
2
votes
2answers
118 views
GPUImage Camera Takes Five Seconds
On an iPad Retina Display (the device, not simulator), I had first used Apple's AVFoundation to take still pictures, but I switched to GPUImage because I wanted the ChromaKeyBlend feature. Got that ...
0
votes
0answers
33 views
when GPUImageMovieWriter hasAudioTrack set YES , it's Crash [closed]
I want to switch without audio or with audio in the recording process at any time.
In the SimpleVideoFilter example. I have a button to click;
when I running the app, and during recording, I set :
...
0
votes
0answers
91 views
GPUImage : Applying filter with brush stroke
Currently i am working on a photo editing iOS application and i am using brad's GPUImage framework to process images. I have applied different blend modes and it is working perfect. But is that ...
0
votes
1answer
38 views
Passing previous frame result as input to next frame
All the examples take an image and turn it into something else in one frame, but what if I want to create something like motion blur that requires feedback? That requires combining the results for ...
3
votes
1answer
128 views
“The native class hasn't been loading” error with my bindings
I'm trying to create bindings for GPUImage project, but none of binded classes is working.
For example, GPUImageView:
In ObjC it's declared like this (header in git):
@interface GPUImageView : ...
0
votes
1answer
87 views
how to edit existing video using GPUImage and resave it in device library
I want to edit the video using GPUImage which is already saved in device library. After editing, re-save edited video in device library.
Please Help....
Thanks in advance...
1
vote
1answer
82 views
When should I call CVPixelBufferLockBaseAddress and CVPixelBufferUnlockBaseAddress?
In iOS6, I'm using OpenGL to do some rendering on AVFoundation video frames. I've seen a lot of example code that makes use of CVPixelBufferLockBaseAddress and CVPixelBufferUnlockBaseAddress, but ...
3
votes
0answers
87 views
GPUImageHistogramFilter for a still image giving zero data
Very similar this answer, except I want to generate a histogram for a still image.
Below is what I'm doing, and it's giving a histogram with all 0 data. Is there some trick to getting this working?
...
0
votes
1answer
105 views
GPUImage transform filter and blending mode cause line artifacts?
I am transforming a texture and then applying a blend filter with that resized texture. When I do that I sometimes get a little line showing the outline of the transformed/blended texture. I'm guess ...
0
votes
0answers
107 views
GPUImageMovieWriter starting new recording
Can i reuse an existing GPUImageMovieWriter (after calling finishRecording) or is there a method to pause and resume the recording?
I get error if i call startRecoding after a finishRecording.
...
0
votes
1answer
124 views
GPUImageStillCamera output image resolution
I'm trying to take photo from camera with GPUImage framework. Use standard implementation. But my output image has too low resolution - {640, 852}. Is there way to get more higher resolution?
1
vote
0answers
84 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 ...
0
votes
1answer
147 views
Translate GPUImage position with GPUImageTransformFilter and iOS Pan Gesture?
I'm having an issue using the GPUImage transform filter. I'm using the pan gesture recognizer to reposition the image. The code that I have works, but the image moves at about half speed. If I double ...
0
votes
1answer
147 views
Adding the Image in bundle to the UIImageView using GPU Image?
I am very new to the user of GPU Image Framework. In my application I use the following code to get the filter effect of the Image in bundle(knee.png) , But I get only Black ImageView . I get the code ...
1
vote
2answers
131 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 ...
1
vote
0answers
124 views
GPUImageMovieWriter - crashing with “Cannot call method when status is 2”
Trying to get started with the really great GPUImage framework so graciously shared by Brad Larson, but having an issue.
When running the SimpleVideoFileFilter sample it always crashes at completion ...
0
votes
0answers
32 views
How to recreate cvCalcBackProject in GPUImage
I need to understand how I can recreate the cvCalcBackProject of OpenCV in GPUImage.
I generate an histogram using GPUImageHistogramFilter but really don't understand how I can look at the same time ...
1
vote
1answer
225 views
GPUImage : YUV or RGBA impact on performance?
I'm working on some still image processing, and GPUImage is a really awesome framework (thank you Brad Larson!).
I understand that :
some filters can be done with only 1 component. In this case, ...
0
votes
2answers
184 views
GPUImage CannyEdgeDetectionFilter with white edges?
I'm using GPUImage from the Git repository to apply some filters to images. I notice that the edge detection filters (I'm using the CannyEdgeDetectionFilter specifically) paint white edges on black ...
1
vote
0answers
98 views
GPUImage background subtraction iOS
I start capturing the camera with startCameraCapture and using setFrameProcessingCompletionBlock for take a GPUImageOutput (my background image).
Now I want for each frame to subtract my background ...
0
votes
0answers
37 views
Filter a frame using a GPUImageHistogramFilter
I need to create a dynamic tracking object algorithm based on the object color (not simple blue, green, etc.. colors).
My idea is to sample the object color with a GPUImageHistogramFilter (selecting ...
2
votes
1answer
147 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
1answer
123 views
GPUImageAlphaBlendFilter - merge Two images over an image
I want to merge two images over a image using GPUImageAlphaBlendFilter. How can I do this?
And also i want to give effects to that two images separately..Is it possible??!!
2
votes
2answers
184 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 ...
3
votes
2answers
76 views
Using GPUImageRGBFilter
I've trying to use the GPUImageRGBFilter but without success. I want to change each channel value, for instance:
Red: 0.2
Green: 0.4
Blue: 0.3
How can I do this? Can anyone tell me how to use ...
-1
votes
1answer
117 views
GPUImageview disappear after capture it
I try to capture GPUImageView by using this link
but after I capture it GPUImageview is disappear, but if it is UIImageView it just working fine.
4
votes
1answer
272 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 ...
1
vote
0answers
117 views
GPUImage 2 video inputs
I am trying to blend 2 videos together using GPUImageAlphaBlendFilter. The ouput looks like what I want but there are some frames are put out of their time. For example, a frame at time 0.32 is put at ...
0
votes
1answer
195 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 ...
0
votes
0answers
262 views
GPUImage overlay live video with corner detection
Trying to get a basic filter working with GPUImage, but not sure how to properly set it up to display the crosshairs over the live video feed, when detecting corners. I tried adding the crosshairs to ...





