'CapImagexxx' properties removed from DataSource class

Issue #23 resolved
Scott created an issue

Hi,

I am upgrading from V3.0 to v3.2 and it would appear that the 'CapImagexxx' properties have been removed from the DataSource class including: CapImageXferMech CapImageXResolution CapImageYResolution CapImagePixelType CapImageSupportedSize

In v3.2 how should we access those properties, including their Get() and Set() methods?

Great library. Thanks for your effort.

Comments (3)

  1. Eugene Wang repo owner

    The properties had to be renamed when I tried to create wrapper for all the capabilities since the original naming scheme had some conflicts. Now instead of CapImageXXX or CapXXX the new names will just be the same as the CapabilityId enum (e.g. ICapSupportedSize, ICapPixelType).

  2. Scott reporter

    That makes sense and works for me (just for clarity ICapSupportedSize is actually ICapSupportedSizes)

    Thanks for the quick response.

  3. Log in to comment