Git Product home page Git Product logo

Comments (5)

owahltinez avatar owahltinez commented on July 24, 2024 2

OK, the problem is that when the camera switch button is pressed, we are trying to bind all camera use cases without unbinding the previous ones first. Thanks for flagging!

I think that the proper solution here would be to call CameraX.unbindAll() inside of the switch button callback, rather than inside of the bindCameraUseCases() function.

from camera-samples.

Tooto avatar Tooto commented on July 24, 2024

Works for me! (Samsung note 9)

from camera-samples.

owahltinez avatar owahltinez commented on July 24, 2024

@davinnovation does this happen 100% of the time? Do you see any errors in logcat?

from camera-samples.

Tooto avatar Tooto commented on July 24, 2024

@davinnovation does this happen 100% of the time? Do you see any errors in logcat?

100%. Tested on sgs6, sgnote 9.

2019-07-18 13:08:40.998 373-373/com.motify.client E/CameraFragment$updateCameraUi: java.lang.IllegalArgumentException: Exceeded max simultaneously bound image capture use cases. at androidx.camera.camera2.impl.UseCaseSurfaceOccupancyManager.checkUseCaseLimitNotExceeded(UseCaseSurfaceOccupancyManager.java:61) at androidx.camera.camera2.impl.Camera2DeviceSurfaceManager.getSuggestedResolutions(Camera2DeviceSurfaceManager.java:150) at androidx.camera.core.CameraX.calculateSuggestedResolutions(CameraX.java:494) at androidx.camera.core.CameraX.bindToLifecycle(CameraX.java:188)

from camera-samples.

davinnovation avatar davinnovation commented on July 24, 2024

@owahltinez Yes. When I press the switch button, 100%. - Galaxy S10+ confirmed

In logcat, error occurred just one time with this message

2019-07-18 20:24:29.535 4188-4239/com.android.example.cameraxbasic E/Camera: CameraDevice.onError(): 1 with error: ERROR_MAX_CAMERAS_IN_USE

After this, error message doesn't shown and only this message has logged when press switch button.

2019-07-18 20:23:13.619 392-392/com.android.example.cameraxbasic D/ViewRootImpl@705f68f[MainActivity]: ViewPostIme pointer 0
2019-07-18 20:23:13.644 392-392/com.android.example.cameraxbasic D/ViewRootImpl@705f68f[MainActivity]: ViewPostIme pointer 1

And if I add CameraX.unbindAll() to bindCameraUseCases() function, it works properly without any error message

from camera-samples.

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.