LaneIn - C3Device_OnNewCardReceived check isAutoOpenDoor
This commit is contained in:
parent
3332827fd5
commit
4ca1cc1bd6
|
@ -58,6 +58,10 @@ namespace AIParkingApplication
|
|||
private void C3Device_OnNewCardReceived(int doorId, string cardNumber)
|
||||
{
|
||||
CaptureAllCamera();
|
||||
if (isAutoOpenDoor)
|
||||
{
|
||||
c3Device.OpenDoor(doorId);
|
||||
}
|
||||
}
|
||||
|
||||
private void PlateCamera_OnOpenVideoStreamFailed(Mat videoFrame)
|
||||
|
|
Loading…
Reference in New Issue
Block a user