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
Original issue reported on code.google.com by
NinjaCr...@gmail.com
on 4 Mar 2013 at 7:01