CameraStatistics(int maxPendingFrames) {
   this.maxPendingFrames = maxPendingFrames;
   threadChecker.detachThread();
 }