File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,12 @@ usage(bool full)
100100 color_printf (" \t " TBOLD (" -t "
101101 " deltacast:[full]help" ) " \n " );
102102
103+ printf (" \n Options:\n " );
104+ color_printf (" \t " TBOLD (" device" ) " - board index\n " );
105+ color_printf (" \t " TBOLD (" channel" ) " - card channel index (default 0)\n " );
106+ color_printf (" \t " TBOLD (" mode" ) " - capture mode (see below)\n " );
107+ color_printf (" \t " TBOLD (" codec" ) " - pixel format to capture (see list below)\n " );
108+
103109 print_available_delta_boards (full);
104110
105111 printf (" \n Available modes:\n " );
Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ show_help(bool full)
101101 TRED (" -d deltacast" ) " [:device=<index>][:channel=<ch>]" ) " \n " );
102102 color_printf (" \t " TBOLD (" -d deltacast:[full]help" ) " \n " );
103103
104+ printf (" \n Options:\n " );
105+ color_printf (" \t " TBOLD (" device" ) " - board index\n " );
106+ color_printf (" \t " TBOLD (" channel" ) " - card channel index (default 0)\n " );
107+
104108 print_available_delta_boards (full);
105109
106110 printf (" \n Default board is 0.\n " );
You can’t perform that action at this time.
0 commit comments