Example #1
0
 public DSFilePlaybackEVR(Device _device)
 {
     m_Device = _device;
     m_SamplePool = new SamplePool(m_evStop);
     m_scheduler.SetCallback(this);
 }
Example #2
0
 public DSVideoCaptureVMR9(Device device, string leftEyeDevicePath, string rightEyeDevicePath)
 {
     m_Device = device;
     m_leftEyeDevicePath  = leftEyeDevicePath;
     m_rightEyeDevicePath = rightEyeDevicePath;
 }