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
Please use exit codes to indicate whether or not events were detected. I would like to automate passing different parameters into dvr_scan to calibrate against sample videos, but I have nothing to test against.
Perhaps (bash friendly):
0 for event
1 for no event
The text was updated successfully, but these errors were encountered:
This was brought up in #96 previously. You probably want to use string searching from the output to determine this info, not the exit code itself. If you are so inclined, you could write a wrapper script/program for this purpose as well. Thanks.
Description of Problem & Solution
Please use exit codes to indicate whether or not events were detected. I would like to automate passing different parameters into dvr_scan to calibrate against sample videos, but I have nothing to test against.
Perhaps (bash friendly):
0 for event
1 for no event
The text was updated successfully, but these errors were encountered: