Tim Kay

Results 3 issues of 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 ![image](https://github.com/pyodide/pyodide/assets/65144/c4bffe89-9172-45d1-966d-da05e07aead6) I have tried with webcam...

bug