nasa-jpl / LiveViewOpenCL

Open Source real-time visualization tools for Imaging Spectrometer development
GNU General Public License v3.0
36 stars 21 forks source link

Allow setting camera geometry for SSD modes in the starting window #10 #15

Closed maseca closed 5 years ago

maseca commented 5 years ago

Allow setting camera geometry for SSD modes in the starting window #10

This is mostly the front-end, as the back-end task this depends on is not finished.

jackiryan commented 5 years ago

So, saving the geometry information the ini is a good start and should stay in the code, but you will also need to pass that information as arguments to the constructor of the camera when it is instantiated in the constructor of the FrameWorker. Should be pretty straightforward, you just have to figure out how to pass the geometry information from the Camera Selection Dialog to the constructor of the FrameWorker and ultimately the appropriate camera, which I think you can do by simply reading the config file.