Skip to content

Python scripts to process images and control MAPIR cameras.

License

Notifications You must be signed in to change notification settings

unibz-first/camera-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

camera-scripts

Python scripts to process images and control MAPIR cameras.

dependencies

circumventing exiftools.exe use...

conda $(your_env) activate
pip3 install exifread
pip3 install piexif

if there's other conda deps I forgot, open an issue. #TODO: add requirements.txt for quick install

works for ubuntu

ubuntu 20.04 usage identical to dos :

conda $(your_env) activate
cd repos/camera-scripts/Convert_Survey3_RAW_To_Tiff
./Convert_Survey3_RAW_to_Tiff.bash ~/Downloads/dir_with_RAW_JPG_pairs ~/Downloads/same_dir

About

Python scripts to process images and control MAPIR cameras.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.3%
  • Shell 9.1%
  • Batchfile 1.6%