AlexShkarin / pyLabLib-cam-control

Software for universal camera control and frames acquisition
http://pylablib-cam-control.readthedocs.io/
GNU General Public License v3.0
27 stars 7 forks source link

Plugin #9

Open flowbee74 opened 1 month ago

flowbee74 commented 1 month ago

Hi, I would like to add a spectrometer control to the GUI (which allows to change grating and center wavelength). What would be the easiest way to do this ? Implementation as a plugin ? Best Tobias

AlexShkarin commented 3 weeks ago

Dear Tobias,

A plugin is certainly possible. However, the API for GUI control and interaction with the camera at the plugin level it's currently not documented, so it would be pretty hard to do implement. If you would consider writing a separate application, you can use the control server interface to control the camera (change settings, acquire frames, etc.) It might be an easier way, since you would have freedom to write your own GUI in the way you prefer, and use cam-control only for interfacing with the camera.

Sincerely,

Alexey