just4give / smart-parking-iota

Car wallet pays for parking using IOTA (Machine to Machine)
https://www.hackster.io/mithun-das/car-wallet-pays-for-parking-using-iota-machine-to-machine-8b042d
5 stars 2 forks source link

possibilty to use laptop as a server and also for license plate recognition #8

Open timtensor opened 4 years ago

timtensor commented 4 years ago

is it possible to use ubuntu pc or laptop as a camera feed and run the transaction in an ubuntu machine ?

just4give commented 4 years ago

If I understand correctly, you are planning to use laptop in place of Raspberry pi ( parking device ). Technically it's possible if you have Open CV for python installed. But the parking device code has dependency on some GPIO functions, you need to tweak you program accordingly.

timtensor commented 4 years ago

Hey thanks for the reply . I realized that i might have explained it in a wrong way. I was looking into the possibility of doing a IOTA transaction , not based on license plate recognition but based on GPS co ordinates and geolocation. For example the charger is sending GPS data with x,y co ordinates to cloud . The car is also sending gps data to cloud. Once the GPS data of charger (x1,y1) and GPS data of car (x2,y2) are same , a transaction can be done ? For simplicity sake , we can use two smartphones one fixed for charger and one mounted on the car to get the GPS location ? Is it possible to extend it in that manner ?