Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
bd2014de
Commit
bd2014de
authored
Mar 02, 2012
by
Gary Bradski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added usage on how to actually run video_dmtx.cpp
parent
f67a0902
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
video_dmtx.cpp
samples/cpp/video_dmtx.cpp
+6
-0
No files found.
samples/cpp/video_dmtx.cpp
View file @
bd2014de
...
...
@@ -5,6 +5,7 @@
* Author: Ethan Rublee
*
* A starter sample for using opencv, get a video stream and display the images
* Use http://datamatrix.kaywa.com/ to generate datamatrix images using strings of length 3 or less.
* easy as CV_PI right?
*/
#include "opencv2/highgui/highgui.hpp"
...
...
@@ -29,6 +30,11 @@ void help(char** av)
<<
"
\t
The program captures frames from a camera connected to your computer.
\n
"
<<
"
\t
To find the video device number, try ls /dev/video*
\n
"
<<
"
\t
You may also pass a video file, like my_vide.avi instead of a device number"
<<
"
\n
"
<<
"DATA:
\n
"
<<
"Generate a datamatrix from from http://datamatrix.kaywa.com/
\n
"
<<
" NOTE: This only handles strings of len 3 or less
\n
"
<<
" Resize the screen to be large enough for your camera to see, and it should find an read it.
\n\n
"
<<
endl
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment