Working on Android mobile Camera effects.
How to get Camera shake effect? Tried adding shake animation to the surfaceview, but its not shaking the camera view. Camera view remains stable(i.e., whatever i can view from camera on the screen should shake, instead view is shaking).
How to achieve this complete effect in android?
This is handled by iOS using the filter GPUImageTransformFilter. I want an alternative to achieve this.