I just updated pyOptris in multilog. With the latest version I've got the following error (Windows, libirimager-8.8.5):
multilog\multilog\pyOptris\direct_binding.py", line 278, in set_radiation_parameters
return lib.evo_irimager_set_radiation_parameters(
ctypes.ArgumentError: argument 1: <class 'TypeError'>: Don't know how to convert parameter 1
Therefore I changed the function to use ctypes.c_float:
I just updated pyOptris in multilog. With the latest version I've got the following error (Windows, libirimager-8.8.5):
Therefore I changed the function to use ctypes.c_float: