Skip to content

Commit

Permalink
Update capture_ZWO.cpp: don't set gamma
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Jan 7, 2025
1 parent ab2ee33 commit 5470382
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/capture_ZWO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1071,8 +1071,6 @@ int main(int argc, char *argv[])
// Other calls to setControl() are done after we know if we're in daytime or nighttime.
if (CG.asiBandwidth != NOT_CHANGED)
setControl(CG.cameraNumber, ASI_BANDWIDTHOVERLOAD, CG.asiBandwidth, CG.asiAutoBandwidth ? ASI_TRUE : ASI_FALSE);
if (CG.gamma != NOT_CHANGED)
setControl(CG.cameraNumber, ASI_GAMMA, CG.gamma, ASI_FALSE);
if (CG.flip != NOT_CHANGED)
setControl(CG.cameraNumber, ASI_FLIP, CG.flip, ASI_FALSE);

Expand Down

0 comments on commit 5470382

Please sign in to comment.