As CameraX is showing me it is not configured properly, so i think for this reason i get undefined from the bellow code: const devices = useCameraDevices() const device = devices.back console.log(device) I am getting undefined in terminal from abover console.log() ...
CameraX 是一个 Jetpack 支持库,旨在帮助您简化相机应用的开发工作。它提供一致且易用的 API 接口,...