Ps3 eye camera on docker wsl2 #11960
Unanswered
jaimealbapastor
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I am trying to connect my PS3 Eye camera through usb to my docker container. I am working on Windows 11, with a modified WSL2 kernel to include all USB camera drivers. (versions below)
I tried this solution but didn't work for the PS3 Eye : docker/for-win#13940 (comment)
I have tried these steps (which work with conventional webcams):
usbipd attach
lsusb
, the camera is correctly found.$ lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 003: ID 1415:2000 Nam Tai E&E Products Ltd. or OmniVision Technologies, Inc. Sony Playstation Eye Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
/dev/videoX
file does not appear (which is not the case when I use another webcam). Here is where my issue lays.With a conventional webcam, once i get the
/dev/video0
file on the WSL2 terminal, everything works fine when I start the docker container. I am able to watch the camera feed with OpenCV (on python).I have also checked and the file
/dev/bus/usb/001/003
does exist. But I can't open it with OpenCV.I always get the 'Could not open video device' message.
I'm out of ideas. I found posts saying that the PS3 Eye camera works flawlessly with full Linux devices. But I like windows too much :)
Versions
Beta Was this translation helpful? Give feedback.
All reactions