Camera capture doesn't clear file upload info #118

Closed
opened 2024-03-05 21:08:47 +00:00 by jgeorgi · 1 comment
Owner

Scenario 1:

  1. Load a file -> correct detection
  2. Capture image from camera -> correct detection
  3. Load a different file -> correct detection

Scenario 2:

  1. Load a file -> correct detection
  2. Capture image from camera -> correct detection
  3. Re-load the same file as step 1 -> Detection doesn't run
Scenario 1: 1) Load a file -> correct detection 2) Capture image from camera -> correct detection 3) Load a different file -> correct detection Scenario 2: 1) Load a file -> correct detection 2) Capture image from camera -> correct detection 3) Re-load the same file as step 1 -> ***Detection doesn't run***
jgeorgi added this to the 0.4.0 milestone 2024-03-05 21:08:47 +00:00
jgeorgi added the
bug
label 2024-03-05 21:08:47 +00:00
Author
Owner

Completed. Had nothing to do with the camera. Problem was just that the file input wasn't being reset. So when the same file was selected again, no change event was triggered.

Completed. Had nothing to do with the camera. Problem was just that the file input wasn't being reset. So when the same file was selected again, no change event was triggered.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ALVINN/ALVINN_f7#118
No description provided.