Skip to content

atrangeled/cam-check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cam-check

Quick-n-dirty Flask app that shows a catalog of video (.mp4) files with the ability to preview each one, and cull it if not very interesting.

I have 4.5Tb of unwatched video footage from the garden wildlife camera.

Starting

  1. Install dependencies with pipenv:
$ pipenv install
  1. Link the file location where the videos are to static/data, eg:
$ ln -s /export/media/Camera/ftp-uploads static/data
  1. For development, ensure you are running inside a venv, with something like:
$ pipenv shell
$ FLASK_ENV=development flask run
  1. Browse to http://localhost:5000/. Note: For the .mp4 files my camera produces, only Safari seems to correctly display the video files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 42.8%
  • CSS 28.8%
  • Python 28.4%