dependabot[bot] on nuget
Bump DotNetZip from 1.10.1 to 1… (compare)
dependabot[bot] on nuget
Bump DotNetZip from 1.10.1 to 1… (compare)
dependabot[bot] on nuget
Bump DotNetZip from 1.10.1 to 1… (compare)
dukus on master
Nikon Z6 - LiveViewImageZoomRat… (compare)
dukus on master
2.1.4 Release ref #374 Merge branch 'master' of https:… (compare)
But there is another problem about it. When I run the app primarily, the program goes to
private void combo_Camera1_SelectedIndexChanged(object sender, System.EventArgs e){
DeviceManager.SelectedCameraDevice = (ICameraDevice)combo_Camera1.SelectedItem;
}
DeviceManager.SelectedCameraDevice
have only few values(eg. Name, DisplyName). while Mode, ShutterSpeed and others are null
.
Hi, @dukus . I met a problem again. When I use following code to change the ShutterSpeed value, it seems the camera doesn’t act as the changed value.
DeviceManager1.SelectedCameraDevice.ShutterSpeed.Value = combo_shutterSpeed1.SelectedItem.ToString();
What should I do to solve this? Please help me!