isReady property
Whether there is a frame ready to display.
Implementation
bool get isReady => models.sockets.video.isConnected
&& imageLoader.hasImage
&& data.details.status == CameraStatus.CAMERA_ENABLED;
Whether there is a frame ready to display.
bool get isReady => models.sockets.video.isConnected
&& imageLoader.hasImage
&& data.details.status == CameraStatus.CAMERA_ENABLED;