dockur / windows

Windows inside a Docker container.
MIT License
28.11k stars 1.94k forks source link

How to get camera working #878

Open AkashKumar7902 opened 1 day ago

AkashKumar7902 commented 1 day ago

Operating system

Linux Mint 21.2

Description

camera not working

Docker compose

services: windows: image: dockurr/windows container_name: windows environment: VERSION: "11" RAM_SIZE: "8G" CPU_CORES: "4" devices:

Docker log

BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,4E3E6393-A1E0-4885-BD52-403E0782E58D,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,4E3E6393-A1E0-4885-BD52-403E0782E58D,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi

Screenshots (optional)

image

kroese commented 1 day ago

If its an USB camera, you can passthrough the device (see the FAQ about USB devices). If its not USB, you are out of luck.