Currently the operators have hard-coded parameters defined as constants in the operator.py or /app/processor.py files.
They can accept some parameters from framesense command line with the -p argument (e.g. TODO).
Here's a better system:
This system is superior because it is more standard across operators, it is more transparent for the users and developers and it help Operator provide functional abstractions for simpler and more consistent manipulations of params.
Currently the operators have hard-coded parameters defined as constants in the operator.py or /app/processor.py files.
They can accept some parameters from framesense command line with the -p argument (e.g. TODO).
Here's a better system:
This system is superior because it is more standard across operators, it is more transparent for the users and developers and it help Operator provide functional abstractions for simpler and more consistent manipulations of params.