feat: 提交前端逻辑分析仪后台捕获;Camera现在可以以更高帧率运行
This commit is contained in:
@@ -156,8 +156,8 @@ public class HttpVideoStreamService : BackgroundService
|
||||
throw new Exception("Please config camera first");
|
||||
}
|
||||
_cameraEnable = isEnabled;
|
||||
if (_cameraEnable) await _camera.WakeUp();
|
||||
else await _camera.Sleep();
|
||||
// if (_cameraEnable) await _camera.WakeUp();
|
||||
// else await _camera.Sleep();
|
||||
await _camera.EnableHardwareTrans(_cameraEnable);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user