Aarhus-University-MPE / BioDiscover

Species Recognition System, designed to capture and store images of insects as well as controll the SRS system.
2 stars 0 forks source link

Clearing Buffer while specimen is in the process of falling #62

Open MadsR opened 1 year ago

MadsR commented 1 year ago

BioDiscover Software version

1.9.1

Area(s) with issue?

Object Detection

Steps to reproduce

Buffer is cleared when specimen takes too long to fall into frame.

✔️ Expected Behavior

Buffer builds up while specimen enters frame (due to processing limitations), once specimen is fully in frame cropping begins.

❌ Actual Behavior

If buffer goes above buffer threshold limit the buffer will clear while specimen enters frame and no images are captured.

Suggested Solution

Dont clear buffer if an object is within size threshold.

MadsR commented 10 months ago

Related to #32