Camera ISO BW limited as 10% of max EMC BW

hello JDSchroeder,

FYI,
we found a bug of BW calculation; we’re calculating BW in KBps, but we are not dividing the bit rate by 8.
hence, this should be: cdev->bw = cdev->pixel_rate * cdev->bpp / (1024*8);
this should fix the BW warning messages.

BTW,
since we are already capping the BW to max.
the issue you seen might be related to CSI/ VI clocks switching during active streams.
may I have your confirmation of that, when you try fixing the CSI/ VI clock to maximum, do you still see the issue persists?
thanks