17#include <qmessagebox.h>
18#include <qfiledialog.h>
22#include <itksys/SystemTools.hxx>
45 m_Controls =
new Ui::QmitkToFMESAParameterWidgetControls;
79 switch(
m_Controls->m_ModulationFrequencyComboBox->currentIndex())
89 bool boolValue =
false;
92 boolValue =
m_Controls->m_ConvGrayCB->isChecked();
94 boolValue =
m_Controls->m_MedianCB->isChecked();
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 ...
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.