Skip to content

Commit

Permalink
Feedback: Add high/low speed transfer mode (fix mismerge)
Browse files Browse the repository at this point in the history
  • Loading branch information
daleghent committed Nov 4, 2024
1 parent ffb59f3 commit 769e266
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cam_qhy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ QHYCameraDlg::QHYCameraDlg() : wxDialog(wxGetApp().GetTopWindow(), wxID_ANY, wxE
m_rownrCb = new wxCheckBox(this, wxID_ANY, _("Row noise reduction"));
cameraOptionsSizer->Add(m_rownrCb, 0, wxALL, 5);

m_speedModeCb = new wxCheckBox(this, wxID_ANY, _("High speed mode"));
cameraOptionsSizer->Add(m_speedModeCb, 0, wxALL, 5);

m_highGainCb = new wxCheckBox(this, wxID_ANY, _("High gain mode"));
m_highGainCb->SetToolTip(
_("Sets a QHY5III178 or QHY178 to operate the sensor in the high conversion gain mode. This usually means lower noise "
Expand Down

0 comments on commit 769e266

Please sign in to comment.