Skip to content

Commit

Permalink
Improving vision processing. This is an interface change where the us…
Browse files Browse the repository at this point in the history
…er no longer calls start_vision_buffering but now just open_video and close_video
  • Loading branch information
amymcgovern committed Feb 22, 2018
1 parent c8b6f8b commit ece100f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demoMamboVision.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def save_pictures(self, args):
filename = "test_image_%06d.png" % self.index
cv2.imwrite(filename, img)
self.index +=1
print(self.index)
#print(self.index)



Expand Down

0 comments on commit ece100f

Please sign in to comment.