当前位置:   article > 正文

Android 自定义相机 身份证拍照 自定义身份证相机_身份证拍照android自定义相机 本地图库

身份证拍照android自定义相机 本地图库

项目中需要用到拍摄身份证,拍完照片后直接拿到和身份证比例一致的图片,做成功的结果如下:

  

拍完照后直接拿到裁剪好的图本文的核心技术来自: https://yq.aliyun.com/articles/26706

先看看xml

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:background="#ffffff"
  8. tools:context="business_android_client.croppercammer.MainActivity">
  9. <business_android_client.croppercammer.ClipCamera
  10. android:id="@+id/surface_view"
  11. android:layout_width="fill_parent"
  12. android:layout_height="fill_parent"
  13. android:layout_gravity="center" />
  14. <business_android_client.croppercammer.view.shadow
  15. android:layout_width="match_parent"
  16. android:layout_height="match_parent"
  17. />
  18. <TextView
  19. android:id="@+id/tv_hint"
  20. android:layout_width="wrap_content"
  21. android:layout_height="wrap_content"
  22. android:text="请把身份证放入取景框,水平拍摄"
  23. android:textColor="#fff"
  24. android:rotation="90"
  25. android:layout_centerInParent=&
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/683048
推荐阅读
相关标签
  

闽ICP备14008679号