Read numbers from water meters

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
CrisRich
Posts: 2
Joined: Sat Sep 30, 2017 1:17 pm

Read numbers from water meters

Post by CrisRich » Tue Dec 15, 2020 6:50 pm

I finally came up with an idea for an app that I would like to create as a beginner to learn how to use LiveCode:

Read and recognize the numbers from water and electricity meters and then use them for different purposes that I still have to define in detail.

My question: does anyone here know how to implement the reading and recognition of the numbers on the meters with the camera on iOS and Android smartphones? Or suggestions on where I can find information on that?

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10098
Joined: Fri Feb 19, 2010 10:17 am

Re: Read numbers from water meters

Post by richmond62 » Tue Dec 15, 2020 8:39 pm

You can take pictures of the meters using this:

https://stackoverflow.com/questions/278 ... p-computer

But as far as I know there are no OCR capabilities inwith LiveCode, so
to achieve that you would have to leverage external stuff as well as LiveCode.

Post Reply