12 #ifndef mitkAbstractToFDeviceFactory_h
13 #define mitkAbstractToFDeviceFactory_h
15 #include <MitkToFHardwareExports.h>
39 ToFCameraDevice::Pointer ConnectToFDevice();
45 void DisconnectToFDevice(
const ToFCameraDevice::Pointer& device);
54 size_t GetNumberOfDevices();
58 std::stringstream name;
59 if(this->GetNumberOfDevices()>1)
61 name << this->GetDeviceNamePrefix()<<
" "<< this->GetNumberOfDevices();
65 name << this->GetDeviceNamePrefix();
78 CameraIntrinsics::Pointer GetCameraIntrinsics();