I have create with the smart Client a view named “Private->SDA->myView”, and I want to change with my plugin the camera of the view. I found how create a view by using ViewAndLayoutItem, but i dont find how i can assign to my ViewAndLayoutItem object a view already existing, in my exemple view “Private->SDA->myView”.
Have you idea?
It’s possible to get the Fqid of a camera with the name of the camera?
Thank’s
You will have to find your original view item (class) change it and the save it.
Perhaps you can find it by using VideoOS.Platform.Configuration.GetItemsBySearch
You will find the FQID of a camera by searching the configuration. If you explore the CameraStreamResolution sample there is FindCamera function that does this.
Perhaps you can find it by using VideoOS.Platform.Configuration.GetItemsBySearch
Thank’s your response solve my problem.