ladisk / LDAQ

MIT License
24 stars 5 forks source link

TODO list: features and bugs #32

Closed TKosir closed 1 year ago

TKosir commented 1 year ago

1) For FLIR and Basler cameras set_data_source() should be callable multiple times, without giving an error.

2) If run_acquisition() is called from the acq. source needs two new features: for specified times count the equivalent number of samples taken, instead of timing the run using the time library, and add capability to run acquisition in the thread even if Core class is not used.

3) add a method to visually set and save ROI for camera acquisition classes.

4) Optional: instead of using BaseAcquisition for camera classes, make a new BaseCamAcquisition class that should be optimized for data collection of 2D array data.

5) Update documentation

TKosir commented 1 year ago

6) Access normal camera from basler thermal camera and figure out how to have 2 channels for 1 Camera Source

TKosir commented 1 year ago

2) is completed. 4) will not be implemented for now

TKosir commented 1 year ago

This issue will be closed as other issues capture things that were not yet implemented up to this point.