Skip to content

Python script that recursively searches the given path for digital camera files. Uses regex to match common filenames.

Notifications You must be signed in to change notification settings

mcraze123/digital_camera_file_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finds digital camera files recursively starting at the given directory

DCIM Finder: Finds most personal photo files recursively starting at source_dir, and copies them to dest_dir.

Usage: python dcim_finder.py -i <source_dir> -o <dest_dir> [-hvasfp] -h: this usage screen -v: be verbose -a: match all image files -s: minimum file size in KB -f: perform facial detection -p: perform HoG pedestrian detection (not implemented yet)

e.g.: python dcim_finder.py -i test -o test1 -s 200 -v

Copyright(c) 2013-2017 Michael Craze

About

Python script that recursively searches the given path for digital camera files. Uses regex to match common filenames.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published