Python Nerdery: Security Camera Color Grading
I have a camera that shoots Mount Rainier all of the time. This morning's coffee tinker was automatically color grading the stream import cv2 import numpy as np from datetime import datetime import os class RTSPGrader: def __init__(self): # RTSP connection settings - fill these in self.username = "user" self.password…