itom-project / itom

itom core repository
https://itom-project.github.io/
Other
13 stars 5 forks source link

Saving images when ximea camera is NOT on off mode #262

Open photoniker opened 1 year ago

photoniker commented 1 year ago

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

Pin to top Mark as spam Delete 2022-07-26