简体   繁体   中英

how can i make camera preview of circle shape in android?

i am making an android app where the camera preview part is circle so that it will only have to capture the face of the user and beside the circle part make other part black. enter image description here

That would imply making a custom camera yourself instead of using the default one.

Refer to this link for this: https://stackoverflow.com/a/15392209/7528995

You could also use the normal camera instead, since making the user fit their head inside the circled preview would be a bit inconvenient. After capturing the photo you could simply put it into a CircleImageView .

To do this you can refer to this answer: https://stackoverflow.com/a/36613446/7528995

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM