Suppose I have a camera that captures images in real time and store them in a folder called "./static".
Each processed image should be displayed on a local web page using Flask python. That is, the results will be presented to the system user by displaying each processed image on the web page along with the image’s gps data (which can be clicked to view image location on google maps) .
Any help guys ?? thanks but I am new to Flask