Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get camera working #878

Open
AkashKumar7902 opened this issue Nov 12, 2024 · 1 comment
Open

How to get camera working #878

AkashKumar7902 opened this issue Nov 12, 2024 · 1 comment

Comments

@AkashKumar7902
Copy link

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:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m

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
Copy link
Contributor

kroese commented Nov 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@kroese @AkashKumar7902 and others