@using VisionBuilder.UI.Common @implements IDisposable
@_cameraLabel
Errors
@_currentRecipeName @if (_canStart) { Start } @if (_canStop) { Stop } @if (_showPauseButton && _canPause) { Pause } @if (_showPauseButton && _canResume) { Resume } @if (_canHotReload) { Hot Reload }