getData

open fun getData(): ArrayList<T>

Get the list of vision data. You should use this method as the primary way to access the latest vision data from the processor from an OpMode, otherwise you run the risk of concurrent modification exceptions. This does not apply to within a processor as the methods are synchronized.

Return

list of all vision data detected since the last stateful update