@@ -710,6 +710,12 @@ <h3><a name="setup_mode"></a> setup_mode </h3>
710710 < ul >
711711 < li > Values: on, off | Default: off</ li >
712712 Run in setup mode and provide lots of messages related to images processed.
713+ < br >
714+ Prints the image differences, labels, noise values, thread number and the word
715+ setup on the output image. Also outputs the image in the "motion" negative format
716+ instead of the normal output.
717+ < br >
718+ Prints the label values, difference values, noise level to the log file.
713719 </ ul >
714720 < p > </ p >
715721
@@ -731,6 +737,24 @@ <h3><a name="log_level"></a> log_level </h3>
731737 < ul >
732738 < li > Values: 1 - 9 | Default: 6</ li >
733739 Verbosity level(EMR, ALR, CRT, ERR, WRN, NTC, INF, DBG, ALL) of messages.
740+ < br >
741+ At the DBG Level(8) and higher:
742+ < br > Additional values related to the trigger,
743+ motion, precap and postcap are overlayed on the images.
744+ < br > Additional information regarding the available parameters to libcamera are
745+ printed to the log.
746+ < br > Additional information regarding the available parameters to v4l2 devices is
747+ printed to the log.
748+ < br >
749+ If a secondary detection algorithms is specified:
750+ < br >
751+ The image sent to the secondary algorithm for detection will
752+ be saved to the target directory with the name src_"algorithm".jpg
753+ e.g. src_haar.jpg
754+ < br >
755+ If the secondary algorithm is triggered by the image, the resulting
756+ image will be saved into the target directory with the name
757+ detect_"algorithm".jpg e.g. detect_haar.jpg
734758 </ ul >
735759 < p > </ p >
736760
0 commit comments