feat: 提交前端逻辑分析仪后台捕获;Camera现在可以以更高帧率运行
This commit is contained in:
@@ -86,9 +86,13 @@ import OscilloscopeView from "@/views/Project/Oscilloscope.vue";
|
||||
import LogicAnalyzerView from "@/views/Project/LogicAnalyzer.vue";
|
||||
import { isNull, toNumber } from "lodash";
|
||||
import { onMounted, ref, watch } from "vue";
|
||||
import { im } from "mathjs";
|
||||
import { useProvideLogicAnalyzer } from "@/components/LogicAnalyzer";
|
||||
|
||||
const checkID = useLocalStorage("checkID", 1);
|
||||
|
||||
const analyzer = useProvideLogicAnalyzer();
|
||||
|
||||
// 定义事件
|
||||
const emit = defineEmits<{
|
||||
toggleFullscreen: [];
|
||||
|
||||
Reference in New Issue
Block a user