- pass data to next
git-svn-id: http://moon:8086/svn/software/trunk/projects/opencv@337 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ class MyRgbProcess(RgbProcess):
|
|||||||
cv2.waitKey(1)
|
cv2.waitKey(1)
|
||||||
|
|
||||||
if self.next is not None:
|
if self.next is not None:
|
||||||
self.next.write(cv2.cvtColor(gray_blurred,cv2.COLOR_GRAY2BGR))
|
self.next.write(data)
|
||||||
|
|
||||||
def sendBrick(self, errorX, errorY):
|
def sendBrick(self, errorX, errorY):
|
||||||
if self.brick is not None:
|
if self.brick is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user