Commit Graph

50 Commits

Author SHA1 Message Date
cd4fd83d4c Use DateTime.Now.GetTimeFormatted() instead DateTime.Now.ToString(AppConstant.DATETIME_FORMAT) 2020-07-01 10:53:34 +07:00
be4b3b184a LaneIn - Change lblStatusInfo Text 2020-07-01 10:48:14 +07:00
5c6775c6d4 LaneIn, LaneOut - Fix label lblStatusInfo 2020-07-01 09:26:08 +07:00
5f4fa31c35 LaneIn, LaneOut - Check doorId then do job 2020-06-30 17:40:47 +07:00
b5d532f2a9 Add IDoorControlAccess. LaneIn - use IDoorControlAccess instead of C3DeviceController 2020-06-30 16:52:53 +07:00
d00adfac4c Util - Add Overload UpdateLabel 2020-06-30 14:16:01 +07:00
19f9a4ed82 LaneIn - Refactor C3Device_OnNewCardReceived 2020-06-30 10:58:25 +07:00
562cccc7d5 LaneIn - use UpdateLabel. 2020-06-30 10:52:30 +07:00
9668f8f3ac Util - Add Extensition Methods: UpdateImage, UpdateLabel 2020-06-30 10:15:15 +07:00
d756d36082 LaneIn - Formload Event: Connect and check door access control connection . 2020-06-30 09:45:36 +07:00
1eee458212 LaneIn - rename lblRecogizePlateStatus to lblStatusInfo 2020-06-29 17:02:48 +07:00
5b90cee75b LaneIn - Add Method: ClearPlateAndOverviewImage 2020-06-29 16:06:56 +07:00
20b3ce8360 LaneIn, PlateDetector - Remove 2 todos. 2020-06-29 15:20:55 +07:00
e30cc8470d LaneIn - Change lblRecogizePlateStatus Text 2020-06-29 15:05:26 +07:00
5259eba6b5 LaneIn - Refactor C3Device_OnNewCardReceived 2020-06-29 14:39:38 +07:00
ab14853d29 LaneIn - Check CardInfomation. 2020-06-29 13:56:04 +07:00
f280376752 LaneIn - Merge isAutoOpenDoor && this.doorId == doorId 2020-06-29 11:46:07 +07:00
5bcea0ba3f PlateProcessor - FinalPlateResult add Prop: PlateType. ApiController - Rename CardValidation -> CardInformation 2020-06-29 11:39:36 +07:00
96cc32dbee ApiController - change Method CheckCard to GetCardInformation 2020-06-29 10:35:46 +07:00
12c2618932 LaneIn - Remove Event overviewCamera.OnOneVideoFrameRequested 2020-06-29 09:38:41 +07:00
2de7ff5745 LaneIn - capture one video frame then show UI. C3Device_OnNewCardReceived 2020-06-29 09:35:05 +07:00
b7eae98821 LaneIn - Remove field: isRetryModeUntilOk 2020-06-29 09:28:20 +07:00
b0b062788e LaneIn - Remove Method CaptureAllCamera. 2020-06-29 09:25:59 +07:00
b94b6773d5 LaneIn - Remove Test Button. Remove Eventhandler for plateCamera.OnOneVideoFrameRequested 2020-06-29 09:25:12 +07:00
b8e88aaafe LaneIn - Check card info then do recognize plate. ApiController: CardValidation IsValid change type. 2020-06-26 17:46:45 +07:00
44eb7c3ee7 LaneIn - synchronous C3Device_OnNewCardReceived and PlateCamera_OnOneVideoFrameRequested 2020-06-26 17:38:50 +07:00
48e900b353 LaneIn - Make ProcessFrameImage Return Result. 2020-06-25 16:39:00 +07:00
7529efa6d2 LaneIn - Remove using Task For Event: PlateCamera_OnOneVideoFrameRequested 2020-06-25 11:03:03 +07:00
3f22ddceb1 LaneIn - Add DoorId field. 2020-06-24 11:30:04 +07:00
4ca1cc1bd6 LaneIn - C3Device_OnNewCardReceived check isAutoOpenDoor 2020-06-22 15:05:11 +07:00
3332827fd5 LaneIn - Handle Event C3Device_OnNewCardReceived 2020-06-22 13:58:55 +07:00
7880d5bced Project - Add CantConnectCamera.jpg. AppConstant: Add CAMERA_FAILED_IMAGE_PATH. Camera: Add Event OnOpenVideoStreamFailed. LaneIn: Add Event handler for OnOpenVideoStreamFailed 2020-06-22 10:17:06 +07:00
8a8e8c8481 LaneIn - ShowCardInfoOnUI: Update lblRecogizePlateStatus.BackColor 2020-06-19 17:18:12 +07:00
53e4faf307 LaneIn - Remove Redundant lblPlateString.Invoke 2020-06-19 17:08:38 +07:00
f641690f38 LaneIn - Add Method: ShowCardInfoOnUI 2020-06-19 17:01:38 +07:00
96d01f00f5 Add Interface: ILane 2020-06-19 16:40:00 +07:00
86949443bb LaneIn - Add Start, Stop Method. 2020-06-19 16:30:12 +07:00
f9fcca2902 PlateProcessor - ProcessPlate: Catch Exception Return Result with frame, Remove Cv2.Resize Frame. 2020-06-19 14:46:15 +07:00
7fcb3cc5c6 LaneIn - Method PlateCamera_OnOneVideoFrameRequested: Add overviewCamera.RequestCaptureOneFrame When use isRetryMode 2020-06-19 14:31:32 +07:00
e987a410d1 LaneIn - Add Constructor Params: isSupportSquarePlate, isSupportLongPlate 2020-06-19 14:18:45 +07:00
13d591ada3 PlateProcessor - Update IsPlateStringValid to check valid plate string. LaneIn - Add option Retry Mode. 2020-06-19 13:44:09 +07:00
e3ebc951fb LaneIn - Rename Exception Message Logging 2020-06-19 10:29:57 +07:00
2bd45cf43f LaneIn - Add TryCatch For Methods: OverviewCamera_OnOneVideoFrameRequested, PlateCamera_OnOneVideoFrameRequested, OverviewCameraOnVideoFrameReceived, PlateCameraOnVideoFrameReceived 2020-06-19 10:13:22 +07:00
8b2319fe81 Add class PlateProcessor. Update Event PlateCamera_OnOneVideoFrameRequested. PlateDetector add method: ExtendPlateRect 2020-06-18 16:19:59 +07:00
1cd0195fe7 Update LaneIn UI 2020-06-18 10:45:50 +07:00
5d09d95f90 Use Task To Make UI More Responsive In Event handler: PlateCamera_OnOneVideoFrameRequested. 2020-06-18 02:29:03 +07:00
b731d24880 Add packages: Microsoft.AspNet.WebApi.Client, add Newtonsoft.Json. Call Engine to get OCR result. 2020-06-17 18:35:36 +07:00
c8a5a489f6 Update UI LaneIn 2020-06-17 15:42:02 +07:00
082836f370 Camera - Add: Event OnOneVideoFrameRequested. Add Class PlateDetector. Add files plate.xml plateLong.xml 2020-06-17 14:15:31 +07:00
e6af5dccba Add UserControl: LaneIn, LaneOut 2020-06-16 16:46:23 +07:00