nanophotonics / nplab

Core functions and instrument scripts for the Nanophotonics lab experimental scripts
GNU General Public License v3.0
38 stars 15 forks source link

lumenera line 153 - replace hardcoded '500' timeout with passable param #142

Open imanyakin opened 3 years ago

imanyakin commented 3 years ago

Currently: settings.timeout = self.cam.GetProperty('exposure')[0] + 500

Lab 3 seems to crash when using this setting, increasing this seems to solve problem. Would be nice to have this "500" as configurable defaulted parameter.