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.
Usage:
video_dmtx {<video device number>|<video file name>}
......@@ -52,7 +52,7 @@ def data_matrix_demo(cap):
if __name__ == '__main__':
print help
print __doc__
if len(sys.argv) == 1:
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