dimensional-de / napi-canon-cameras

Node AddOn Api module for Canon cameras
GNU General Public License v3.0
51 stars 18 forks source link

Shutterspeed 0x5C should be mapped to 1/20, rather than 1/25 #8

Closed SamsonSmithC closed 1 year ago

SamsonSmithC commented 1 year ago

kEdsPropID_Tv has two entries in it's map for 1/25: {0x5C, (1.0 / 25)}, {0x5D, (1.0 / 25)},

The EDSDK13.14.40 API Programming Reference lists 0x5D as1/25, however 0x5C should be mapped to 1/20 (with a 1/2 Exposure Increment, as opposed to the 1/20 mapping 0x5B, which is for the 1/3 Exposure Increment)