Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 20, 2025

Plan to Fix MediaPipe Demo Programs and Documentation

  • Explore repository and understand current MediaPipe implementation
  • Fix missing imports in app-pose.py and app-holistic.py (numpy, BG_COLOR)
  • Fix camera index issues - change VideoCapture(1) to VideoCapture(0) for default camera
  • Add proper window cleanup (cv2.destroyAllWindows())
  • Update exit key handling to be consistent (ESC or 'q')
  • Update readme.md to fix version inconsistencies and improve instructions
  • Verify all scripts syntax is correct
  • Fix cv2.waitKey() double call inefficiency
  • Run code review to ensure quality
  • Run security checks
Original prompt

This section details on the original issue you should resolve

<issue_title>修正mediapipe執行程式與範例說明,目前版本較舊</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…improve exit handling and update documentation

Co-authored-by: willismax <2055349+willismax@users.noreply.github.com>
@willismax willismax marked this pull request as ready for review December 20, 2025 08:58
@willismax willismax merged commit 07fc318 into main Dec 20, 2025
1 check failed
Copilot AI requested a review from willismax December 20, 2025 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

修正mediapipe執行程式與範例說明,目前版本較舊

2 participants