소스 검색

hiding camera device errors for windows

Rodja Trappe 2 년 전
부모
커밋
228cdc3242
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/test.yml

+ 2 - 0
.github/workflows/test.yml

@@ -47,6 +47,8 @@ jobs:
       - name: test startup
         run: ./test_startup.sh
         shell: bash
+        env:
+          OPENCV_VIDEOIO_PRIORITY_MSMF: "0" # hide camera device errors from output on windows
       - name: setup chromedriver
         uses: nanasess/setup-chromedriver@v1
       - name: pytest