SC loading style with plugins in view

Hi,

We have configured 4x4 and 5x5 views in SC.

When we change the view with all native camera views, it loads very fast, but the same views with the sample plugin or our plugin load sequentially.

Refer to the attached video.

Is this behavior expected?

Thanks,

Vikas

The MIP implementation is not running asynchronous in the same way camera view items are, so unfortunately the behavior is expected.

An advice based on this is that if you have time consuming tasks try to make a design where you do not do them in the Init and do not use the UI thread.