コード例 #1
0
 public DSFilePlaybackEVR(Device _device)
 {
     m_Device = _device;
     m_SamplePool = new SamplePool(m_evStop);
     m_scheduler.SetCallback(this);
 }
コード例 #2
0
ファイル: VMR9.cs プロジェクト: Nihlus/Ocucam-Arduino
 public DSVideoCaptureVMR9(Device device, string leftEyeDevicePath, string rightEyeDevicePath)
 {
     m_Device = device;
     m_leftEyeDevicePath  = leftEyeDevicePath;
     m_rightEyeDevicePath = rightEyeDevicePath;
 }