X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=tests%2Fpython%2Fhighgui%2FcvCaptureFromFileYUY2.py;fp=tests%2Fpython%2Fhighgui%2FcvCaptureFromFileYUY2.py;h=0000000000000000000000000000000000000000;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=c982d66568929434bd59a8ae046ab872a423894b;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/tests/python/highgui/cvCaptureFromFileYUY2.py b/tests/python/highgui/cvCaptureFromFileYUY2.py deleted file mode 100755 index c982d66..0000000 --- a/tests/python/highgui/cvCaptureFromFileYUY2.py +++ /dev/null @@ -1,17 +0,0 @@ -#! /usr/bin/env python -""" -This script will test highgui's video reading functionality -for RAW YUY2 .avi files -""" - -# pixel format to check -FORMAT = "YUY2" - -# import check routine -import cvCaptureFromFile - -# check video file of format FORMAT, -# the function also exits and returns -# 0,1 or 77 accordingly. - -cvCaptureFromFile.video_ok(FORMAT)