0
我想用我的尼康Coolpix和尼康D5000數碼相機遠程使用python拍照。如何使用python遠程從數碼相機拍照... capture.py?
我已經從pyusb
下載了所有軟件包。
當我運行capture.py腳本,下面的錯誤結果:
"Attribute Error: 'module' object has no attribute 'findptps'"
的代碼中的錯誤指的是該線在這裏capture.py:
ptpTransport = PtpUsbTransport(PtpUsbTransport.findptps()[0])
是什麼這個錯誤造成的?將不勝感激任何幫助。