Ximea opening live plot fails if camera is set to 8 bit via python command

Issue #21 resolved
Robin Hahn created an issue

The following code leads to an error (Itom-Application caught an unknown exception from: (Ximea) from event type 1 (Timer)):

camL = dataIO("Ximea", 0)
camL.setParam("bpp", 8) # if this line gets removed live plot works
liveImage(camL)

Using Ximea API 4.24 and a Ximea XiC MC023MG-SY-UB

Comments (3)

  1. Robin Hahn reporter

    The problem is caused by an incorrect dll in the setup. With setup version 4.2.1 the problem is fixed

  2. Log in to comment