boxme / SquareCamera

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

Adding a focus rectangle on tap to focus #53

Open bmbariah opened 8 years ago

bmbariah commented 8 years ago

Can anyone guide me on how to achieve a rectangle drawn over focus area anytime a specific area is touched? I cant seem to find any good tutorials on this feature... In SquareCameraPreview. we already have the focus bounds in the arraylist mFocusAreas so how do we go about adding the rectangle?

Thanks