Hello ! Can I set the DemoDriver's location in the driver tree of Add Hardware Page?

For example, DemoDriver is a level-2 node belong to Other node.Now I want to create a level-1 node in the tree so that I can display my driver devloped by Driver Framework at first sight?

The way it works is that it will use “GroupName” “Vendor” to create a level-1 node if there is multiple drivers with the same vendor. If there is one driver it will be the Other node that is used, if there is two or more drivers the vendor name will be the level-1 node.

You cannot force this behavior, so you will need to have multiple drivers in order to have your level-1 node.

Thanks! Then,how can I set the vendor name in Driver Framework?

In VideoOS.Platform.DriverFramework.DriverDefinition, or “.def” file?

Please tell me the filed I need to assign?

Image is not available

Image is not available

My answer was wrong. Sorry.

The way it works is that it will use “GroupName” to create a level-1 node if there is multiple drivers with the same vendor. If there is one driver it will be the Other node that is used, if there is two or more drivers the group name will be the level-1 node.

You cannot force this behavior, so you will need to have multiple drivers in order to have your level-1 node.

Ref. VideoOS.Platform.DriverFramework.Definitions.DriverInfo Class Reference

https://doc.developer.milestonesys.com/html/index.html?base=driverframeworkhelp/class_video_o_s_1_1_platform_1_1_driver_framework_1_1_definitions_1_1_driver_info.html&tree=tree_search.html?search=driverinfo

You change this in the xDriverDefinition class in the CreateDriverInfo method.