Tagged Questions
0
votes
0answers
24 views
GPUImage + Lot of audio noise during video recording
I am recording video using GPUImage Framework and all is done well but when playing recorded video, i am getting lots of background noise.
how can i remove or reduce/remove this background noise? ...
-1
votes
0answers
31 views
Detect wall (surface) color and change color via color picker [closed]
Is there is anyway to detect wall or surface color via live video stream, and change the wall color via color picker. I referred GPUImage. But i can't understand and use my app.
0
votes
0answers
28 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
51 views
iOS - GPUImage - How can I return a small subimage inside GPUImageHarrisCornerDetectionFilter?
I am using @BradLarson's GPUImage (with much success), and I am trying to extend the GPUImageHarrisCornerDetectionFilter so that it will not only return the locations of the detected corners, but also ...
0
votes
0answers
49 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 ...
5
votes
1answer
155 views
How can i get UIImage from GPUImageView
I am using GPUImageView library in my project where it is using GPUImageView and i have added filters like contrast and other image effects like sepia etc on that GPUImageView , everything is good but ...
0
votes
0answers
36 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
1answer
99 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...
0
votes
1answer
127 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?
2
votes
1answer
125 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??!!
3
votes
2answers
77 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 ...
0
votes
0answers
274 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 ...
0
votes
0answers
95 views
Ultraviolet Filter Effect Simulation
I need to simulate Ultraviolet effect in my iOS app.
I tried applying Histogram Filter -> Saturation -> Grey Scale. But that didnt work. Can anybody suggest me how to get this working.
Can I use ...
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
408 views
How to generate an histogram using iOS GPUImage?
Working on https://github.com/luisespinoza/LEColorPicker project, I am trying to generate an histogram UIImage from an arbitrary input UIImage using the project GPUImage ...
0
votes
1answer
217 views
Gpu image photo app crash
I am using GPU image open source framework for image effects. The problem is when i am trying to apply filters regularly on an image the app gives me a memory warning and then crashes.
Here is the ...
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 ...
1
vote
0answers
236 views
GPUImage Video with transparency over UIView
I am working on an iOS project that uses AV-Out to show contents in a 1280x720 window on a second screen.
I have a MPMoviePlayerController's view as background and on top of that different other ...
1
vote
1answer
139 views
GPUImage. Application crashes when trying to save photo second time
After I made [_stillCamera pauseCameraCapture]; I want to save captured photo. Code:
[_stillCamera capturePhotoAsJPEGProcessedUpToFilter:_filter withCompletionHandler:^(NSData *processedJPEG, NSError ...
0
votes
0answers
82 views
detect flash (light) between two frames in iOS using GPUImage
I am able to get a couple of frames from my video feed using GPUImage.
One of the frames has a bright flash in it, the other does not.
I would like to now detect whether a) there is a flash (change ...
2
votes
1answer
215 views
GPUImage issue iPhone
I am using GPUImage framework in iphone to add some filters in a video file. The filters are being applied successfully. But the issue i am facing is that the setCompletionBlock is getting called two ...
0
votes
0answers
177 views
GPUImageStillCamera orientation issue
I'm trying to capture a processed image using GPUImageStillCamera. The problem is I can't really get the orientation form:
[stillCamera outputImageOrientation];
it returns 0 always.
I'm using ...
0
votes
1answer
361 views
GPUImage ChromaKeyFilter is keying out my entire image
Just got my hand on this GPUImage framework everyone seems to be talking about..
Anyway, I'm trying to do a filter chain - the first two filters produce the expected result when chained together, but ...
0
votes
0answers
177 views
How to save captured video in photo library using GPUImage?
I am using GPUImage library to record filtered videos.
and I am trying to save the captured video in the photo library of the iphone,
but the sample code saves the video in iTunes file sharing.
...
1
vote
1answer
305 views
Image 90 degrees rotated AVCam
I've looked through tons of questions here in Stackoverflow and none of them solved my problem.
So, I'm using Apple's AVCam sample:
...
1
vote
1answer
340 views
How to skew the image? [closed]
When I press and drag the red rounded corners that corner only increased depending on the X, Y not for rest of the image. How to handle this problem. Please help me. Thanks in advance
3
votes
1answer
566 views
GPUImage apply filter on small image but display large image
I am working on an app that computes some points of interests from the live camera feed. The algorithm that I have for this is quite slow and I am therefore applying the processing on a small image ...
0
votes
0answers
235 views
GPUImageStillCamera black when builded to ipa
I'm trying to make app using GPUImage library. I'm doing it according to DLCImagePickerController example. Everything works ok, as far as I'm running it on iPhone from Xcode. Only if I made ipa and ...
3
votes
0answers
597 views
Create Sketch effect to photos using Brad Larson GPUImage in Obj C
Hi I would like to try sketch effect on photos using Brad Larson's GPUImage sdk in iOS. I am trying to create sketch effect like this
But the sketch effect i get is like this
I am using ...
1
vote
2answers
531 views
How do I modify a GPUImageGaussianSelectiveBlurFilter to operate over a rectangle instead of a circle?
I have used the GPUImage framework for a blur effect similar to that of the Instagram application, where I have made a view for getting a picture from the photo library and then I put an effect on it. ...
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:
3
votes
1answer
223 views
GPUImageGaussianSelectiveBlurFilter - but the opposite
I'm currently using Brad Larson's excellent GPUImage framework to create an iPhone-based app, and I want to process a circular area in the centre of the camera input so that section is blurred and the ...
2
votes
0answers
559 views
How can I calculate the crop size (rect) of the UIImage with different resolution
In my app, I have a 'Capture from Camera' function, I am using GPUImageFramework by Brad Larson (ty) , GPUImageStillCamera when capturing still images.
stillCamera = [[GPUImageStillCamera alloc] ...
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 ...
3
votes
1answer
2k views
GPUImage: blending two images
I was using GPUImage framework (some old version) to blend two images (adding border overlay to a certain image).
After I have updated to latest framework version, after applying such a blend, I get ...
2
votes
0answers
526 views
Can i set frame on video with GPUImage?
I have one local video file, Now i have applied filters with help of GPUImage library,
here is code to make filtered video with GPUImage
movieFile = [[GPUImageMovie alloc] initWithURL:sampleURL];
...
5
votes
4answers
3k views
How to add external framework GPUImage framework? [closed]
I am developing iPhone application using iOS. I need to add GPUImage framework, i followed this url for adding purpose. http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
...
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:
- ...




