dognotdog / ptpwebcam

Mac DSLR webcam plugin for using DSLRs for video conferencing and streaming.
https://ptpwebcam.org
GNU General Public License v3.0
183 stars 19 forks source link

Nikon D7200 PTP Webcam with Microsoft Edge #57

Open Christiandr007 opened 3 years ago

Christiandr007 commented 3 years ago

When using the Microsoft Edge browser I can't recognize my Nikon D7200 connected by USB with 100% battery as a webcam. I tried installing the latest version, updating the browser, restarting the MacBook, but it doesn't work.

dognotdog commented 3 years ago

@Christiandr007 it sounds like a library validation issue, I have not tested with Edge, yet.

sabbour commented 3 years ago

Please try this

killall -SIGKILL "Microsoft Edge"
codesign --remove-signature "/Applications/Microsoft Edge.app" && \
codesign --remove-signature "/Applications/Microsoft Edge.app/Contents/Frameworks/Microsoft Edge Framework.framework/Helpers/Microsoft Edge Helper.app" && \
codesign --remove-signature "/Applications/Microsoft Edge.app/Contents/Frameworks/Microsoft Edge Framework.framework/Helpers/Microsoft Edge Helper (GPU).app" && \
codesign --remove-signature "/Applications/Microsoft Edge.app/Contents/Frameworks/Microsoft Edge Framework.framework/Helpers/Microsoft Edge Helper (Plugin).app"