Commit cef18937 authored by Alexander Mordvintsev's avatar Alexander Mordvintsev

made video_dmtx.py description visible in demo.py

parent f4f41df7
help=''' '''
Data matrix detector sample. Data matrix detector sample.
Usage: Usage:
video_dmtx {<video device number>|<video file name>} video_dmtx {<video device number>|<video file name>}
...@@ -52,7 +52,7 @@ def data_matrix_demo(cap): ...@@ -52,7 +52,7 @@ def data_matrix_demo(cap):
if __name__ == '__main__': if __name__ == '__main__':
print help print __doc__
if len(sys.argv) == 1: if len(sys.argv) == 1:
cap = cv2.VideoCapture(0) cap = cv2.VideoCapture(0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment