Пример #1
0
 internal EosCamera(IntPtr camera)
     : base(camera)
 {
     Util.Assert(Edsdk.EdsGetDeviceInfo(this.Handle, out _deviceInfo),
                 "Failed to get device info.");
     //this.SetEventHandlers();
     this.EnsureOpenSession();
 }