Skip to content

Commit

Permalink
Update camlibs/ptp2/config.c
Browse files Browse the repository at this point in the history
Co-authored-by: Hubert Figuière <[email protected]>
  • Loading branch information
mpeex and hfiguiere authored Feb 7, 2025
1 parent f0f170f commit 708419c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions camlibs/ptp2/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -1458,8 +1458,8 @@ static struct deviceproptableu16 whitebalance[] = {
{ N_("Fluorescent Lamp 3"), 0x8003, PTP_VENDOR_FUJI },
// { N_("Fluorescent Lamp 4"), 0x8004, PTP_VENDOR_FUJI },
// { N_("Fluorescent Lamp 5"), 0x8005, PTP_VENDOR_FUJI },
{ N_("Daylight"), 0x4, PTP_VENDOR_FUJI },
{ N_("Incandescent"), 0x6, PTP_VENDOR_FUJI },
{ N_("Daylight"), 0x0004, PTP_VENDOR_FUJI },
{ N_("Incandescent"), 0x0006, PTP_VENDOR_FUJI },
{ N_("Shade"), 0x8006, PTP_VENDOR_FUJI },
{ N_("Choose Color Temperature"),0x8007, PTP_VENDOR_FUJI },
{ N_("Preset Custom 1"), 0x8008, PTP_VENDOR_FUJI },
Expand Down

0 comments on commit 708419c

Please sign in to comment.