Ian Thomas
Ian Thomas
The UVC implementation is still incomplete at this point in time but it is close to working. Once implemented it should be possible to support WebRTC however that would likely...
I imagine what we really need is unit tests so swiping can be proven to work as intended for each transform and when swapping between each transform.
Can you please be more descriptive. It is hard to help when the issue is vague. What output did you get and what output did you expect. Example projects are...
This is missing a lot of information. It's not clear what you are doing, how you are building the project, or what your expected outcome is.
Could you make a sample project to demonstrate what you are seeing? If so I would be happy to help look into the issue.
Did you modify the circular buffer limit in your use case? The default is 200 messages so you're average over 10kB per message which is pretty hefty. The file writing...
Nothing comes to mind. @nishtahir you have any problems with this change?
while not a fix, if you create a hyperion build variant, you can set lint rules for that specific variant or alternately disable the strict mode settings for that variant
Can you create a test project that demonstrates the issue? I have not observed issues with the android gradle plugin 3.0.x or 3.1.x. Also, being an intermittent issue leads me...
>Tell the truth, it is not a good idea put a third-party class into into your libs This isn't a very helpful comment to make and it's a generalization. >Duplicate...