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