boxme / SquareCamera

Android Camera Library For Square Photo Taking
MIT License
569 stars 189 forks source link

Detecting swipe gestures on CustomCameraPreview/SurfaceView #57

Open aftabnaqvi opened 7 years ago

aftabnaqvi commented 7 years ago

I am trying to detecting the left/right gestures on CameraPreview view. Since this view handles the zoom in/out feature which is great but at the same time, I want to detect that user swiped on the cameraPreview as well.

Any help is appreciated.

Thanks