Skip to content

csharpfritz/OilTankVision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OilTankVision

An IoT and Azure project that uses a Raspberry Pi to convert an analog oil-tank meter into a digital one. This is accomplished with the following data flow:

  1. On a scheduled basis, the Raspberry Pi waskes up and takes a picture of the analog oil-tank meter.
  2. The picture is uploaded to Azure Blob storage
  3. A serverless function is triggered by the new picture. This function sends the picture to Azure Cognitive Services for analysis
  4. The numbers detected in the photo and their location identified by Cognitive Services are used to determine a 'true reading'
  5. The true reading is saved in Azure Table storage for use in reporting or other applications

This project was assembled on-stage at DevIntersection 2018 in Las Vegas and a recording of the presentation is available on YouTube at: https://www.youtube.com/watch?v=gzPyMkiYdu4

About

An Internet of Things project that helps digitize the measuring of an oil tank's volume

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •