LiveViewOpenCL icon indicating copy to clipboard operation
LiveViewOpenCL copied to clipboard

Open Source real-time visualization tools for Imaging Spectrometer development

Results 19 LiveViewOpenCL issues
Sort by recently updated
recently updated
newest added

On the CARBO system (2048x512 resolution, 165 fps) line plots choke LiveView and cause a CTD. This may be related to the instability in the QCustomPlot when plotting chaotic data...

bug
high priority

in frameworker.cpp, in the frameworker function (starts at line 68), we have this: case XIO: Camera = new XIOCamera(settings->value(QString("ssd_width"), 640).toInt(), settings->value(QString("ssd_height"), 480).toInt(), settings->value(QString("ssd_height"), 480).toInt()); break; case ENVI: Camera = new...

This would create an interleave variable and assign a bil\bip\bsq value to it, then write it out to the header.

At least with 14-bit input data, the dark-subtracted image is zero

CTD typically happens after a few seconds of looking at the plot on SWIS testbed. May be related to issue #54.

- Line 363 has a clear error with an easy fix, where req.nFrames should be replaced with req.nAvgs. - Line 367 has the data type hardcoded as 12 (Unsigned integer:...

### Introduction This is a major modification to the way that LiveView works and I may re-write it as an epic if it's unclear how to implement it. Currently, all...

enhancement