cameraDetections property

List<VideoData> cameraDetections
final

A cache of detection results from different cameras

This allows several packets of data to come in from different cameras and not have them be overwriting each other

Implementation

final List<VideoData> cameraDetections = [];