- starting to add regionPainter to CameraSettings

-  updated PlatePatchSetup component layout
This commit is contained in:
2026-01-09 10:07:28 +00:00
parent d0ca269f4d
commit 58e9490a09
3 changed files with 38 additions and 20 deletions

View File

@@ -55,6 +55,10 @@ export type NpedJSON = {
export type CameraSettings = {
mode: number;
imageSize: { width: number; height: number };
regionPainter: {
paintedCells: { x: number; y: number }[];
regions: { name: string; brushColour: string; cells: { x: number; y: number }[] }[];
};
};
export type CameraSettingsAction =
| {