Change the parameters for judgements

This commit is contained in:
wanpiqiu123
2019-07-25 22:33:41 +08:00
parent 504d1aca86
commit 39508b950e
3 changed files with 2 additions and 4 deletions

View File

@@ -55,8 +55,6 @@ void process_options(int argc, char *argv[]) {
LOGM("Enable show processed image");
show_energy = true;
LOGM("Enable show energy part");
show_info = true;
LOGM("Show information!");
} else if (strcmp(argv[i], "--run-with-camera") == 0) {
run_with_camera = true;
LOGM("Run with camera!");