jaku / SnapCameraPreservation

MIT License
553 stars 74 forks source link

No longer working with macOS Sonoma #66

Closed sewqawsdewq332 closed 8 months ago

sewqawsdewq332 commented 8 months ago

I just updated to Sonoma 14.1 and now Snap doesn't show up as a camera device in any browser or app.

Cleared cache, reset permissions, and re-downloaded but nothing fixes it.

CalebWalz411 commented 8 months ago

Im having the exact same issue

jaku commented 8 months ago

https://support.apple.com/en-us/HT213969

a-m1234 commented 8 months ago

Does this mean we cannot use it?

a-m1234 commented 8 months ago

if i follow the "Restore legacy video device support" on the link provided will that fix the issue?

jaku commented 8 months ago

Yes, that will fix it.

sewqawsdewq332 commented 8 months ago

https://support.apple.com/en-us/HT213969

Thanks - I followed these instructions but got the below error:

-bash-3.2# system-override legacy-camera-plugins-without-sw-camera-indication=on

Volume on disk32 failed to mount

This is an encrypted and locked APFS volume; use “diskutil apfs unlockVolume”

sewqawsdewq332 commented 8 months ago

if i follow the "Restore legacy video device support" on the link provided will that fix the issue?

Did this work for you?

sewqawsdewq332 commented 8 months ago

Solved - had to run diskutil apfs list and then find the disk3s2 Volume Identifier, then run diskutil apfs unlockVolume <VolumeIdentifier> and finally run system-override legacy-camera-plugins-without-sw-camera-indication=on.

Thanks @jaku!