lucianjames / Vid2Photogrammetry

Software to process videos into an image sequence optimised for use with photogrammetry software. A-level computer science project
1 stars 1 forks source link

Two threads can be created at once, which causes warnings/errors and messes up term output #33

Closed lucianjames closed 2 years ago

lucianjames commented 2 years ago

Need to implement something to prevent two processing threads from working at the same time, hopefully wont be too hard.

lucianjames commented 2 years ago

Created simple boolean setup to achieve this, works apart from the fact the boolean is only set back to false if the processing completes successfully, oops

lucianjames commented 2 years ago

Fixed in 0ae339a31663669878b058f9fabdb3b6d7c89794