Method

At the heart of the License Plate Recognition and Display we are using a Raspberry Pi 3. This single board computer is a very small and cost efficient device that is programmable so that we can run our algorithm in a portable fashion. The Raspberry Pi 3 will take the data being read from the radar, if the speed passes the certain threshold (the speed limit) it will then run the Optical Camera to capture the license plate number. From there, the Raspberry Pi 3 will then run an algorithm to convert the image captured into characters which will then show up on our LED display. Below is a simplified version of our architecture.