File size: 1,750 Bytes
e880877
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# python scripts/measure/collect_dataset_on_device.py -cn collect_dataset_background

input_dir: /mnt/mirflickr/all
input_file_ext: jpg

# can pass existing folder to continue measurement
output_dir: /mnt/mirflickr/all_measured_20240813-183259
output_file_ext: png

# files to measure
n_files: 25000
start_idx: 0

# timing
runtime: null   # in hours
start_delay: null   # how much time (in minutes) to wait before starting

# measurement parameters
dummy: False    # simply copy file to output folder for testing

# ideal image levels
max_level: 254
min_level: 160
max_tries: 3

masks: null   # for multi-mask measurements
recon: null #ADMM   # parameters for reconstruction (for debugging purposes, not recommended to do during actual measurement as it will significantly increase the time)

# -- display parameters
display:
  output_fp: "~/LenslessPiCam_display/test.png"
  # default to this screen: https://www.dell.com/en-us/work/shop/dell-ultrasharp-usb-c-hub-monitor-u2421e/apd/210-axmg/monitors-monitor-accessories#techspecs_section
  screen_res: [1920, 1200]   # width, height
  image_res: [600, 600]    # useful if input images don't have the same dimension, set it to this 
  pad: 0
  hshift: 0
  vshift: -34
  brightness: 80   # max brightness
  rot90: 3
  delay: 2    # to allow picture to display
  landscape: False    # whether to force landscape

capture:
  measure_bg: 1 # measure bg every x images
  bg_fp: "black_background"
  skip: False    # to test looping over displaying images
  framerate: 10
  config_pause: 3
  iso: 100
  res: null
  down: 8
  exposure: 0.02    # min exposure
  awb_gains: [1.8, 1.1]  # red, blue
  # awb_gains: null
  fact_increase: 1.35   # multiplicative factor to increase exposure
  fact_decrease: 1.3