change folder hugin
This commit is contained in:
parent
2d3f261df6
commit
1749cf7d0d
Binary file not shown.
Before Width: | Height: | Size: 2.5 MiB |
Binary file not shown.
Before Width: | Height: | Size: 2.6 MiB |
Binary file not shown.
Before Width: | Height: | Size: 2.8 MiB |
@ -11,10 +11,14 @@ import minimist from 'minimist';
|
||||
const moment = require("moment");
|
||||
|
||||
// configs
|
||||
|
||||
/**
|
||||
* ces trois paramètres permettent de traiter par lots des assemblages sans avoir à scanner le dossier
|
||||
*/
|
||||
let gopro_fusion_folder = 'allez_zou_huggin'
|
||||
let dossier_pto_output = `/home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_${gopro_fusion_folder}`;
|
||||
let goproMin = '130471'
|
||||
let goproMax = '130488'
|
||||
|
||||
let dossier_pto_output = `/home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_${gopro_fusion_folder}`;
|
||||
let absolutePath = `/home/poule/encrypted/stockage-syncable/photos/gopro/${gopro_fusion_folder}`;
|
||||
let folder = `/home/poule/encrypted/stockage-syncable/photos/gopro/${gopro_fusion_folder}`
|
||||
let subFolder = ""
|
||||
@ -24,8 +28,7 @@ let dossier_assemblages_output = '/home/poule/encrypted/stockage-syncable/photos
|
||||
let mini_arguments: any = minimist(process.argv.slice(2))
|
||||
console.log('mini_arguments', mini_arguments)
|
||||
|
||||
let goproMin = '015821'
|
||||
let goproMax = '027265'
|
||||
|
||||
|
||||
if (mini_arguments['folder']) {
|
||||
folder = mini_arguments['folder']
|
||||
@ -180,7 +183,7 @@ k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 5
|
||||
#hugin_outputImageTypeHDRCompression LZW
|
||||
#hugin_outputStacksMinOverlap 0.7
|
||||
#hugin_outputLayersExposureDiff 0.5
|
||||
#hugin_outputRangeCompression 0
|
||||
#hugin_outputRangeCompression 2
|
||||
#hugin_optimizerMasterSwitch 6
|
||||
#hugin_optimizerPhotoMasterSwitch 21
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user