akumar193 / nikon-camera-control

Automatically exported from code.google.com/p/nikon-camera-control
0 stars 0 forks source link

No liveview on D7000 #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect a D7000
2. Run "CameraControl"
3. Open Live View window

The method "private void GetLiveImage()" is called, but since the D7000 is 
loaded as a WiaCameraDevice, the implementation is empty, nothing is returned

public override LiveViewData GetLiveViewImage()
{
 //throw new NotImplementedException();
 return new LiveViewData();
}

Original issue reported on code.google.com by NinjaCr...@gmail.com on 4 Mar 2013 at 7:01

GoogleCodeExporter commented 9 years ago

Original comment by Duk...@gmail.com on 6 May 2013 at 1:15