Get camera/hardware guid

Hi All,

we are developing a driver with DriverFramework.

There is a way to obtain the camera / hardware guid from inside the driver?

We need to obtain the VideoOS.Platform.ConfigurationItems.ConfigurationItem

Futhermore, we can create a task of kind RetrievalTask from RetrievalTaskManager?

Thanks in advance

No.

The driver should never contact the VMS. It should be single minded about communicating between a device and the recording server for the purpose of acting as a driver.

The question has come up before, exactly when it comes to retrieval. I guess you want to signal to the VMS that it should ask for retrieval. You must do this in a separate service, you must not do it from the driver.