简体   繁体   English

佳能SDK(EdsGetPropertyDesc)

[英]Canon SDK (EdsGetPropertyDesc)

I was playing with the canon 2.10 SDK (eos) and I'm having trouble understanding the EdsGetPropertyDesc PropDesc array of data. 我正在使用canon 2.10 SDK(eos),但无法理解EdsGetPropertyDesc PropDesc数据数组。 The value within the array doesn't look like my camera options. 数组中的值看起来不像我的相机选项。

For example the Av values includes 40,43,45,48,51,53,... while my camera has 4, 4.5, 5, 5.6,... 例如, Av值包括40、43、45、48、51、53,...,而我的相机具有4、4.5、5、5.6,...

Do I have to convert the value somehow? 我必须以某种方式转换值吗?

here the Av values in Hex. 这是十六进制的Av值。 you can map it with your camara settings 您可以使用camara设置进行映射

value      Aperture Value
---------------------------
Ox40       11  
Ox43       13 (1/3)  
0x44       13    
0x45       14
0x48       16     
0x50       22
0x53       25

you will find the full Aperture table here kEdsPropID_Av EDSDK API 您将在此处找到完整的Aperture表kEdsPropID_Av EDSDK API

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM