added new camera
This commit is contained in:
@@ -19,8 +19,9 @@ DRY_RUN = False
|
||||
|
||||
fileidx = defaultdict(int)
|
||||
|
||||
CAMERAS = ("GoPro Hero", "DJI Mini 2", "Ricoh Theta V", "Ricoh Theta S", "Sony a5100", "Sony a65", "Sony a68", "Sony TRV-25E", "Fuji Finepix Real 3D W3", "DJI Mini 2", "Samsung Galaxy A40", "Samsung Galaxy A41")
|
||||
|
||||
CAMERAS = ("GoPro Hero", "DJI Mini 2", "Ricoh Theta V", "Ricoh Theta S", "Sony a5100", "Sony a65", "Sony a68",
|
||||
"Sony TRV-25E", "Fuji Finepix Real 3D W3", "DJI Mini 2", "Samsung Galaxy A40", "Samsung Galaxy A41",
|
||||
'Realme 7 5G', 'Realme GT Neo 2')
|
||||
|
||||
def recurse(dir, md, camera=None):
|
||||
for fp in dir.iterdir():
|
||||
@@ -65,9 +66,9 @@ def recurse(dir, md, camera=None):
|
||||
use_ts = False
|
||||
if model in ('FinePix S602 ZOOM', 'Canon EOS 6D', 'NIKON D5100'):
|
||||
author = "nn"
|
||||
if model == 'PULP 4G':
|
||||
if model == 'PULP 4G' or camera == 'Realme 7 5G':
|
||||
author = "jb"
|
||||
if model == 'ASUS_Z00ED':
|
||||
if model == 'ASUS_Z00ED' or camera == 'Realme GT Neo 2':
|
||||
author = "sb"
|
||||
if model == 'SM-A405FN':
|
||||
author = "ab"
|
||||
|
||||
Reference in New Issue
Block a user