This is a School project that we needed to do for last semester.
Repos:
web_server:
is the backend for project it has API needed for
- showing the data in the frontend and ar_map app,
- capure its build so capure of data can be destributed on multiple machines server is the controler so we don't double count cars,
- process data it gives a way to greb all unprocessed data and a way to store proccesed data
capture_raw_camera_data:
is a program that gets a link to image from the highway camera and counts number of cars on the picures and return the count (raw data)
process_raw_camera_data:
is a program that process raw data counts up the houry and daily data for location and stores it
frontend:
is the React frontend for the server
nrs:
is an example platformIO project for esp32 it uses Ultrasonic Sensor HC-SR04 to show how we could count cars on location that don't have a comeras. At start, it acts as acces point so you can enter the ssid and password of the Wi-Fi, and then it connects to the Wi-Fi and starts counting cars and sends the count to the server
compression:
is a program that makes hourly archive. It downloads the image and compresses it with an algorithem that we needed to implement in class for asigment and then needed to integrate it in our project
ar_map:
is a Unity AR project that displays the Slovenian map and shows each location with a colored sphere, if GPS is enabled it show your location too. To know where in the real world to place the map it uses a QR code.