Unable to render embedded object: File (books.jpg) not found.
Go to documentation repository
Page History
...
№ | Purpose of script | Script | ||||||||||
1 | Start of Auto-Uragan program module | DoReact("ULPR","1","START") | ||||||||||
2 | Shutdown of Auto-Uragan program module | DoReact("ULPR","1","STOP") | ||||||||||
3 | Activation of window of operator request by results of recognized vehicle license plate found in the external database | OnEvent("LPRDB","1","SEARCH_RESULT") { DoReact("DIALOG","black_list","RUN","number<"number">,comment<" + comment + ">,date<" + date + ">"); } | ||||||||||
4 | Video convertation to AVI format with record of vehicle, license plate of which is recognized | OnEvent("ULPR","1","NUMBER_DETECTED") | ||||||||||
5 | Raising of turnpike | OnEvent("LPRDB","1","SEARCH_RESULT") { [ DoReact("GRELE","2","ON"); Sleep(5000); DoReact("GRELE","2","OFF"); ] } | ||||||||||
6 | Manual start of recognition for the CARMEN-parking module.
For the CARMEN-parking module the time of one frame processing can run to 30 seconds, i.e. big delay of LP recognition will be detected while the live video recognizing. Manufacturers of the CARMEN-parking module recommend starting the recognition by some trigger (motion in the frame, vehicle appearance in the frame, operator command – as in this example, etc.). Special detections/radars which can be integrated with the help of Sensor object also can be trigger.
| OnEvent("MACRO","1","RUN"){ |