About 1,180,000 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 …

  2. 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 …

  3. 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 …

  4. 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 …

  5. 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 …

  6. Android Open external UVC camera instead hardware camera

    Jun 15, 2016 · i need to open external UVC camera with Camera.open(CameraId); but not working Please help?

  7. WSL - webcam USB : Can not open camera by index

    May 16, 2022 · 2 I can't provide a complete answer at this point, but here's what I know so far about camera support under WSL2: You have the first step correct by sharing the camera via …

  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 …

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

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

  10. How to make USB camera work with OpenCV? - Stack Overflow

    How to make USB camera work with OpenCV? Asked 7 years, 4 months ago Modified 1 year, 8 months ago Viewed 64k times