danopdev / SimpleRawCamera

Simple Camera for Android.
MIT License
11 stars 0 forks source link

No Vaild camera found #3

Open longquangpham90 opened 7 months ago

longquangpham90 commented 7 months ago

Device android SS A13 - Android 13 we have a issue "No Vaild camera found" Pls help me check, I can not open camera But we test cameraX or cameraView application can open camera I think we issue

private val mCameraList: ArrayList<CameraInfo> by lazy {
        CameraInfo.getValidCameras(
            mCameraManager,
        )
    }
danopdev commented 7 months ago

Hi @longquangpham90 The application only support cameras that support manual control (and raw format).