Skip to content

Images read from camera in incorrect order #4

Description

@Cody-G

When acquiring images at nearly maximal frame rates with PCO cameras, sometimes images are written to disk out-of-order. This can be confirmed by examining the frame numbers encoded in the upper left corner of the images. Sometimes images are read out quite late. For instance, the frame order may go something like this: 1,2,4,5,6,3,7 (frame #3 is delayed).

This may be a bug in the PCO camera / SDK rather than in Imagine, I'm not sure yet. But in any case we may be able to fix this by changing the buffer mode or the number of buffers used by the camera (currently we just use 2 buffers, reading one out to the PC as the camera writes to the other).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions