0
votes
0answers
41 views

GPUimageVideoCamera for android

I am using GPUImage library to compress a video in my iOs app (GPUimageVideoCamera) https://github.com/BradLarson/GPUImage/ I have worked with it on iOS and it is very fast I want to do the same in ...
0
votes
0answers
39 views

Android GPUImage Library

In iOS, I am calling this filter function to get the image result. UIImage filteredImage = [[[GPUImageAmatorkaFilter alloc] init] imageByFilteringImage:imgOriginal]; The return is UIImage, so is ...
4
votes
1answer
271 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
0answers
145 views

Play h264 encoded videos on android device from stream

I'm working on certain project that allows some video editing, uploading edited video to server (Amazon S3) and playing this video on device. The iOS version is already completed. I'm using there ...
15
votes
1answer
2k views

GPUimage port for android

Has anyone ported this to android yet? More the framework than the shaders. Stuff like bringing camera data into openGL. I have worked with it on iOS and it is very fast. Any help is much appreciated. ...