an error occurred by CameraX.bindToLifecycle()

前端 未结 5 2059
执念已碎
执念已碎 2021-01-02 06:54

java.lang.IllegalArgumentException: No supported surface combination is found for camera device - Id : 0. May be attempting to bind too many use cases.

5条回答
  •  自闭症患者
    2021-01-02 07:28

    There is no videoCapture usecase right now.

    As mentioned in the official documentation, the available usecases are preview, analysis & image capture (and their combinations).

提交回复
热议问题