You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will try to make it simple.
I am able to make WSL2 recognize the Intel Realsense camera using usbipd then I built an alternative vmlinux (wsl2 kernel) with multimedia support and replaced it with the existing kernel.
With these changes, I am able to make WSL2 both detect the usb ports (lsusb) and I see /dev/video* and I can get access to video stream (I used cheese for example, and it worked).
When I try to run the Docker image, I bash this file:
When I had my work computer that has Ubuntu, this was perfect to get things going so I expected things to be fine now that I use WSL2 on Windows once I solved the camera stream issue on WSL2 but the Docker image does not get it. I can see /dev/video* inside the image, I can see Intel Realsense in the list when I run 'lsusb' but when I launch cheese, I do not get the camera stream.
Anybody had this issue before and how to solve it?
PS: I use WSL integration on Docker Desktop
The text was updated successfully, but these errors were encountered:
I will try to make it simple.
I am able to make WSL2 recognize the Intel Realsense camera using usbipd then I built an alternative vmlinux (wsl2 kernel) with multimedia support and replaced it with the existing kernel.
With these changes, I am able to make WSL2 both detect the usb ports (lsusb) and I see /dev/video* and I can get access to video stream (I used cheese for example, and it worked).
When I try to run the Docker image, I bash this file:
When I had my work computer that has Ubuntu, this was perfect to get things going so I expected things to be fine now that I use WSL2 on Windows once I solved the camera stream issue on WSL2 but the Docker image does not get it. I can see /dev/video* inside the image, I can see Intel Realsense in the list when I run 'lsusb' but when I launch cheese, I do not get the camera stream.
Anybody had this issue before and how to solve it?
PS: I use WSL integration on Docker Desktop
The text was updated successfully, but these errors were encountered: