Giter Site home page Giter Site logo

Comments (4)

tuananhdtu avatar tuananhdtu commented on August 14, 2024

My device SM-J410f not use useExternalCameraTexture = true, when i set to false, camera will open but laggy

from quickstart-android-java.

tuananhdtu avatar tuananhdtu commented on August 14, 2024

java.nio.BufferOverflowException
at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:291)
at java.nio.ByteBuffer.put(ByteBuffer.java:642)
at ai.deepar.deepar_example.MainActivity$12.analyze(MainActivity.java:468)
at androidx.camera.core.ImageAnalysis.lambda$setAnalyzer$1$ImageAnalysis(ImageAnalysis.java:367)

from quickstart-android-java.

TutorialsAndroid avatar TutorialsAndroid commented on August 14, 2024

java.nio.BufferOverflowException at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:291) at java.nio.ByteBuffer.put(ByteBuffer.java:642) at ai.deepar.deepar_example.MainActivity$12.analyze(MainActivity.java:468) at androidx.camera.core.ImageAnalysis.lambda$setAnalyzer$1$ImageAnalysis(ImageAnalysis.java:367)

My device SM-J410f not use useExternalCameraTexture = true, when i set to false, camera will open but laggy

Same issue here. any workaround for that

from quickstart-android-java.

JelenaKB avatar JelenaKB commented on August 14, 2024

Sorry, using external textures is an optional optimization for newer devices that we demoed in our quickstart example, some older devices will, unfortunately, crash from this. If you are unsure if the device in question supports external textures you should be able to easily disable them


https://github.com/DeepARSDK/quickstart-android-java/blob/master/app/src/main/java/ai/deepar/deepar_example/MainActivity.java

If you are using the code from our quickstart you can just set

useExternalCameraTexture = false;

as you have.

The lag will change depending on the selected effect, some effects are more processor intensive than others.

from quickstart-android-java.

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.