| | |
| | | return true; |
| | | } |
| | | |
| | | public override void GetCamConfig(out CameraConfig config) |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | |
| | | public override bool GetExpouseTime(out double value) |
| | | { |
| | | value = 0; |
| | |
| | | { |
| | | gain = 0; |
| | | return true; |
| | | } |
| | | |
| | | public override bool GetImage(out Bitmap bitmap, int outtime = 3000) |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | |
| | | public override bool GetImageWithSoftTrigger(out Bitmap bitmap, int outtime = 3000) |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | |
| | | public override bool GetLineStatus(IOLines line, out LineStatus lineStatus) |
| | |
| | | public override bool InitDevice(string SN, object Handle = null) |
| | | { |
| | | return true; |
| | | } |
| | | |
| | | public override void SetCamConfig(CameraConfig config) |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | |
| | | public override bool SetExpouseTime(double value) |
| | |
| | | return true; |
| | | } |
| | | |
| | | public override bool StartWith_HardTriggerModel(TriggerSource hardtriggeritem = TriggerSource.Line0) |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | |
| | | public override bool StartWith_SoftTriggerModel() |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | |
| | | public override bool StopGrabbing() |
| | | { |
| | | return true; |