Labsmore / pyuscope

Python machine vision platform
BSD 2-Clause "Simplified" License
80 stars 17 forks source link

Web API: extended functionality options? #438

Closed JohnDMcMaster closed 9 months ago

JohnDMcMaster commented 9 months ago

We have a few things that aren't really polished but we want to make accessible. Ex: actuate spindle voltage. Ideally this would be implemented as a sub-plugin of some sort that we could 1) name and 2) pass parameters to. I believe we have some limited support for nested plugins that could make this work ok to call a nested script and to document what those options are

JohnDMcMaster commented 9 months ago

There is a dev branch web_api_expansion that essentially does this. It needs to be tested with the web API but the major parts should be in place now

JohnDMcMaster commented 9 months ago

done