Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@JsDoingYJ
Copy link

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

@vandanabpatel
Copy link

@saki4510t @JsDoingYJ i am facing same issue how to find RenderHandler class for new version?

@metuuu
Copy link

metuuu commented Jan 18, 2021

Facing the same issue.

metuuu added a commit to metuuu/UVCCamera that referenced this issue Jan 18, 2021
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants