flashvideosynchronization icon indicating copy to clipboard operation
flashvideosynchronization copied to clipboard

Sub-millisecond accurate offline multiple video synchronization using camera flashes.

Results 2 flashvideosynchronization issues
Sort by recently updated
recently updated
newest added

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...

Hi, First, let me thank you for this code and the paper. I think this is a great problem and I like your solution. However, I found that there are...