Skip to content

Commit

Permalink
ricoh theta: added whitebalance vendor specific values
Browse files Browse the repository at this point in the history
  • Loading branch information
msmeissn committed Feb 21, 2016
1 parent 8a2e8ee commit 5d37da6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions camlibs/ptp2/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,14 @@ static struct deviceproptableu16 whitebalance[] = {
{ N_("Fluorescent: Daylight"), 0x8004, PTP_VENDOR_SONY },
{ N_("Choose Color Temperature"),0x8012, PTP_VENDOR_SONY },
{ N_("Preset"), 0x8023, PTP_VENDOR_SONY },

{ N_("Shade"), 0x8001, PTP_VENDOR_PENTAX },
{ N_("Cloudy"), 0x8002, PTP_VENDOR_PENTAX },
{ N_("Tungsten 2"), 0x8020, PTP_VENDOR_PENTAX },
{ N_("Fluorescent: Daylight"), 0x8003, PTP_VENDOR_PENTAX },
{ N_("Fluorescent: Day White"), 0x8004, PTP_VENDOR_PENTAX },
{ N_("Fluorescent: White"), 0x8005, PTP_VENDOR_PENTAX },
{ N_("Fluorescent: Tungsten"), 0x8006, PTP_VENDOR_PENTAX },
};
GENERIC16TABLE(WhiteBalance,whitebalance)

Expand Down

0 comments on commit 5d37da6

Please sign in to comment.