jetson-utils
jetson-utils copied to clipboard
how to hide gstreamer info
when i used jetson.utils to decoder videos,there are a lot informations of gstreamer have been shown in terminal,can i hide them?
Hi @qiyueyuanwei, you can run with --log-level=info
, --log-level=warning
, or --log-level=error
, or you can comment out this code and recompile/reinstall:
https://github.com/dusty-nv/jetson-utils/blob/c95c14274f22d4c2b83fafdddf64de13e45bf198/codec/gstUtility.cpp#L193