Notifications
Clear all

Pi Pico plus camera to read and decode road speed signs?

4 Posts
4 Users
0 Likes
947 Views
(@yurkshirelad)
Member
Joined: 3 years ago
Posts: 493
Topic starter  

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.

This topic was modified 2 years ago by YurkshireLad

   
Quote
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 6965
 
Posted by: @yurkshirelad

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.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
ReplyQuote
Will
 Will
(@will)
Member
Joined: 3 years ago
Posts: 2529
 

@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.


   
ReplyQuote
frogandtoad
(@frogandtoad)
Member
Joined: 5 years ago
Posts: 1458
 

@yurkshirelad

Posted by: @yurkshirelad

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


   
ReplyQuote