What is num_instances?

Hi

I am checking the source code for deepstream-test5-main.c.
And i dont understand what num_stances mean here and how it is used.

if (cfg_files) {
num_instances = g_strv_length (cfg_files);
}

though i am using 4 camera i get num_instances = 1.

You can specify many different config files and actually have many pipelines running…