added more cameras, working on image to video conversion

This commit is contained in:
1MalcolmS
2026-03-23 20:56:20 -07:00
parent ae7fb6fe3d
commit e8fcba378d
27 changed files with 159 additions and 6 deletions

View File

@@ -11,11 +11,12 @@ headerz = {'Accept' : 'image/avif,image/webp,image/png,image/svg+xml,image/*;q=0
milliseconds = int(time() * 1000)
image_check = requests.get("https://ehub.portvancouver.com/Webcams/Photos/CommOver?" + str(milliseconds))
image_check = requests.get("https://ehub.portvancouver.com/Webcams/Photos/DeltaportGate3?" + str(milliseconds))
print(image_check)
while True:
milliseconds = int(time() * 1000)
str1 = "https://ehub.portvancouver.com/Webcams/Photos/CommOver?" + str(milliseconds)
str1 = "https://ehub.portvancouver.com/Webcams/Photos/DeltaportGate3?" + str(milliseconds)
image_name = "image" + str(milliseconds) + ".jpg"