+
+
+ {t("cameraManagement.cameraType.description", {
+ ns: "views/settings",
+ })}
+
+
+
+ {t("readTheDocumentation", { ns: "common" })}
+
+
+
+
+
+ {cameras.map((camera) => {
+ const currentType = getCameraType(camera);
+ const isSaving = savingCamera === camera;
+
+ return (
+
+
+ {isSaving ? (
+
+ ) : (
+
+ )}
+
+ );
+ })}
+
+
+ {t("cameraManagement.cameraType.description", {
+ ns: "views/settings",
+ })}
+
+
+
+ {t("readTheDocumentation", { ns: "common" })}
+
+
+
+