About 51 results
Open links in new tab
  1. How to use an external USB camera (UVC) in an Android project?

    Dec 29, 2024 · I want to use an external USB camera (UVC camera) in my Android project but I’m not sure how to approach this. From the Android documentation, it seems like the Camera2 API supports …

  2. connecting USB UVC camera with CameraX - Stack Overflow

    Jan 19, 2023 · I'm trying to make an android app that preview a stream from an external USB camera. I can see the camera using UsbManager but for some reason, the CameraX doesn't list it in the …

  3. Accessing a USB camera using Android-Camera2 API

    Sep 8, 2019 · I have a UVC camera that want to access and grab frames from in my Android Pie (Android 9) code. This is the code I'm using to enumerate the cameras connected to the Android …

  4. Android Open external UVC camera instead hardware camera

    Jun 15, 2016 · The 2 years old Camera2 API seems to include external Camera support. I've found in Android project documentation - Camera device the following statements: "External camera (e.g. …

  5. UVCCamera with samples, how import to android studio?

    Apr 15, 2020 · I want work with usb camera (uvc) and Android Studio (Windows). I am having problems with the USB cam library "libuvccamera". I want to know how solve the problems or any another way …

  6. reactjs - How can I access UVC-Camera from USB (set/get -commands ...

    Mar 2, 2023 · How can I access UVC-Camera from USB (set/get -commands) while it is "videoinput" device for ReactCam in Windows environment? Ask Question Asked 3 years ago Modified 3 years ago

  7. Set high resolution exposure on UVC Camera with Media Foundation

    Jun 3, 2022 · I need to set the exposure on a UVC Camera with Media Foundation in a native C++ application with a resolution of milliseconds. The standard method for setting exposure on a UVC …

  8. Accessing UVC camera controls from PyGST - Stack Overflow

    Jan 18, 2023 · I'm using PyGST to display the feed from a UVC webcam inside a PyQt application. I can access some camera controls, such as brightness and contrast, directly using the corresponding …

  9. webcam - Android as an UVC Camera - Stack Overflow

    Present phone camera as a network attached camera. Then you can use local software to use that feed as a webcam. See e.g., IP Webcam. This may be sufficient, but it's a complicated setup, and network …

  10. How to set exposure for Still Image capture when using DirectShow API ...

    Dec 5, 2023 · I want to be able to capture still images at different exposures so I can later use OpenCV to create an HDR image with them. I am aware that Directshow is a legacy feature. I ended up using …