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
I needn't find the file RenderHanler.java in the "com.serenegiant.glutils" ,but it's used in the file "MediaVideoEncoder.java" of module "usbCameraCommon"?
#7
Open
JsDoingYJ opened this issue
Oct 12, 2019
· 2 comments
I needn't find the file RenderHanler.java in the "com.serenegiant.glutils" ,but it's used in the file "MediaVideoEncoder.java" of module "usbCameraCommon"?
Please give me help
The text was updated successfully, but these errors were encountered:
There was a problem building app due to final requireArguments method
that was implemented in androidx
saki4510t/libcommon@b8f1959
Updating the lib caused some problems due to libcommon library containing same classes that libuvccamera included.
The new classes had permission issue that crashed the app so they could't be used.
The issue was that device serial number can't be read without usb device
access permission.
https://developer.android.com/reference/android/hardware/usb/UsbDevice#getSerialNumber()
Not sure if more recent versions contain the bug but they included more
problems (saki4510t/libcommon#7) so 5.7.0
version was used.
I needn't find the file RenderHanler.java in the "com.serenegiant.glutils" ,but it's used in the file "MediaVideoEncoder.java" of module "usbCameraCommon"?
Please give me help
The text was updated successfully, but these errors were encountered: