I want to read a specific metadata item using MIP SDK.

In fact, I’m using these lines of code :

Guid metadata_id = new Guid(“F0406F17-0E92-4286-A661-8D8EEED002E7”);

Item meta_item = Configuration.Instance.GetItem(metadata_id, Kind.Metadata);

But meta_item is always null

Error: ‘System.ArgumentNullException’ in VideoOs.Platform.dll

I am referring to the MIP SDK component Sample “Metadata Live Viewer” for reading live metadata information.

The simplest explanation is if you have the wrong Id. If you use the sample unmodified, can you reach the device? If the sample works and you can reach the device try to make a breakpoint and verify the Id..