Hi,
I have similar issue that I cannot find libraries and binaries to run video player on QNX. I am using NXP i.MX8QuaudPlus.
# NOTE: This here to work around the fact that the customer gets this library
# from NXP, not QNX Software Center:
#libvpu-cli-mx8.so.1
# NOTE: These are here to work around the fact that the customer gets this firmware
# from NXP, not QNX Software Center:
#/lib/firmware/iMX8/vpu_fw_imx8_dec.bin
#/lib/firmware/iMX8/vpu_fw_imx8_enc.bin
# NOTE: These are here to work around the fact that the customer gets these binaries
# from NXP, not QNX Software Center:
#export VCU_DEC_FW_PATH=/lib/firmware/iMX8/vpu_fw_imx8_dec.bin
#export VCU_ENC_FW_PATH=/lib/firmware/iMX8/vpu_fw_imx8_enc.bin
#/usr/sbin/vpu-decoder-mx8=vpu-decoder-mx8
#/usr/sbin/vpu-encoder-mx8=vpu-encoder-mx8
May I know where can I find them?
Thanks