dukus / digiCamControl

DSLR camera remote control open source software
http://digicamcontrol.com/
Other
675 stars 226 forks source link

Support for Nikon Z8? #409

Open struffel opened 1 year ago

struffel commented 1 year ago

Hello, I saw that the Nikon Z8 is currently not supported by digicamcontrol and when I tried it I got the following error, so it really does not work. Is support for the Z8 planned, given its similarities to the Z9?

PS C:\Program Files (x86)\digiCamControl> .\CameraControlCmd.exe /capture
digiCamControl command line utility running

New Camera is connected ! Driver :Z 8
Error occurred while capturing photo CameraControl.Devices.Classes.DeviceException: Unknown error. Error code:2147754003 ---> System.Runtime.InteropServices.COMException: Ausnahme von HRESULT: 0x80042013
   bei WIA.IDevice.ExecuteCommand(String CommandID)
   bei CameraControl.Devices.Others.WiaCameraDevice.CapturePhoto() in C:\Work\VS\CameraControl\CameraControl.Devices\Others\WiaCameraDevice.cs:Zeile 661.
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei CameraControl.Devices.Classes.ErrorCodes.GetException(COMException exception) in C:\Work\VS\CameraControl\CameraControl.Devices\Classes\ErrorCodes.cs:Zeile 169.
   bei CameraControl.Devices.Others.WiaCameraDevice.CapturePhoto() in C:\Work\VS\CameraControl\CameraControl.Devices\Others\WiaCameraDevice.cs:Zeile 666.
   bei CameraControlCmd.Program.Capture() in C:\Work\VS\CameraControl\CameraControlCmd\Program.cs:Zeile 470.