Skip to content

Found some hard-coded dimensions, not sure if it's an issue or not (yet) #69

@NimrodCarmon

Description

@NimrodCarmon

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 ENVICamera(settings->value(QString("ssd_width"), 640).toInt(),
                            settings->value(QString("ssd_height"), 480).toInt(),
                            settings->value(QString("ssd_height"), 480).toInt());

It might be nothing, but I wanted to put it here so people would be aware in case there are downstream issues from this one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions