Hi I am using 8M Plus SOM for my streaming application, using imx-gst1.0-plugin
My Linux version: 6.6.52-lts-next
Many issues observed, as per i.MX VPU Application Programming Interface Linux Reference Manual
when bitrate set to zero, nQuantParam used to control the QP, but it is not working.
When I set VPU_ENC_CONF_INTRA_REFRESH, VPU_ENC_CONF_RC_INTRA_QP API returning Success, but not reflecting in the encoded output.
Changed DEFAULT_STREAM_SLICE_COUNT to 4 in gstvpuenc.c, then getting following error
VCEncSetCodingCtrl: stream multi-segment core not supported
VCEncSetCodingCtrl: ERROR unsupported argument by HW
0:00:05.805982875 6326 0xffff88000f10 ERROR vpuenc gstvpuenc.c:987:gst_vpu_enc_open_vpu:<vpuenc_h264-0> opening new VPU handle failed: failure
0:00:05.806036375 6326 0xffff88000f10 ERROR vpuenc gstvpuenc.c:1191:gst_vpu_enc_handle_frame:<vpuenc_h264-0> gst_vpu_enc_open_vpu failed.
Can anybody from NXP, please point out the right VPU application manual for 8M Plus,
currently I am using https://www.nxp.com/docs/en/reference-manual/RM00294.pdf
Most of the stated encoded features in the manual are not working.