I was just sitting doing nothing much and I suddenly had a thought. Could something like a Raspberry Pi Pico recognise/decode road speed signs and display the speed limit on a small display. It would make an interesting little, though expensive, project. Time to do some reading and watch some videos.
I was just sitting doing nothing much and I suddenly had a thought. Could something like a Raspberry Pi Pico recognise/decode road speed signs and display the speed limit on a small display. It would make an interesting little, though expensive, project. Time to do some reading and watch some videos.
Just my off the top of my head answer. That might be fairly difficult, I haven't seen any camera lens that would produce a big enough image to be used, but maybe. There are also issues with glare, window curvature, dirty car windows. Many moons ago (50 yrs) I wrote some code to read text but in a tightly controlled environment. I do not remember a thing about it. I am curious though to hear how you do, keep us informed.
First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
My personal scorecard is now 1 PC hardware fix (circa 1982), 1 open source fix (at age 82), and 2 zero day bugs in a major OS.
@yurkshirelad
It may not be practical as there is no homogeneity in the design of road signs. Formats vary from area to area.
Besides, it might interfere with your texting as you drive 🙂
Anything seems possible when you don't know what you're talking about.
I was just sitting doing nothing much and I suddenly had a thought. Could something like a Raspberry Pi Pico recognise/decode road speed signs and display the speed limit on a small display. It would make an interesting little, though expensive, project. Time to do some reading and watch some videos.
Highly possible, and entirely implementable, IMO!
There are standard image libraries available to help with this, and then there are AI libraries to do the same.
It all depends on how much time you're willing to put into such kind of project, and how far you want to go.
Cheers