Commit 7ad78b7d by Neo Turing

init

parent 0097ab64
...@@ -235,20 +235,6 @@ namespace Kivii.Canon ...@@ -235,20 +235,6 @@ namespace Kivii.Canon
{ {
MainCamera.SetSetting(PropertyID.SaveTo, (int)SaveTo.Host); MainCamera.SetSetting(PropertyID.SaveTo, (int)SaveTo.Host);
MainCamera.SetCapacity(4096, int.MaxValue); MainCamera.SetCapacity(4096, int.MaxValue);
//if (STCameraRdButton.Checked)
//{
// MainCamera.SetSetting(PropertyID.SaveTo, (int)SaveTo.Camera);
// BrowseButton.Enabled = false;
// SavePathTextBox.Enabled = false;
//}
//else
//{
// if (STComputerRdButton.Checked) MainCamera.SetSetting(PropertyID.SaveTo, (int)SaveTo.Host);
// else if (STBothRdButton.Checked) MainCamera.SetSetting(PropertyID.SaveTo, (int)SaveTo.Both);
// MainCamera.SetCapacity(4096, int.MaxValue);
// BrowseButton.Enabled = true;
// SavePathTextBox.Enabled = true;
//}
} }
} }
catch (Exception ex) { ReportError(ex.Message, false); } catch (Exception ex) { ReportError(ex.Message, false); }
...@@ -431,7 +417,7 @@ namespace Kivii.Canon ...@@ -431,7 +417,7 @@ namespace Kivii.Canon
else else
{ {
SettingsGroupBox.Enabled = enable; SettingsGroupBox.Enabled = enable;
//InitGroupBox.Enabled = enable; InitGroupBox.Enabled = enable;
LiveViewGroupBox.Enabled = enable; LiveViewGroupBox.Enabled = enable;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment