pypylon icon indicating copy to clipboard operation
pypylon copied to clipboard

camera.GetSfncVersion() is not wrapped?

Open Cody-G opened this issue 5 years ago • 3 comments

I get a SWIG pointer to VersionInfo:

<Swig Object of type 'VersionInfo *' at 0x7f9914d00960>

Does this still need to be wrapped, and what would be the desired python type to return? A version string? Thanks!

Cody-G avatar Dec 11 '19 00:12 Cody-G

bug in current version should return this .... https://github.com/basler/pypylon/blob/master/src/genicam/Version.i

thiesmoeller avatar Dec 11 '19 10:12 thiesmoeller

Is this issue still opened? I can't seem to find how to do the PyPylon moral equivalent of C++ of SDK's samples : if (camera.GetSfncVersion() < Sfnc_2_0_0) To decide to use Gain or GainRaw

pierreyvessanterre avatar Apr 01 '21 22:04 pierreyvessanterre

I found function:

camera.GetSfncVersion

Does work on device a2A1920-51gcPRO

yanboyang713 avatar Jun 25 '21 11:06 yanboyang713