Hi,
I tried to use API IFrameProducer, which was introduced earlier this year.
I used jetson_multimedia_api/argus/samples/syncStereoRawReprocess/main.cpp as an example,
but every time I call iFrameProducer->presentFrame it prints a message like:
FrameProducerImpl:framePresent: m_stream 0x14ab2611 and buffer 0x14abd350 44
This constant stream of messages not only slows down the application, but also floods the output and eventually causes /var/log/syslog to fill entire file system. How to stop it?
Thank you