Add support for Android Camera2 based on ArcSoft 3.0 Demo
Change Logs:
2020-09-18
- Added
com.arcsoft.arcfacedemo.util.camera.Camera2Helperbased on the original ArcFaceDemo. - Modified
com.arcsoft.arcfacedemo.activity.FaceAttrPreviewActivity(for face attribute detection in video), changing from usingcameraHelpertocamera2Helper. - Other functions in the demo remain unmodified for now, but you can refer to
FaceAttrPreviewActivityfor switching betweencamera1andcamera2usage.