import cv2 import mediapipe as me #调用摄像头 cap = cv2.VideoCapture(0,cv2.CAP_DSHOW) #姿态识别 pose_recognition =me.solutions.pose #检测 ...
確定! 回上一頁