BlueJayADAL / JayRadar

JayRadar - Vision Pipelines
GNU Affero General Public License v3.0
9 stars 0 forks source link

Auto Pipe Handling #4

Open Klinefelters opened 1 year ago

Klinefelters commented 1 year ago

Currently, when writing a custom pipe the following must be done to implement it:

  1. Write the pipe using the pipe parent class
  2. Create the pipe in the pipeline manager class
  3. Add a specific add function and functionality to the pipeline manager class
  4. Add a tab in the web GUI
  5. Add all sliders and spinboxes in the web GUI

I would like to try to find a way to eliminate steps 2 and 3 in the python code to streamline this process.

Any input or advice is welcome.