libimxvpuapi icon indicating copy to clipboard operation
libimxvpuapi copied to clipboard

i.MX VPU API Library

Results 5 libimxvpuapi issues
Sort by recently updated
recently updated
newest added

I'm trying to decode a H.264 RTP video stream, I'm removing the 12 bytes from the RTP header and calling `imx_vpu_api_dec_push_encoded_frame` with the encoded frame data being the Fragmented Frame...

The imx_vpu_api_enc_get_skipped_frame_info and imx_vpu_api_enc_get_encoded_frame_ext must be available during linking of current gstreamer-imx. Make these symbols available for all encoders. For imx_vpu_api_enc_get_skipped_frame_info(), a stub implementation is added that always returns `IMX_VPU_API_ENC_RETURN_CODE_INVALID_CALL`...

Hello, i've worked with this api for a while now and made it work better with gstreamer then the v4l2 stuff, but one feature i really miss, could you look...

../imxvpuapi2/imxvpuapi2_imx8m_hantro_decoder.c:1277 (imx_vpu_api_dec_open) ERROR: IMX_VPU_API_COMPRESSION_FORMAT_JPEG OMX JPEG ! HantroHwDecOmx_decoder_create_jpeg JpegDecInit error openmax_il/source/decoder/codec_jpeg.c:1045 ../imxvpuapi2/imxvpuapi2_imx8m_hantro_decoder.c:1426 (imx_vpu_api_dec_open) ERROR: could not create codec ../imxvpuapi2/imxvpuapi2_jpeg.c:200 (imx_vpu_api_jpeg_dec_open) ERROR: could not open JPEG decoder: error could not open...

Since Python 3.11, the open() function no longer accepts the 'U' ("universal newline) mode. Upgrade waf that fixes error: ValueError: invalid mode: 'rUb' With commit: https://gitlab.com/ita1024/waf/-/commit/68997828c850ce7fb30b73b4adfde35053e539d1