Thank you, this is a good starting place. I'd like to use the imx-vpuwrap library to integrate the vpu into my custom environment. Is it possible to perform lossless encoding from here?
Using Constant Rate Factor (CRF) control mode with crf=0 should work; however, setting these values in the vpuwrap library does not take effect. The parameters I'm adjusting are VCEncConfig.ctbRcMode and VCEncRateCtrl.crf, as defined in the hevcencapi.h file.