Search found 2 matches

by chp0423
Sat Jul 27, 2019 4:30 pm
Forum: Development
Topic: Nikon z7 liveview issue
Replies: 1
Views: 11688

Nikon z7 liveview issue

I am developing a Nikon camera control application with a Nikon Z7 camera and your CameraControlDevices.sln. Firstly, I can start liveview by click the button, but after I install the standalone library with "Install-Package CameraControl.Devices -Version 2.0.73-beta", the "liveview&q...
by chp0423
Thu Jul 25, 2019 3:23 pm
Forum: Development
Topic: camera property setting issue
Replies: 0
Views: 10620

camera property setting issue

I am developing a software using Nikon Z7 digital camera and CameraControlDevices.sln. When I tried to set a camera property using a statement such as "DeviceManager.SelectedCameraDevice.IsoNumber.Value = "100"", the code samed to run correcty, but the camera property didn't chan...