Skip to content

new methods in 3.2.0.67 nightly needs support #6

@totoantibes

Description

@totoantibes

Hi Doug the NINA nightly 3.2.0.67 introduced a breaking change in the camera plugins.
you need to add a new method in your driver:

// this is for nightly 3.2.067
public void UpdateSubSampleArea() {
  throw new NotImplementedException();
}

this means you may have to maintain 2 versions of the plugin one with this new methos (and updated nuget in VS) and one for earlier/stable releases of nina....

that is what i had to do for my Lumix plugin;
https://github.com/totoantibes/NinaLumixPlugin/releases

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions