Nguyen Tnhoang
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Nguyen Tnhoang-
What is depth_pixel_index in rs-align-advanced.cpp?
I am reading the Align Avanced code here:https://github.com/IntelRealSense/librealsense/blob/master/examples/align-advanced/rs-align-advanced.cpp In function remove_background(), there is this vari...
-
RealSense SDK and OpenCL?
I am following the RealSense sample codes, and see that the CUDA library is used for some of them. I wonder if there is an OpenCL version so the code can be truly cross-platform, and not dependent...
-
How RealSense multicam frames are arranged?
I am exploring Intel's RealSense multicam code here:https://github.com/IntelRealSense/librealsense/tree/master/examples/multicam I can see that the frames are nicely arranged inside the window. Ho...