Refactor camera configuration and overview snapshot hooks; update environment variables and changed camera names to A and B

This commit is contained in:
2025-09-30 11:11:46 +01:00
parent e11d914c5e
commit eb74c2c649
11 changed files with 24 additions and 69 deletions

View File

@@ -2,11 +2,10 @@ import clsx from "clsx";
import Card from "../UI/Card";
import { useSwipeable } from "react-swipeable";
import { useNavigate } from "react-router";
import { useOverviewVideo } from "../../hooks/useOverviewVideo";
import SightingOverview from "../SightingOverview/SightingOverview";
const FrontCameraOverviewCard = () => {
useOverviewVideo();
const navigate = useNavigate();
const handlers = useSwipeable({
onSwipedRight: () => navigate("/camera-settings"),