Browse Source

V1.0.2 优化ik相机驱动2

master
CPL 1 year ago
parent
commit
a513f6eaac
8 changed files with 1 additions and 1 deletions
  1. BIN
     
  2. BIN
     
  3. BIN
     
  4. BIN
     
  5. BIN
     
  6. BIN
     
  7. BIN
     
  8. +1
    -1
      MaiMuControl/MaiMuControl/Device/CamDev/MvsCamera/MvsCamDev.cs

BIN
View File


BIN
View File


BIN
View File


BIN
View File


BIN
View File


BIN
View File


BIN
View File


+ 1
- 1
MaiMuControl/MaiMuControl/Device/CamDev/MvsCamera/MvsCamDev.cs View File

@@ -510,7 +510,7 @@ namespace MaiMuControl.Device.CamDev.MvsCamera
this.dBuf[ind] = null;
}
}
grabStatus = "GrabTimeOut";
grabStatus = "GrabTimeOut1";
return;
}
private void ImageConvert(DateTime startTime, int start, int step, int imageNum, ref Acquisition[] acqs, int timeOut = -1)


Loading…
Cancel
Save