More cameras

merge-requests/30/head
Bob Mottram 2023-04-13 12:59:08 +01:00
parent 97245fb952
commit 1b1118ce2f
1 changed files with 7 additions and 1 deletions

View File

@ -32,7 +32,6 @@ def _get_decoy_camera(decoy_seed: int) -> (str, str, int):
cameras = [ cameras = [
["Apple", "iPhone SE"], ["Apple", "iPhone SE"],
["Apple", "iPhone XR"], ["Apple", "iPhone XR"],
["Apple", "iPhone 6"],
["Apple", "iPhone 7"], ["Apple", "iPhone 7"],
["Apple", "iPhone 8"], ["Apple", "iPhone 8"],
["Apple", "iPhone 11"], ["Apple", "iPhone 11"],
@ -43,6 +42,8 @@ def _get_decoy_camera(decoy_seed: int) -> (str, str, int):
["Apple", "iPhone 13"], ["Apple", "iPhone 13"],
["Apple", "iPhone 13 Mini"], ["Apple", "iPhone 13 Mini"],
["Apple", "iPhone 13 Pro"], ["Apple", "iPhone 13 Pro"],
["Apple", "iPhone 14"],
["Apple", "iPhone 14 Pro"],
["Samsung", "Galaxy Note 20 Ultra"], ["Samsung", "Galaxy Note 20 Ultra"],
["Samsung", "Galaxy S20 Plus"], ["Samsung", "Galaxy S20 Plus"],
["Samsung", "Galaxy S20 FE 5G"], ["Samsung", "Galaxy S20 FE 5G"],
@ -59,6 +60,8 @@ def _get_decoy_camera(decoy_seed: int) -> (str, str, int):
["Samsung", "Galaxy S10e"], ["Samsung", "Galaxy S10e"],
["Samsung", "Galaxy S10 5G"], ["Samsung", "Galaxy S10 5G"],
["Samsung", "Galaxy A60"], ["Samsung", "Galaxy A60"],
["Samsung", "Note 13"],
["Samsung", "Note 13 Plus"],
["Samsung", "Note 12"], ["Samsung", "Note 12"],
["Samsung", "Note 12 Plus"], ["Samsung", "Note 12 Plus"],
["Samsung", "Note 11"], ["Samsung", "Note 11"],
@ -66,6 +69,7 @@ def _get_decoy_camera(decoy_seed: int) -> (str, str, int):
["Samsung", "Note 10"], ["Samsung", "Note 10"],
["Samsung", "Note 10 Plus"], ["Samsung", "Note 10 Plus"],
["Samsung", "Galaxy S22 Ultra"], ["Samsung", "Galaxy S22 Ultra"],
["Samsung", "Galaxy S22"],
["Samsung", "Galaxy S21 Ultra"], ["Samsung", "Galaxy S21 Ultra"],
["Samsung", "Galaxy Note 20 Ultra"], ["Samsung", "Galaxy Note 20 Ultra"],
["Samsung", "Galaxy S21"], ["Samsung", "Galaxy S21"],
@ -74,6 +78,8 @@ def _get_decoy_camera(decoy_seed: int) -> (str, str, int):
["Samsung", "Galaxy Z Fold 2"], ["Samsung", "Galaxy Z Fold 2"],
["Samsung", "Galaxy A52 5G"], ["Samsung", "Galaxy A52 5G"],
["Samsung", "Galaxy A71 5G"], ["Samsung", "Galaxy A71 5G"],
["Google", "Pixel 7 Pro"],
["Google", "Pixel 7"],
["Google", "Pixel 6 Pro"], ["Google", "Pixel 6 Pro"],
["Google", "Pixel 6"], ["Google", "Pixel 6"],
["Google", "Pixel 5"], ["Google", "Pixel 5"],