Can't connect with Smartek Giganetix GC1291MP camera

doesnt that already have it’s own python bindings ?

otherwise, you’'d have to build from github src
build instructions are unfortunately slightly outdated and overcomplicated (sigh…) well the gist of it is:

  • get source code (zip will do), cmake, and a c++ compiler (VS or mingw)
  • make a build folder and cd into it
  • run cmake-gui, make sure it finds compiler,python and the sdk
  • build the INSTALL project(VS) or run mingw32-make install in the build folder

it’s probably a good idea, to report back the cmake output here, as most problems happen there !

GL !