Code Monkey home page Code Monkey logo

Comments (3)

ganjanoh avatar ganjanoh commented on August 17, 2024

Hello @gmoens-vuzix , are you unable to duplicate using the latest KitchenSink version 3.3.0? We will need to be able to duplicate the error there. What type of Android device are you working with? Have you tried a different Android device to see maybe the experience is different?

from webex-android-sdk.

gmoens-vuzix avatar gmoens-vuzix commented on August 17, 2024

@ganjanoh

I can't recreate with KitchenSink 3.3.0. But I can duplicate with KitchenSink 3.2.1 after I manually upgrade it to use SDK 3.3.0. The same warning appears in logcat.

There must be a change in KitchenSink 3.3.0 that fixes it, but I haven't found it yet. I'll keep looking at the diff between the two versions. If you have any insight, I'd appreciate a hint.

Edit: I just tested on a Pixel 6, both KitchenSink and my SDK app are fine. This only appears to be a problem with my app and KitchenSink when running on a Vuzix M400.

from webex-android-sdk.

gmoens-vuzix avatar gmoens-vuzix commented on August 17, 2024

@ganjanoh

I figured out what changed. In KitchenSink, WebexRepository.kt:

- var enableHWAcceltoggle = true
+ var enableHWAcceltoggle = false

Making a similar change in my app brought back outgoing video. It must be 3.2.1 defaulted hardware acceleration to off. 3.3.0 changed this to on and 3.3.0.1-SNAPSHOT it's back off again. By explicitly turning this off in my code, I avoid any issues with the default value changing.

from webex-android-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.