Does the vision sensor have some type of limit on how often it can be accessed by the V5 Code? In the last two weeks we have burned out two vision sensor V5 ports. The vision sensor itself still works through the USB port, but the brain cannot access it. The while loop delay is set to 10ms and the vision sensor is called 6 times in that loop.
Any help solving this problem would be appreciated.
No. The vision sensor actually sends object data to the V5 brain when it needs to, calling takeSnapshot just recovers the latest data, think of it as a filter giving you just the objects you want based on the signature supplied.