HMS-Core / hms-3d-modeling-demo

HUAWEI 3D Modeling Kit project contains a sample app. Guided by this demo, you will be able to implement full 3D Modeling Kit capabilities, including 3D object reconstruction and material generation.
Apache License 2.0
72 stars 20 forks source link

Unsupported on some devices #2

Closed lvonasek closed 3 years ago

lvonasek commented 3 years ago

Some devices (e.g. Samsung Galaxy Note 20 Ultra SM-N986B) do not work.

The issue is probably that cameratakelib opens all rear facing cameras at the same time which some devices do not support (I am waiting on user of my app to confirm this).

lvonasek commented 3 years ago

Confirmed by the user. Opening just one camera fixed the problem.

caibobitHuawei commented 3 years ago

The problem has been resolved. We will update the camera to the CameraX API to avoid similar problems.