SensorTimestampTSC NULL on JetPack 5.0.2

This is a follow up from this and this. We got an updated driver from our camera manufacturer for JetPack 5.0.2 but when doing the following code the sensorTSC is still null

IArgusCaptureMetadata *iArgusCaptureMetadata = interface_cast<IArgusCaptureMetadata>(frame_buffer[i]);
if (!iArgusCaptureMetadata)
   ORIGINATE_ERROR("Failed to get IArgusCaptureMetadata interface.");
CaptureMetadata *metadata = iArgusCaptureMetadata->getMetadata();
const Ext::ISensorTimestampTsc *sensorTSC = interface_cast<const Ext::ISensorTimestampTsc>(metadata);

Is there a solution to this or some way to debug it?

Replace the /usr/lib/aarch64-linux-gnu/tegra/libnvscf.so by attached to verify.

Thanks

libnvscf.so.tsc (8.3 MB)

This worked. Thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.