You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: