Hi!
I'm currently working on the KTNF integration in our DM368 firmware based on the IPNC reference design. I'm using Appro's example code and KTNF lib to build a small demo application. But I'm facing a problem with the output buffer. Although VIDENC1_process() doesn't return an error code (status = 0), the output buffer seems to be unchanged. My input image is a plain white frame and I would have expected the same content for the output buffer after VIDENC1_process() as well. But I just read the initial values in the output buffer. I've already tried different configurations, but it's still the same result.
Is there any reason, why KTNF won't update the output buffer? One additional info: using configuration mode IKTNF_NO_NF works fine, the output buffer is identical to the input buffer after VIDENC1_process() call.
Any ideas welcome.
Kind regards, Holger