Yixun Liu
- Total activity 154
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 53
Posts
Recent activity by Yixun Liu-
rs2::frame_queue
Hi, I have a couple questions regarding rs2::frame_queue. 1. For queue.enqueue(), is the thread blocked or just overwrite the oldest frame when the queue is full? 2. For queue.poll_for_frame(), it ...
-
Enable infrared stream
Hi, In my application I need both depth stream and the left infrared stream. In my opinion, since the depth stream is generated based on both the left and right infrared streams, so once I enable ...
-
An example CMakelists to config
Hi, I built librealsense2.0 on Windows 10 using CMake and VS2017. To use librealsense2.0 in my project, I need to write the CMakelists.txt. Can anyone give me an example? Thanks. Yixun
-
Point cloud flicker as rendering On Android
Hi, As I render a point cloud I encounter the flickering sometimes. I have two threads. The main thread process the frames to generate the point cloud and then feed it to the OpenGL thread. The Ope...
-
is rs2::frame a unique smart pointer like unique_ptr?
Hi, From the following link: https://dev.intelrealsense.com/docs/frame-management "rs2::frame is a smart reference to the underlying frame - as long as you hold ownership of the rs2::frame the und...
-
Cannot find the API for pause and resume of Playback on Android
Hi, I recorded a video into a.bag and want to use Playback device to play, pause and resume the video on Android. However, as I cast the parent class from Device to Playback I cannot find the pause...
-
Record streams of D435i on Android
Hi, I use the following code to record streams. However, if I config.enableRecordToFile("streams.bag"); the code will stuck at mPipeline.start(config). Without it the app runs smoothly. Is it beca...
-
Get pose stream from D435i
Hi, I would like to get pose stream with D435i. As I know T265 can do this, but I do not want to use multiple cameras in my project. D435i can output IMU stream. I think I can output the Gyro and A...
-
FOV for different resolution
Hi, According to OpenCV documentation: https://docs.opencv.org/2.4/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html "If, for example, a camera has been calibrated on images of 320...
-
Replace the infrared or color sensor in D435i
Hi, The color sensor in the D435i has small FOV. I am wondering can I replace it with a color sensor with big FOV? The depth FPS looks too slow if I use a big resolution than 640x480. Can you point...