Android Camera preview in a fragment

前端 未结 2 1481
盖世英雄少女心
盖世英雄少女心 2020-12-17 00:47

Until now I have a full working code that plugs in a camera to see the preview of the front camera.

What I\'m trying to do now is to get that camera working inside

2条回答
  •  离开以前
    2020-12-17 01:13

    It seems you have attribute cameraId in CameraExtractionFragment and CameraExtraction, but this is assigned a value only in CameraExtractionFragment.

    You should remove CameraExtraction.cameraId and use CameraExtractionFragment.cameraId instead.

提交回复
热议问题