- removed dup

git-svn-id: http://moon:8086/svn/software/trunk/projects/opencv@327 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2016-10-19 17:51:06 +00:00
parent 1d5ee3358c
commit 2fcc544491
4 changed files with 29 additions and 220 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ if ("__main__" == __name__):
class MyRgbProcess2(RgbProcess):
def __init__(self, resolution=(320, 240, 3), numEntries=2, next=None):
super(MyRgbProcess2, self).__init__(resolution, numEntries)
super(MyRgbProcess2, self).__init__(resolution, numEntries, next)
def process(self):
data = self.read(1.0)