Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 415 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 415 Bytes

Long Exposure Effect In OpenCV

Produce a single "long exposure" frame from a video file.

Requirements

  • python 3.6
  • OpenCV 3.2
pip3 install -r requirements.txt

Running The Thing

python3 long-exposure.py your-video.mp4

The result is written to ./out/ as a PNG.

Running Tests

Run unit tests: coverage run -m unittest *_test.py

Generate coverage report: coverage html