Please provide the following info (check/uncheck the boxes after clicking “+ Create Topic”):
Software Version
DRIVE OS Linux 5.1.6
Target Operating System
Linux
Hardware Platform
NVIDIA DRIVE™ AGX Xavier DevKit (E3550)
SDK Manager Version
1.4.1.7402
Host Machine Version
native Ubuntu 18.04
We are trying to utilize both outputs of the ISP for on the Drive AGX: one for YUV and one for RGB. We need both to have the same exposure correction settings, i.e. NVMEDIA_IPP_ISP_OUTPUT2_MODE_5. However, we are running into the following error:
[CheckSupportedIspOutput2Format:215] isp output1 and output2 format combination is not valid for mode 5
[IppIspComponentCreateNew:1126] CheckSupportedIspOutputFormat failed for ISP secondary output
[NvMediaIPPComponentCreateNew:818] Failed to create NVMEDIA_IPP_COMPONENT_ISP component
It is clear that the formats we are are using are not able to be used together, but my question is which formats are compatible? This doesn’t seem to be documented anywhere. Different types of YUV seem to work, but some kind of table for supported combinations would be very helpful to see if there is any overlap that can make RGB and YUV work together. Yes, I understand that IPP has been deprecated in favor of SIPL, but we’re locked into IPP/Drive OS 5.1.6 so transitioning to SIPL isn’t an option.