17#include <qmessagebox.h>
18#include <qfiledialog.h>
22#include <itksys/SystemTools.hxx>
45 m_Controls =
new Ui::QmitkToFPMDParameterWidgetControls;
79 bool boolValue =
false;
80 boolValue =
m_Controls->m_FPNCalibCB->isChecked();
82 boolValue =
m_Controls->m_FPPNCalibCB->isChecked();
84 boolValue =
m_Controls->m_LinearityCalibCB->isChecked();
86 boolValue =
m_Controls->m_LensCorrection->isChecked();
88 boolValue =
m_Controls->m_ExposureModeCB->isChecked();
110 this->
m_Controls->m_IntegrationTimeSpinBox->setValue(validIntegrationTime);
134 this->
m_Controls->m_ModulationFrequencySpinBox->setValue(validMFrequency);
Image source providing ToF images. Interface for filters provided in ToFProcessing module.
virtual void StopCamera()
Stops the continuous updating of the camera.
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.
int GetModulationFrequency()
Get the modulation frequency used by the ToF camera.
void SetBoolProperty(const char *propertyKey, bool boolValue)
int SetIntegrationTime(int integrationTime)
Set the integration time used by the ToF camera. For default values see the corresponding device clas...
virtual void StartCamera()
Starts the continuous updating of the camera. A separate thread updates the source data,...
virtual bool IsCameraActive()
Returns true if the camera is connected and started.