I draw boundingbox overlay by ourselves with BackgroundPlugin like sample AnalyticsOverlay, the drawing look good but we have performance issue when put more cameras (like 32) in smart client, the boundingbox rendering seems very slow, I debug and see the all calls of addOn.SetOverlay(bitmap, overlayId, false, true, true, 1.0, DockStyle.Top, DockStyle.Left, 0.0, 0.0) from 32 ImageViewerAddOn running on one main thread. I see sampleRateOfOverlay to 25. Do you have a idea how to improve performance for this situation? thanks a lot!
Amy