LaneIn - Remove Method CaptureAllCamera.
This commit is contained in:
parent
b94b6773d5
commit
b0b062788e
|
@ -147,7 +147,6 @@ namespace AIParkingApplication
|
||||||
if (isRetryModeUntilOk) //TODO: TestMode
|
if (isRetryModeUntilOk) //TODO: TestMode
|
||||||
{
|
{
|
||||||
Thread.Sleep(500);
|
Thread.Sleep(500);
|
||||||
CaptureAllCamera();
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -242,10 +241,5 @@ namespace AIParkingApplication
|
||||||
Console.WriteLine($"{Util.GetCurrentMethodName()}\texMessage: {ex.Message}");
|
Console.WriteLine($"{Util.GetCurrentMethodName()}\texMessage: {ex.Message}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void CaptureAllCamera()
|
|
||||||
{
|
|
||||||
overviewCamera.RequestCaptureOneFrame();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user