machinery icon indicating copy to clipboard operation
machinery copied to clipboard

Enhancement request - passthrough conditions

Open whoiswes opened this issue 8 years ago • 1 comments

First, thanks for some very awesome software!

I was wondering if it would be possible to have options added for the Algorithm, Expositor, and Heuristic passways, so that they're not evaluated, they just return True. For my use case, I want to have the system save a snapshot every X seconds, with no image processing or other decisions required. Having the system evaluate each image for changes just burns CPU needlessly.

This might be a fringe use case, but I wanted to ask regardless.

Again, thanks for a very useful and user-friendly system!

whoiswes avatar Sep 03 '16 13:09 whoiswes

Great feature, we should have a timelapse mode. For the moment you can use this simple work-a-round:

  • Leave the algorithm as it is.
  • Change the expositor to rectangle and change the dimensions to a very small region (0,0) -> (1,1).
  • Change the sequence heuristic parameters to 0.

screen shot 2016-09-03 at 16 00 11

cedricve avatar Sep 03 '16 14:09 cedricve