Yixun Liu
- Total activity 154
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 53
Comments
Recent activity by Yixun Liu-
As I run the command: rs-enumerate-devices -s I got the error "No device detected. Is it plugged in". Actually I have two D455 and I tested both using the same cable on the same computer. One is OK...
-
We tried this and got the following error. Under "Camera" a wrong type "4n0" is detected but with a warning.Thank you.
-
The raw streams used to calculate the depth are unrectified and the infrared streams are rectified, right?
-
Thank you MartyG.I am a little confused for Answer 2.Let's say I use the following configuration to enable depth and left-color streams:cfg.enable_stream(RS2_STREAM_DEPTH, width, height, RS2_FORMAT...
-
Are all enabled streams synchronized When I call m_pipeline.wait_for_frames()?
-
If I want to increase the brightness with auto exposure on I can change the "mean intensity set point" value. Does this require the advanced API? I need to build it by myself, right?
-
I just want to double check is the RS2_OPTION_GAIN used for the infrared sensor.? From rs_option.h, it looks it is used for the color sensor. RS2_OPTION_GAIN, /**< Color image gain*/
-
Thank you so much for these very helpful links! What I want to do is to find the accurate 3D coordinate for some special points as shown in the picture. One way I tried is to detect this corner on ...
-
I tried to adjust the laser power but the result is not satisfied. I used the smallest value of the laser power, but still can see the dot pattern in the infrared stream.
-
I will try it. Thank you MartyG.