21 #include <qmessagebox.h>
22 #include <qfiledialog.h>
23 #include <qcombobox.h>
26 #include <itksys/SystemTools.hxx>
49 m_Controls =
new Ui::QmitkToFPMDParameterWidgetControls;
83 bool boolValue =
false;
84 boolValue =
m_Controls->m_FPNCalibCB->isChecked();
86 boolValue =
m_Controls->m_FPPNCalibCB->isChecked();
88 boolValue =
m_Controls->m_LinearityCalibCB->isChecked();
90 boolValue =
m_Controls->m_LensCorrection->isChecked();
92 boolValue =
m_Controls->m_ExposureModeCB->isChecked();
114 this->
m_Controls->m_IntegrationTimeSpinBox->setValue(validIntegrationTime);
138 this->
m_Controls->m_ModulationFrequencySpinBox->setValue(validMFrequency);
virtual void StopCamera()
Stops the continuous updating of the camera.
int SetIntegrationTime(int integrationTime)
Set the integration time used by the ToF camera. For default values see the corresponding device clas...
virtual bool IsCameraActive()
Returns true if the camera is connected and started.
virtual void StartCamera()
Starts the continuous updating of the camera. A separate thread updates the source data...
void SetBoolProperty(const char *propertyKey, bool boolValue)
int SetModulationFrequency(int modulationFrequency)
Set the modulation frequency used by the ToF camera. For default values see the corresponding device ...
int GetIntegrationTime()
Get the integration time in used by the ToF camera.
Image source providing ToF images. Interface for filters provided in ToFProcessing module...
int GetModulationFrequency()
Get the modulation frequency used by the ToF camera.