i am developing a app where i integrated flashphoner ,now i need to apply beauty and filters on stream camera how can i do that ?. it can be done with flashphoner or by third party?. or is it possible to do please tell...
Good day.
Now, custom stream capturing with GPUImage filters applying is possible only in iOS applicatio using iOS SDK 2.6 (see GPUImage example app description and source code).
There is the ticket WCS-2805 to implement this for Android SDK.
You can also modify a stream picture on server side using decoded frames custom interceptor Java class which you should implement as you need.
Good day.
Since Android SDK build 1.1.0.26 it is possible to use custom software camera implementation to capture video. So you can implement custom Java class to capture image and apply filter. Please read details here.