RobotCore
Robot Core Documentation
Public Member Functions | Public Attributes | List of all members
robotCore.PiCamera.PiCameraStats Class Reference

The PiCameraStats class collects the current camera performance statistics. More...

Public Member Functions

 PiCameraStats (int avgDelay, int maxDelay, int minDelay, int lostFrames, long time)
 

Public Attributes

int m_averageDelay = 0
 Specifies the average frame delay.
 
int m_maxDelay = 0
 Specifies the max frame delay.
 
int m_minDelay = Integer.MAX_VALUE
 Specifies the min frame delay.
 
int m_lostFrames
 Specifies the number of lost frames.
 
long m_time
 Specifies the elapsed time.
 

Detailed Description

The PiCameraStats class collects the current camera performance statistics.


The documentation for this class was generated from the following file: