You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Started to see some unhandled exception popup on Sentry lately, looks like it mostly impact a small subset of devices:
Lenovo A2010l36 (Android 5.1)
LG-X220 (Android 5.1)
The exact error is IllegalArgumentException lower must be less than or equal to upper in com.mrousavy.camera.core.CameraDeviceDetails in getFormats at line 125 so I guess it should be an easy fix as these device must output some kind of garbage I guess.
IllegalArgumentException lower must be less than or equal to upper
android.util.Range in<init> at line 59
com.mrousavy.camera.core.CameraDeviceDetails in getFormats at line 125
com.mrousavy.camera.core.CameraDeviceDetails in toMap at line 79
com.mrousavy.camera.CameraDevicesManager in getDevicesJson at line 87
com.mrousavy.camera.CameraDevicesManager in sendAvailableDevicesChangedEvent at line 94
com.mrousavy.camera.CameraDevicesManager$initialize$1in invokeSuspend at line 71
kotlin.coroutines.jvm.internal.BaseContinuationImpl in resumeWith at line 33
kotlinx.coroutines.DispatchedTask in run at line 108
java.util.concurrent.ThreadPoolExecutor in runWorker at line 1112
java.util.concurrent.ThreadPoolExecutor$Workerin run at line 587
java.lang.Thread in run at line 818
Camera Device
Happens on devices in the field on the production release so I don't have them on hand.
Device
Lenovo A2010l36
VisionCamera Version
4.0.0-beta.10
Can you reproduce this issue in the VisionCamera Example app?
No, I cannot reproduce the issue in the Example app
Additional information
I am using Expo
I have enabled Frame Processors (react-native-worklets-core)
What's happening?
Started to see some unhandled exception popup on Sentry lately, looks like it mostly impact a small subset of devices:
The exact error is
IllegalArgumentException lower must be less than or equal to upper
incom.mrousavy.camera.core.CameraDeviceDetails in getFormats at line 125
so I guess it should be an easy fix as these device must output some kind of garbage I guess.Reproduceable Code
Relevant log output
Camera Device
Happens on devices in the field on the production release so I don't have them on hand.
Device
Lenovo A2010l36
VisionCamera Version
4.0.0-beta.10
Can you reproduce this issue in the VisionCamera Example app?
No, I cannot reproduce the issue in the Example app
Additional information
The text was updated successfully, but these errors were encountered: