Problem Statement-
Record a video or download a timelapse video of evening where the transition of day to evening or evening to night is visible clearly.
video condition : any of below
- Day to evening
- Evening to Night
- Night to Morning/Day Sample: Input : video file path Output : 40% is Day/Evening, 60% is Night/Evening Output : 20 Early morning, 10% night, 70% Day
Youtube Video link - https://youtu.be/Ljh1ycfNeZ0?si=1ZGFEI6q3TIywFkr
brightness_values.txt is the file where all the frame's brightness values are stored using python code.
- cv2 (Open-CV)
- matplotlib
- pandas
- numpy