Notifications
Clear all

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

4 Posts
4 Users
0 Likes
565 Views
(@yurkshirelad)
Honorable Member
Joined: 2 years ago
Posts: 475
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 11 months ago by YurkshireLad

   
Quote
Ron
 Ron
(@zander)
Illustrious Member
Joined: 3 years ago
Posts: 4801
 
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.

Arduino says and I agree, in general, the const keyword is preferred for defining constants and should be used instead of #define
"Never wrestle with a pig....the pig loves it and you end up covered in mud..." anon
My experience hours are >75,000 and I stopped counting in 2004.
Major Languages - 360 Macro Assembler, Intel Assembler, PLI/1, Pascal, C plus numerous job control and scripting


   
ReplyQuote
Will
 Will
(@will)
Famed Member
Joined: 2 years ago
Posts: 2326
 

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

Experience is what you get when you don't get what you want.


   
ReplyQuote
frogandtoad
(@frogandtoad)
Noble Member
Joined: 4 years ago
Posts: 1506
 

@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