Skip to content

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

@photoniker

Description

@photoniker

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions