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

Allow access to camera and microphone on WINDOWS 11 #1669

Open
MaldroidDev opened this issue Mar 6, 2022 · 14 comments
Open

Allow access to camera and microphone on WINDOWS 11 #1669

MaldroidDev opened this issue Mar 6, 2022 · 14 comments
Labels
Issue: Reproduced Issue reproduced without uncertainties ToDo To be done Win 11 Windows 11 issues Workaround Temporary or alternative solution

Comments

@MaldroidDev
Copy link

Is your feature request related to a problem or use case?

I want to be able to use camera and microphone in the sandbox sometimes.

Describe the solution you'd like

Maybe add two check boxes that allow camera or microphone access.

Describe alternatives you've considered

No response

@bjm234
Copy link

bjm234 commented Jan 9, 2023

Curious, still on ToDo list?
My Edge sbox does not allow camera/mic access.
DefaultBox allows camera/mic access.

@DavidXanatos DavidXanatos added the Win 11 Windows 11 issues label Feb 10, 2023
@DavidXanatos DavidXanatos changed the title Allow access to camera and microphone Allow access to camera and microphone on WINDOWS 11 May 21, 2023
@DavidXanatos DavidXanatos pinned this issue May 21, 2023
@DavidXanatos DavidXanatos added Workaround Temporary or alternative solution Issue: Reproduced Issue reproduced without uncertainties and removed Feature Request New feature or idea labels May 21, 2023
@DavidXanatos
Copy link
Member

duplicates:
#2197
#2508
#2925

@DavidXanatos
Copy link
Member

Windows 11 has changed how the frame server for webcams is to be accessed, to get this working a larger re work of Sandboxies inner mechanics around COM/RPC Virtualization is required.

As a preliminary workaround a Compartment Type Box can be used with opened COM access can be used

NoSecurityIsolation=y
Template=OpenCOM

to mitigate for the reduced isolation it is recommended to prevent process elevation

DropAdminRights=y

@chadify
Copy link

chadify commented Oct 2, 2023

Allow access to location/spoof location as well.

@e-t-l
Copy link

e-t-l commented Oct 30, 2023

Windows 11 has changed how the frame server for webcams is to be accessed, to get this working a larger re work of Sandboxies inner mechanics around COM/RPC Virtualization is required.

As a preliminary workaround a Compartment Type Box can be used with opened COM access can be used

NoSecurityIsolation=y
Template=OpenCOM

It looks like both these settings are necessary for Zoom to detect a camera, and NoSecurityIsolation needs a license in order to work (for longer than 5 min at a time), unfortunately.

NoSecurityIsolation, as I understand, encompasses a variety of sandbox changes. Do we know which one(s) specifically are relevant to camera access, and would it be possible to add just that particular permission as its own separate ini flag?

@ccchan234
Copy link

ps: 1 yr left before microsoft force all of us to stop using win10.
unless we paid for windows 365 which is a VM service.
thanks

@akurpukov
Copy link

ps: 1 yr left before microsoft force all of us to stop using win10. unless we paid for windows 365 which is a VM service. thanks

How MS force you stop using Win10? I'm still use Windows 7 and 8.1 for business tasks.

@ccchan234
Copy link

ccchan234 commented Sep 1, 2024

ps: 1 yr left before microsoft force all of us to stop using win10. unless we paid for windows 365 which is a VM service. thanks

How MS force you stop using Win10? I'm still use Windows 7 and 8.1 for business tasks.

it's ok to use offline,
but if you connect to internet and have no update (win10 ordinary user update ends in 2025), no good

@t-anh
Copy link

t-anh commented Oct 8, 2024

On my Windows11 PC, Zoom cannot use the camera when using Sandboxie Classic v5.66.2.
I was able to use it when I added the following settings to the Sandboxie.ini file.

NoSecurityIsolation=y
Template=OpenCOM

However, There are two problems:

  1. When start Zoom, the following dialog box appears.
    Once you cancel that dialogue, you can use Zoom.

Unable to open configuration file. Please restart Zoom and try again. (Translated from japanese)

  1. When end a Zoom meeting, the following dialog box appears.

Zoom quits unexpectedly.

The above two problems do not occur in Sandboxie-Plus.
Is there a way to solve these two problems in classic?
I attached my default Sandboxie.ini.

Sandboxie.ini

@t-anh
Copy link

t-anh commented Oct 9, 2024

When I applied the following settings, the dialog box disappeared.

DisableObjectFilter=y

However, when I applied the following settings, I had to sign in every time I started Zoom. This issue also occurs in classic v5.69.9.

NoSecurityIsolation=y
Template=OpenCOM

Is there a way to keep the sign-in information?

@Shr201
Copy link

Shr201 commented Oct 21, 2024

your sandbox options
General Options -- Restrictions -- Open System Protected Storage
then you can keep the sign-in information

@t-anh
Copy link

t-anh commented Oct 21, 2024

@Shr201
It Worked for me.
Thank you for your support.

@RengRan1999Zz
Copy link

RengRan1999Zz commented Oct 26, 2024

Windows 11 改变了访问网络摄像头框架服务器的方式,为了使其正常工作,需要对围绕 COM/RPC 虚拟化的 Sandboxies 内部机制进行更大规模的重新设计。

作为初步的解决方法,可以使用隔间类型盒并打开 COM 访问

NoSecurityIsolation=y
Template=OpenCOM

为了减轻隔离度的降低,建议防止进程提升

DropAdminRights=y

I tried this method, but the microphone and speaker are still ineffective and the camera is working properly

@t-anh
Copy link

t-anh commented Nov 21, 2024

I'm using v1.14.10 / 5.69.10 version.
When I applied the following settings, Zoom can use the camera on Windows 11 pro 23H2.
However, Zoom cannot use the camera on Windows 11 pro 24H2.

NoSecurityIsolation=y
Template=OpenCOM

Is there a way to fix this by changing the settings?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Reproduced Issue reproduced without uncertainties ToDo To be done Win 11 Windows 11 issues Workaround Temporary or alternative solution
Projects
None yet
Development

No branches or pull requests