I am having a strange issue on the L4. I have a video pipeline that is decoding H264 using NvCodec version 12.2.72 and it works just fine on an RTX 1070 for example but seems to be crashing on the L4 inside the NvCodec API,
-here to be exact:
in NvDecoder::Decode()
NVDEC_API_CALL(cuvidParseVideoData(m_hParser, &packet));
It does not throw an exception either.
It processes a number of packets before crashing, but never it never produces a frame.
Anyone have any ideas on how to debug this?
thanks!