- {src ?
:
Camera {name} is not connected
}
+ {src ?
:
Camera {name} is not connected
}
)
}
diff --git a/src/components/FullScreenView.tsx b/src/components/FullScreenView.tsx
new file mode 100644
index 0000000..f134824
--- /dev/null
+++ b/src/components/FullScreenView.tsx
@@ -0,0 +1,15 @@
+
+import MainCamera from "./OperationalView/MainCamera";
+
+export default function FullScreen({camNum}) {
+ console.log(camNum)
+ const displayCam = Array.from({length: camNum}, (_, index) => {
+ return