Skip to content

__match_events__ matches rising edges (positive) with falling edges (negative) #3

@f-dy

Description

@f-dy

In the current version of the code, each flash generates two events:

  • one for the rising edge (positive=True)
  • one for the falling edge (positive=False)

However, the event matching code ignores this, and matches each event with any event in the other cameras, even if they don't have the same value for "positive". This may lead to wrong synchronization, with the beginning of flashes in one camera being matched to the end of flashes in another camera.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions