Skip to content

Commit cd64999

Browse files
committed
Extend Sony model ID lookup
1 parent 17a4df8 commit cd64999

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

Source/com/drew/metadata/exif/makernotes/SonyType1MakernoteDescriptor.java

+48
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,54 @@ public String getSonyModelIdDescription()
559559
case 296: return "NEX-5R";
560560
case 297: return "DSC-RX100";
561561
case 298: return "DSC-RX1";
562+
case 299: return "NEX - VG900";
563+
case 300: return "NEX - VG30E";
564+
case 302: return "ILCE - 3000 / ILCE - 3500";
565+
case 303: return "SLT - A58";
566+
case 305: return "NEX - 3N";
567+
case 306: return "ILCE-7";
568+
case 307: return "NEX-5T";
569+
case 308: return "DSC-RX100M2";
570+
case 309: return "DSC-RX10";
571+
case 310: return "DSC-RX1R";
572+
case 311: return "ILCE-7R";
573+
case 312: return "ILCE-6000";
574+
case 313: return "ILCE-5000";
575+
case 317: return "DSC-RX100M3";
576+
case 318: return "ILCE-7S";
577+
case 319: return "ILCA-77M2";
578+
case 339: return "ILCE-5100";
579+
case 340: return "ILCE-7M2";
580+
case 341: return "DSC-RX100M4";
581+
case 342: return "DSC-RX10M2";
582+
case 344: return "DSC-RX1RM2";
583+
case 346: return "ILCE-QX1";
584+
case 347: return "ILCE-7RM2";
585+
case 350: return "ILCE-7SM2";
586+
case 353: return "ILCA-68";
587+
case 354: return "ILCA-99M2";
588+
case 355: return "DSC-RX10M3";
589+
case 356: return "DSC-RX100M5";
590+
case 357: return "ILCE-6300";
591+
case 358: return "ILCE-9";
592+
case 360: return "ILCE-6500";
593+
case 362: return "ILCE-7RM3";
594+
case 363: return "ILCE-7M3";
595+
case 364: return "DSC-RX0";
596+
case 365: return "DSC-RX10M4";
597+
case 366: return "DSC-RX100M6";
598+
case 367: return "DSC-HX99";
599+
case 369: return "DSC-RX100M5A";
600+
case 371: return "ILCE-6400";
601+
case 372: return "DSC-RX0M2";
602+
case 374: return "DSC-RX100M7";
603+
case 375: return "ILCE-7RM4";
604+
case 376: return "ILCE-9M2";
605+
case 378: return "ILCE-6600";
606+
case 379: return "ILCE-6100";
607+
case 380: return "ZV-1";
608+
case 381: return "ILCE-7C";
609+
case 383: return "ILCE-7SM3";
562610
default:
563611
return "Unknown (" + value + ")";
564612
}

0 commit comments

Comments
 (0)