Saving images when ximea camera is NOT on off mode
photoniker opened this issue · 0 comments
I put my camera trigger on the rising edge and I attempt to save individual images taken every time the camera is triggered but the error of ximea timeout keeps coming up whenever I use the command camera.getval(d) where d is a dataObject
Specifically, the camera parameters were:
trigger mode = rising edge
trigger selector = exposure frame start
auto grabbing = off
gpi mode = [1] (put on trigger)
And this is how I attempted to get the image:
d = dataObject()
camera.acquire()
camera.getval(d) the error came from this line
#insert some image saving code to save each frame as a tif file, which worked ok#
Comments (1)
Robin Hahn
Hey William,
did you check the timeout parameter of the camera and set a value that suits you? The trigger signal must be received within the timeout after the acquire.
Regards,
Robin