Irit Taragan
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Irit Taragan-
Irit Taragan commented,
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...
-
Irit Taragan commented,
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...
-
Irit Taragan created a post,
streaming RGBD data to a remote location
i am using D435 camera, and unity. i need to stream the data from the camera to a remote location. i am using the realsense sample SDK. every time i try to copy the ColorFrame and the DepthFrame in...