21 #include <qmessagebox.h>
22 #include <qfiledialog.h>
23 #include <qcombobox.h>
26 #include <itksys/SystemTools.hxx>
49 m_Controls =
new Ui::QmitkToFMESAParameterWidgetControls;
83 switch(
m_Controls->m_ModulationFrequencyComboBox->currentIndex())
93 bool boolValue =
false;
96 boolValue =
m_Controls->m_ConvGrayCB->isChecked();
98 boolValue =
m_Controls->m_MedianCB->isChecked();
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 ...
Image source providing ToF images. Interface for filters provided in ToFProcessing module...