pypylon
pypylon copied to clipboard
camera.GetSfncVersion() is not wrapped?
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!
bug in current version should return this .... https://github.com/basler/pypylon/blob/master/src/genicam/Version.i
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
I found function:
camera.GetSfncVersion
Does work on device a2A1920-51gcPRO