Irit Taragan
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Irit Taragan-
Thank you very much! it works using a concurrent FrameSet queue , my RSDEvice looks like this: private void WaitForFrames(){ while (!stopEvent.WaitOne(0)) { var frames = m_pipeline.Wa...
-
Thank you so much for the quick response I am trying to transfer the RGBD image via WebRTC. in order to do so i need to enter the images of the RGB and depth as byte array.each time i copy or movi...