pygame.init() # 初始化PyGame cam = VideoCapture.Device() # 初始化攝影機 screen = pygame.display.set_mode((640,480)) # 設定視窗畫面解析度為 ...
確定! 回上一頁