
Mien Chen
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Mien Chen-
Mien Chen commented,
Jesus, Thank you for comment. Actually we already found solution by repalcing OpenNI2 with Google Mediapipe and performed the same task. We also ported realsense SDK to work with Mediapipe. So ther...
-
Mien Chen commented,
After I add the code, if (m_oniType == ONI_SENSOR_COLOR){m_videoMode.resolutionX = 960;m_videoMode.resolutionY = 540;}else{m_videoMode.resolutionX = 640;m_videoMode.resolutionY = 480;} There is no ...
-
Mien Chen commented,
I think I found the issue on Rs2Stream.cpp. In L515 it didn't support 640x480. However, code used 640x480 by defualt. It can work on D415 but not L515. The code was marked //TO DO. Any time frame...
-
Mien Chen created a post,
L515 Can't work with OpenNI2.
I build linrealsense2 SDK with OpenNI2 binding. I can get librs2driver.so. However, when I use this driver with OpenNI2 sample codes. It comes out "Segmentation fault". Then I check dmesg and found...