Hi,
I just wondering if you could read text from the live feed of a Nicla Vision? I was trying to make some kind of DIY dash cam for fun and I wanted to be able to read the license plate.
It doesn’t have the ability to do that. What folks are currently using it to do is automated gauge reading. In this case the camera is mounted looking right at a dial gauge or a numeric gauge.
General-purpose license plate detection requires much more powerful devices like our upcoming OpenMV AE3 and N6.
You can still use the Nicla though… but, the use case needs to be constrained. So, it could in theory decode letters on a license plate using a small CNN if the position/size of each letter is known using image classification.
How are people reading gauges? I’ve seen it but I was wondering how they did it.
Here’s the project: Analog Meter Reading - Arduino Nicla Vision | Expert Projects
1 Like
Thanks!