Mien Chen

  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Comments

Recent activity by Mien Chen Recent activity Votes
  • 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...

  • 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 ...

  • 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...