Hi, we are running Yocto Linux (based on JetPack 6.1, L4T 36.4.0) on a custom board with Jetson AGX Orin 64GB SoM. When we start a decode session with gstreamer using the nvv4l2decoder
element, we always get these logs from NvMMLite. Example:
gst-launch-1.0 filesrc location=/opt/tegra-mmapi/data/Video/sample_outdoor_car_1080p_10fps.h264 ! h264parse ! nvv4l2decoder ! fakesink
# some other logs ...
NvMMLiteOpen : Block : BlockType = 261
# ...
NvMMLiteBlockCreate : Block : BlockType = 261
# ...
I assume these logs are from calls to libnvmmlite.so
functions, which we cannot directly modify. We are trying to disable these logs since they are spamming our log pool. Is there any way to disable these logs (e.g. setting an env variable)?