Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 312 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 312 Bytes

zed_direct:

  1. Use ZED SDK to record or stream the video data directly,
  2. Use MediaPipe to perform hand tracking in the video.

zed_ros2:

  1. Use ROS2 to record or stream the video data,
  2. Extract the images data and point cloud data,
  3. Use MediaPipe to perform hand tracking based on the extracted data.