networkFps property
getter/setter pair
How many frames came in the network in the past second.
Implementation
Map<CameraName, int> networkFps = {};
How many frames came in the network in the past second.
Map<CameraName, int> networkFps = {};