- Run the app.py
- Map should automatically open.
A simpler but limited demo of the project can be tested at this site google site directly.
You need Flask, folium and requests:
pip install flask folium requests
This project is a web application that displays live camera feeds from traffic cameras in Valencia. The application utilizes the Folium library to generate an interactive map with camera markers. Users can click on the camera markers to view the camera feeds in an iframe or open them in a clean pop-up window.
- Interactive map displaying traffic camera locations.
- Live camera feed previews using RTSP streams.
- Python: For the backend and map generation.
- Flask: Web framework to serve the application.
- Folium: Library for generating interactive maps.