Part Number: TDA2EXEVM
Hi
I am using vision sdk version 2.12. I am trying to capture and encode to h264 bitstream. I need NAL unit in every I-frame, but the encoder is giving at the start of sequence. How to force the encoder to set NAL unit at every I-frame.
I tried with "staticParams->nalUnitControlParams.naluPresentMaskIntraPicture" value of 0x2102
"ENCLINK_H264_SETNALU_MASK_SPS(staticParams->nalUnitControlParams.naluPresentMaskIntraPicture);
ENCLINK_H264_SETNALU_MASK_PPS(staticParams->nalUnitControlParams.naluPresentMaskIntraPicture);
ENCLINK_H264_SETNALU_MASK_SEI(staticParams->nalUnitControlParams.naluPresentMaskIntraPicture);"
Any suggestions?
Regards,
Raja Sekar M