Skip to content

Commit

Permalink
format changed for imageformat
Browse files Browse the repository at this point in the history
  • Loading branch information
msmeissn committed Jan 2, 2025
1 parent 9605f6d commit bec3ec2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/testcamera.pl
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ ($$@)
$jpgformat = $1 if (!defined($jpgformat));
next;
}
# new canon eos style ... use L first
if (/^Choice: (\d*) .*L$/) {
$jpgformat = $1 if (!defined($jpgformat));
next;
}
if (/^Choice: (\d*) .*Fine/) {
$jpgformat = $1 if (!defined($jpgformat));
next;
Expand Down

0 comments on commit bec3ec2

Please sign in to comment.