Skip to content

Conversation

@naixx
Copy link
Contributor

@naixx naixx commented Oct 10, 2025

  1. Make plugin work with the latest nightly version of NINA. Add missing method
  2. Somehow Sony A6600 doesn't provide list of ISOs, so plugin can't initialize. Make it safer
  3. This makes minimum required NINA version to 3.2

fixes #6 #2 (haha, by me)

naixx added 2 commits October 11, 2025 02:21
…ing method

2. Somehow Sony A6600 doesn't provide list of ISOs, so plugin can't initialize. Make it safer
…ld be used

Limit irrelevant iso values like Multi Frame NR High ISO which are not used in NINA

return (int)gainInfo.Options().Last().Value;
return (int)gainInfo.Options().Where(o => o.Value <= 0x00FFFFFF).Last().Value;
} catch (Exception ex) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function is getGainMax, shouldn't the error reflect the name?
Same goes for the getGainMin where the error states it was a problem getting max

@dougforpres dougforpres merged commit c0d7950 into dougforpres:master Dec 5, 2025
1 check passed
@totoantibes
Copy link

I cannot see the new release available in nina. Has it been pushed?

@shurkanTwo
Copy link
Contributor

@totoantibes It hasn't been updated in the NINA Plugin yet. but it shouldn't be long @dougforpres is already on it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

new methods in 3.2.0.67 nightly needs support

4 participants