|
|
@@ -2816,7 +2816,7 @@ namespace TeamAAS_VP.Core
|
|
|
var _cts = new CancellationTokenSource();
|
|
|
|
|
|
await _remoteCommandService.SetLightBeforePhoto(FzCameraProcess);
|
|
|
- var FzCameraResult = _remoteCommandService.ExecutePhoto(FzCameraProcess, out CogToolBlockTerminalCollection outputCollection);
|
|
|
+ var (FzCameraResult, outputCollection) = await _remoteCommandService.ExecutePhotoAsync(FzCameraProcess);
|
|
|
|
|
|
if (FzCameraResult)
|
|
|
{
|