因Win10會自動裝驅動,某一版之後驅動出了問題
需要自行安裝DCM
但DCM又會因為Windows的驅動存在而安裝失敗
(會在vcredist_x86_v140.xml
的地方停下,沒有錯誤訊息,但實際上是驅動的服務叫不起來)
進裝置管理員把每個驅動反安裝,如果有選擇刪除驅動的選項,就確認刪除
反安裝順序:
Under Imaging devices, uninstall these drivers in the following order:
SR300 Virtual camera.
SR300 Depth camera.
Under Camera Devices, uninstall this driver:
SR300 RGB camera
Under Universal Serial Bus devices, uninstall this driver:
SR300 Device
—
最後重插攝影機或硬體掃描
用系統管理權權限開cmd
用這指令安裝DCM
./intel_rs_dcm_f200_1.4.27.52404.exe --ignore-fw-update --acceptlicense=yes
—
P.S.
另外注意有時其實驅動已經裝好了,但程式還是跑不起來
是因為Service裏面Intel(R) RealSense(TM) Depth Camera Manager Service
這個服務很笨
開機時沒插著攝影機就會認為沒裝置,有插拔過的話使用也會死掉
要重啟這個服務或重開機才能使用
—
參考
https://www.intel.com/content/www/us/en/support/articles/000026184/emerging-technologies/intel-realsense-technology.html
參考禁止windows 10下載驅動方法
https://forums.intel.com/s/question/0D50P0000490MWqSAM/how-to-get-sr300-working-on-windows-10-build-1703-including-sdk-apps-such-as-segmentation-updated-5172017?language=en_US
--
現在還在寫blog分享資訊的人越來越少,如果覺得文章對您有幫助,歡迎在底下留言,這樣我也比較有動力繼續寫下去,謝啦!
我的是F200,Windows 10升級到20H1之後DCM起不來,重開機跟重啟服務都沒用,照你的方法我來試試看