You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for this fantastic package! It is exactly what I was hoping to find to connect my Nikon cameras.
I'm just getting started, but discovered one small glitch in the initialization code.
Within NikonSKDCamera.cs .... The call to GetCapabilites in the Init routine needs to happen before it calls SetCameraToManual. Otherwise all the logic to test capabilities is invalid.
Works fine if the InitiCapabilites call is placed immediately after hooking up CaptureComplete.
The text was updated successfully, but these errors were encountered:
First, thanks for this fantastic package! It is exactly what I was hoping to find to connect my Nikon cameras.
I'm just getting started, but discovered one small glitch in the initialization code.
Within NikonSKDCamera.cs .... The call to GetCapabilites in the Init routine needs to happen before it calls SetCameraToManual. Otherwise all the logic to test capabilities is invalid.
Works fine if the InitiCapabilites call is placed immediately after hooking up CaptureComplete.
The text was updated successfully, but these errors were encountered: