https://github.com/csharpfritz/oiltankvision
An Internet of Things project that helps digitize the measuring of an oil tank's volume
https://github.com/csharpfritz/oiltankvision
Last synced: about 1 year ago
JSON representation
An Internet of Things project that helps digitize the measuring of an oil tank's volume
- Host: GitHub
- URL: https://github.com/csharpfritz/oiltankvision
- Owner: csharpfritz
- License: mit
- Created: 2018-12-06T17:37:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T19:15:12.000Z (over 7 years ago)
- Last Synced: 2025-04-19T03:51:47.552Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 3.06 MB
- Stars: 8
- Watchers: 4
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
1. The picture is uploaded to Azure Blob storage
1. A serverless function is triggered by the new picture. This function sends the picture to Azure Cognitive Services for analysis
1. The numbers detected in the photo and their location identified by Cognitive Services are used to determine a 'true reading'
1. 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](https://devinteresection.com) and a recording of the presentation is available on YouTube at: https://www.youtube.com/watch?v=gzPyMkiYdu4