I can get a list of cameras using
List list = Configuration.Instance.GetItemsByKind(Kind.Camera);
foreach (Item item in list)
{
…
}
Item.Name gives the name of each camera - but I cannot find how to retrieve the camera views (with full path name) that are needed to launch the view from a startup script