Sogol
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Sogol-
Sogol commented,
Hi again MartyG,The code already has the pipeline.stop() after the streaming period is finished. This is the code block. While time() - start_time_stream <= 10:frames = pipeline.try_wait_for_frames...
-
Sogol commented,
Hi again MartyG,Hope all is well with you.I have used your suggestion and increased the wait time within the camera. Now, the code executes without any run time error as the exception is handled. H...
-
Sogol commented,
Configuring available RealSense device(s) for both depth and color images.Start streaming data frames from the available device with name: Intel RealSense D435, product id 0B07 and S/N 233622079158...
-
Sogol commented,
Hi again @MartyG,Hope you are doing well.I can confirm that there is no problem when I use the example code "OpenCv viewer". However, as soon as I use a similar approach in a new script, I will hav...
-
Sogol created a post,
"RuntimeError: Frame didn't arrive within 5000" When Reading Color Frames from Realsense D435
Hi,I am using Realsense D435 in a stationary mode and for streaming both depth and color frames. I can read both depth and color frames when using the camera's Intel viewer app. However, when I use...