Tim Kay
Tim Kay
The example doesn't work with the Windows 8 mouse. It works with Windows 8 touch screen, but not the mouse.
The API works great if I am the owner of the device. In my case, however, somebody shared a device with me as a guest, and no devices show up.
## 🐛 Bug cv2.VideoCapture(0) does not work ### To Reproduce In https://pyodide.org/en/stable/console.html, type ```python import cv2 cap = cv2.VideoCapture(0) cap.isOpened() cap.read() ``` I get  I have tried with webcam...