Yixun Liu
- Total activity 154
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 53
Activity overview
Latest activity by Yixun Liu-
Yixun Liu created a post,
Post-processing of the depth map of human head using D405
Hi, I use D405 to scan a human head 3D model. I want to do some post-processing to improve the depth quality and stability. I have several questions. 1. RealSense SDK provide decimation and spatial...
-
Yixun Liu commented,
If I change the index from 1 to -1 it works.
-
Yixun Liu commented,
On Android with Java the following code generate exception: Failed to start pipeline. Couldn't resolve requests. config.enableStream(StreamType.INFRARED, 1, 640, 480, StreamFormat.RGB8, 30); ...
-
Yixun Liu commented,
If I use the 'RGB from left infrared' mode of the D405 when I do OpenGL rendering I need to use the intrinsic of the depth or the infrared 1 intrinsic, right?
-
Yixun Liu created a post,
Align to color stream using D405 using Java on Android
Hi, I use RealSense Java API to align the depth to color. Both the depth and color streams are 640 x 480. The FOV of depth stream is 79.79 x 64.18 and the FOV of the color stream is 73.1 x 58.2. I...
-
Yixun Liu commented,
Thank you so much for your quick response.
-
Yixun Liu created a post,
Align color frame to Depth and get colored point cloud on Android with Java
Hi, On Android I need to align the color frame with the depth frame to get the wrapped color frame from the depth point of view. I also need to get the colored point cloud defined in the depth fram...
-
Yixun Liu created a post,
how to programmingly know if the camera is connected or not using c++ on Windows?
Hi, When I call pipeline->start() without camera connected I got error: "RealSense error calling rs2_pipeline_start_with_config(pipe:000002E32F0E7C80, config:000002E33499D1D0): No device connected...
-
Yixun Liu created a post,
Get textured p;oint cloud on Android
Hi, I need to get textured point cloud on Android. I use the following filter: Filter f = new Pointcloud(StreamType.COLOR));I want to know for the generated point cloud is the 3D point defined in ...
-
Yixun Liu commented,
It looks this API is different from the Java API shipped with RealSense SDK. It does provide the interface I need but lacks documentation and examples. Can I used it along with the Java API shipped...