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
Is the sample app tested to be working on Android 14 with USB camera as video source?
I'm asking this because I found Rotation->Video Source->CameraUVC to be working on Android 12, but it failed on Android 14.
The preview section just gets stuck when CameraUVC is selected on Android 14.
From the source code CameraUvcSource.kt, I'm assuming Root Encoder uses the UVCAndroid project for USB camera support. But that project also didn't work on multiple Android 14 phones and USB cameras that I tested previously, reported this issue there #83.
The text was updated successfully, but these errors were encountered:
Is the sample app tested to be working on Android 14 with USB camera as video source?
I'm asking this because I found Rotation->Video Source->CameraUVC to be working on Android 12, but it failed on Android 14.
The preview section just gets stuck when CameraUVC is selected on Android 14.
From the source code
CameraUvcSource.kt
, I'm assumingRoot Encoder
uses the UVCAndroid project for USB camera support. But that project also didn't work on multiple Android 14 phones and USB cameras that I tested previously, reported this issue there #83.The text was updated successfully, but these errors were encountered: