• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. G

    How to get camera intent record automatically video when launched ?

    Hello everybody, I can't find anywhere information on how to get camera intent record automatically video when launched. This is what I use to get the intent but still user has to press the record button. Is it even possible to automate something like this using camera intent or I have to build...
  2. G

    Apps How to set up an object detector Kotlin ?

    I am building an app using Kotlin I got the camera preview but I struggle to get the detector working. I just can't work out how to implement it, I don't even need to draw bounding boxes I just need to get the object's classification tag and the 4 coordinates. I am using Camera X to access...