cvisionai / tator

Video analytics web platform
https://tator.io
GNU Affero General Public License v3.0
98 stars 32 forks source link

Video seeking behavior while State creation modal is open creates odd frame entries #1710

Open bctcvai opened 3 weeks ago

bctcvai commented 3 weeks ago

Problem: The New State dialog doesn't prevent video seeking. If the user seeks while the modal is up, the state gets created on the frame that was open when the dialog was opened. If the video is being played or seeks occur, this may be not what the user intended.

Fix: Show the frame the object will be created at in the modal. Update on frame change if seek / play while modal is open is desirable.