isReady property

bool get isReady

Whether there is a frame ready to display.

Implementation

bool get isReady => models.sockets.video.isConnected
  && imageLoader.hasImage
  && data.details.status == CameraStatus.CAMERA_ENABLED;