xactai / qengineering-01

Automating ALPR inference flow of “An Efficient and Layout-Independent Automatic License Plate Recognition System Based on the YOLO Detector”
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Graceful Exit with Retries for Stream/Camera #3

Open ramesh-xinthe opened 1 year ago

ramesh-xinthe commented 1 year ago

@Qengineering

For Enhancements

Case#1: Stream/Camera - if there is no frame in the first read, system should tell us that the URL or device is not connected

Case#2: Stream/Camera - if there is no frame after an hour or so, system should retry for a 10 times once-per-minute and give up if connection is not established

ramesh-xinthe commented 1 year ago

@Qengineering

Environment: Jetson nano YOLO_ALPR version 1.0.0 Description: YOLO_ALPR process is exited frequently with exception.please check the screenshot for more details about the error OutCome: YOLO_ALPR process should run continuously without break.

image