Charmipatel17071995
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
Activity overview
Latest activity by Charmipatel17071995-
Charmipatel17071995 commented,
Hi, Thank you very much. I am able to access the confidence stream after converting the stream to numpy array. I found that the confidence maps are stored in the following format. I want to extract...
-
Charmipatel17071995 created a post,
L515 long cable
Hello, I would like to work with L515 sensor from a longer distance. I tried using a normal USB C cable, but it did not function. I read 2 similar posts on the community but it is still not clear. ...
-
Charmipatel17071995 commented,
Hello, I have recorded the stream after enabling the stream confidence. But I do not know how to access the stream after enabling it. Can you please help me with that? Regards, Charmi
-
Charmipatel17071995 commented,
Hello, Yes I have recorded *.bag file from the viewer. I am trying to write a python code which extracts depth and color frame from recorded *.bag file and display it using opencv window. The camer...
-
Charmipatel17071995 commented,
Hello, Thanks for your quick help. I tried using the resolution, but getting the same error. config.enable_stream(rs.stream.color, 960, 540, rs.format.bgr8, 30)config.enable_stream(rs.stream.depth...
-
Charmipatel17071995 created a post,
Depth and Color frame data read
I am trying to extract depth and color frame data using Python from recorded *.bag file. I am able to extract depth and color frames when I use config.enable_allstreams() but doesn't work when I us...