You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify which OpenVINO version to use in the pipeline
138
-
--app APP Specify which app to run instead of the demo
138
+
-app APP, --app APP Specify which app to run instead of the demo
139
139
--count COUNTLABEL Count and display the number of specified objects on the frame. You can enter either the name of the object or its label id (number).
140
140
-dev DEVICEID, --deviceId DEVICEID
141
141
DepthAI MX id of the device to connect to. Use the word 'list' to show all devices and exit.
Copy file name to clipboardExpand all lines: depthai_helpers/arg_manager.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ def parseArgs():
110
110
help="Mono cam fps: max 60.0 for H:720 or H:800, max 120.0 for H:400. Default: %(default)s")
111
111
parser.add_argument('-cb', '--callback', type=Path, default=projectRoot/'callbacks.py', help="Path to callbacks file to be used. Default: %(default)s")
112
112
parser.add_argument("--openvinoVersion", type=str, choices=openvinoVersions, help="Specify which OpenVINO version to use in the pipeline")
113
-
parser.add_argument("--app", type=str, help="Specify which app to run instead of the demo")
113
+
parser.add_argument("-app","--app", type=str, choices=["uvc"], help="Specify which app to run instead of the demo")
0 commit comments