Access Android's Camera while connected Nreal lights

Hi, I try to use the camera with WebCamTexture on Android while connected to the Nreal lights, but it just gives me those error that looks like restricted…so is it possible to access the camera ?
I did have permission for the camera/System camera on Android.manifest

Thank you

2022-11-03 06:20:05.347 1846-11846/? I/CameraService: CameraService::connect call (PID -1 "com.DefaultCompany.Myproject", camera ID 0) and Camera API version 2
2022-11-03 06:20:05.347 1846-11846/? I/CameraService: isUidActiveLocked E: uid 10336, callingPackage com.DefaultCompany.Myproject, isRegistered true
2022-11-03 06:20:05.347 1846-11846/? I/CameraService: isUidActiveLocked X: uid 10336, callingPackage com.DefaultCompany.Myproject, isActive true.
2022-11-03 06:20:05.348 2323-6028/? I/EDMNativeHelperService: isCameraEnabled
2022-11-03 06:20:05.348 2323-6028/? D/EDMNativeHelper: isCameraEnabled
2022-11-03 06:20:05.348 2323-6028/? D/EDMNativeHelper: checking for camera in EnterpriseDeviceManagerService
2022-11-03 06:20:05.348 2323-6028/? D/EnterpriseDeviceManagerService: isCameraEnabledNative
2022-11-03 06:20:05.348 2323-6028/? D/EnterpriseDeviceManagerService: checking for camera in restriction policy
2022-11-03 06:20:05.348 2323-6028/? D/RestrictionPolicy: isCameraEnabled ret(true) userId(0) cxtInfo.mCallerUid(10336) cxtInfo.mContainerId(0)
2022-11-03 06:20:05.349 1846-11846/? D/CameraService: vr service found
2022-11-03 06:20:05.349 1846-11846/? I/CameraService: isCameraBlockedByHMT: usbpd_ids: 3318:0604, is camera blocking device: true
2022-11-03 06:20:05.349 1846-11846/? I/CameraService: Camera is disabled by device state. connect X (pid 27845) rejected
2022-11-03 06:20:05.349 27845-28044/? E/Unity: Camera2: Error opeining CameraDevice 3
2022-11-03 06:20:05.349 27845-27879/? E/Unity: Camera2: CameraAccessException android.hardware.camera2.CameraAccessException: CAMERA_DISABLED (1): validateClientPermissionsLocked:1562: Caller "com.DefaultCompany.Myproject" (PID 10336, UID 27845) cannot open camera "0" when camera is bloked by device state.
2022-11-03 06:20:05.351 1846-11846/? W/ServiceManager: Permission failure: android.permission.SYSTEM_CAMERA from uid=10336 pid=27845
2022-11-03 06:20:05.351 1846-11846/? I/CameraService: CameraService::connect call (PID -1 "com.DefaultCompany.Myproject", camera ID 0) and Camera API version 1
2022-11-03 06:20:05.351 1846-11846/? I/CameraService: isUidActiveLocked E: uid 10336, callingPackage com.DefaultCompany.Myproject, isRegistered true
2022-11-03 06:20:05.351 1846-11846/? I/CameraService: isUidActiveLocked X: uid 10336, callingPackage com.DefaultCompany.Myproject, isActive true.
2022-11-03 06:20:05.351 2323-6028/? I/EDMNativeHelperService: isCameraEnabled
2022-11-03 06:20:05.351 2323-6028/? D/EDMNativeHelper: isCameraEnabled
2022-11-03 06:20:05.351 2323-6028/? D/EDMNativeHelper: checking for camera in EnterpriseDeviceManagerService
2022-11-03 06:20:05.351 2323-6028/? D/EnterpriseDeviceManagerService: isCameraEnabledNative
2022-11-03 06:20:05.351 2323-6028/? D/EnterpriseDeviceManagerService: checking for camera in restriction policy
2022-11-03 06:20:05.351 2323-6028/? D/RestrictionPolicy: isCameraEnabled ret(true) userId(0) cxtInfo.mCallerUid(10336) cxtInfo.mContainerId(0)
2022-11-03 06:20:05.352 1846-11846/? D/CameraService: vr service found
2022-11-03 06:20:05.352 1846-11846/? I/CameraService: isCameraBlockedByHMT: usbpd_ids: 3318:0604, is camera blocking device: true
2022-11-03 06:20:05.352 1846-11846/? I/CameraService: Camera is disabled by device state. connect X (pid 27845) rejected
2022-11-03 06:20:05.352 27845-28045/? W/CameraBase: An error occurred while connecting to camera 0: Status(-8, EX_SERVICE_SPECIFIC): '6: validateClientPermissionsLocked:1562: Caller "com.DefaultCompany.Myproject" (PID 10336, UID 27845) cannot open camera "0" when camera is bloked by device state.'

Hi, it is not supported to call the cam of your phone for glass.