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