Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
photoniker opened this issue Jun 15, 2023 · 0 comments
Open

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

photoniker opened this issue Jun 15, 2023 · 0 comments

Comments

@photoniker
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant