P6-AAU-23 / consumer-client

0 stars 0 forks source link

Add movement detection to pipeline in order to limit real time updates #44

Closed RedToad0 closed 1 year ago

RedToad0 commented 1 year ago

When nothing changes nothing needs to be updated.

By adding movement detection (with a sufficient threshold) it would be possible to limt the amount of real time image processing.

One way to do this could be to segment the capture area into squares and only update the parts above the threshold (the entire image would still be sent but parts below the threshold would not be processed) or something like that