2026-01-23 17:23:52 +03:00
|
|
|
// Config Form Section Components
|
|
|
|
|
// Reusable components for both global and camera-level settings
|
|
|
|
|
|
|
|
|
|
export {
|
|
|
|
|
createConfigSection,
|
|
|
|
|
type BaseSectionProps,
|
|
|
|
|
type SectionConfig,
|
|
|
|
|
type CreateSectionOptions,
|
|
|
|
|
} from "./BaseSection";
|
|
|
|
|
|
2026-01-23 19:04:50 +03:00
|
|
|
export { DetectSection } from "./DetectSection";
|
|
|
|
|
export { RecordSection } from "./RecordSection";
|
|
|
|
|
export { SnapshotsSection } from "./SnapshotsSection";
|
|
|
|
|
export { MotionSection } from "./MotionSection";
|
|
|
|
|
export { ObjectsSection } from "./ObjectsSection";
|
|
|
|
|
export { ReviewSection } from "./ReviewSection";
|
|
|
|
|
export { AudioSection } from "./AudioSection";
|
2026-01-25 19:33:57 +03:00
|
|
|
export { AudioTranscriptionSection } from "./AudioTranscriptionSection";
|
|
|
|
|
export { BirdseyeSection } from "./BirdseyeSection";
|
|
|
|
|
export { CameraMqttSection } from "./CameraMqttSection";
|
|
|
|
|
export { CameraUiSection } from "./CameraUiSection";
|
|
|
|
|
export { FaceRecognitionSection } from "./FaceRecognitionSection";
|
|
|
|
|
export { FfmpegSection } from "./FfmpegSection";
|
|
|
|
|
export { LprSection } from "./LprSection";
|
2026-01-23 19:04:50 +03:00
|
|
|
export { NotificationsSection } from "./NotificationsSection";
|
2026-01-25 19:33:57 +03:00
|
|
|
export { OnvifSection } from "./OnvifSection";
|
2026-01-23 19:04:50 +03:00
|
|
|
export { LiveSection } from "./LiveSection";
|
2026-01-25 19:33:57 +03:00
|
|
|
export { SemanticSearchSection } from "./SemanticSearchSection";
|
2026-01-23 19:04:50 +03:00
|
|
|
export { TimestampSection } from "./TimestampSection";
|